Status: Pass 965 Failure 125 Skip 71
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.admin.test_servers | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.admin.test_servers.ServersAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/admin/test_servers.py", line 43, in resource_setup server = cls.create_test_server(name=cls.s2_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 9c64a374-2fe7-4eb3-b5af-dee9c990d4bf failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:47Z', 'message': 'No valid host was found. '}. Server boot request ID: req-d29ce69a-c662-4d6e-94cd-27b17d241b80. |
||||||
setUpClass (tempest.api.compute.admin.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 42, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server e205580f-e3da-4fb7-8854-bb37b6c06e2a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:02:55Z', 'message': 'No valid host was found. '}. Server boot request ID: req-1ffb2fc2-7fbf-4174-b964-298ca981a9f7. |
||||||
setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 70, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a9d7bede-7b3d-44bb-a141-08fdbbccb216 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:37:49Z', 'message': 'No valid host was found. '}. Server boot request ID: req-9d5804f5-c9d9-4de6-912b-9113b4c42bbd. |
||||||
setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationNegativeTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py", line 72, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 8747ad78-e4aa-4b25-91c9-60884bac393f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:52Z', 'message': 'No valid host was found. '}. Server boot request ID: req-aaa9ce62-25b8-41aa-be8c-669a12831650. |
||||||
setUpClass (tempest.api.compute.images.test_images_oneserver_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerNegativeTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/images/test_images_oneserver_negative.py", line 86, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 174ce019-0742-41ca-a1bd-ab97d3087c5e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:34:26Z', 'message': 'No valid host was found. '}. Server boot request ID: req-50100d7c-144b-4f83-9ea0-c67787dc4ef5. |
||||||
setUpClass (tempest.api.compute.images.test_list_image_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListImageFiltersTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/images/test_list_image_filters.py", line 110, in resource_setup cls.server2 = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 2ff547e5-96a1-47e8-a99e-1928e36f9fd6 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:55Z', 'message': 'No valid host was found. '}. Server boot request ID: req-b4866c43-2f20-43c9-8429-c011f7af3f7d. |
||||||
setUpClass (tempest.api.compute.servers.test_create_server | 3 | 0 | 3 | 0 | 0 | Detail | |
ServersTestBootFromVolume) |
fail
ft7.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3af92159-069a-44f1-90ed-5d90bf69d9ca failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:14Z', 'message': 'No valid host was found. '}. Server boot request ID: req-d6faf9c8-45f4-4173-98eb-bbb847a10e90. |
||||||
ServersTestJSON) |
fail
ft7.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 308733f8-e53b-41e8-88a0-e5cdf0db8207 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:44Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e305c898-3df2-4d9f-afcc-ab2e0339fd0a. |
||||||
ServersTestManualDisk) |
fail
ft7.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 538c3a6e-bd90-47cc-b5bb-b564a8881969 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:00Z', 'message': 'No valid host was found. '}. Server boot request ID: req-53b01e28-ef5b-4366-a130-2f8551e19c36. |
||||||
setUpClass (tempest.api.compute.servers.test_list_server_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServerFiltersTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_list_server_filters.py", line 62, in resource_setup cls.s3 = cls.create_test_server(name=cls.s3_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d938debf-c327-4645-a096-9b218c6b3107 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:38:59Z', 'message': 'No valid host was found. '}. Server boot request ID: req-ce8864c7-2d24-4307-9373-83bfd9f50178. |
||||||
setUpClass (tempest.api.compute.servers.test_list_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServersNegativeTestJSON) |
fail
ft9.1: setUpClass (tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_list_servers_negative.py", line 45, in resource_setup waiters.wait_for_server_termination(cls.client, cls.deleted_id) File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 32ee0b81-4a5b-4181-b43c-ad4cdecd0a70 failed to delete and is in ERROR status |
||||||
setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft10.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 440, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server abe558b0-6a80-4971-9237-f2e91dfaf4df failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:08Z', 'message': 'No valid host was found. '}. Server boot request ID: req-09a41d89-e7bd-4e89-a809-bc64630a0e7a. |
||||||
ServerActionsTestJSON) |
fail
ft10.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 440, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server f7708671-b54a-4b0c-a0fd-f74c9534fbf8 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:16Z', 'message': 'No valid host was found. '}. Server boot request ID: req-5d94315f-f89c-4156-9fb0-7a853cd845d2. |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft11.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses.py", line 34, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server beb99f48-e959-42f7-bce8-e3cdd5b1e810 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:02Z', 'message': 'No valid host was found. '}. Server boot request ID: req-27a6ded2-1f40-4f34-8069-c4b092d678c9. |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesNegativeTestJSON) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses_negative.py", line 34, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ba7ca59d-c2c1-436e-89af-88a0c61a46d7 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:44Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3a5de923-ada8-4977-9c1a-96d26fcf9da4. |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataNegativeTestJSON) |
fail
ft13.1: setUpClass (tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_metadata_negative.py", line 39, in resource_setup cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 9d2a8713-976c-442e-a66f-2d3e0ca83b3e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:52Z', 'message': 'No valid host was found. '}. Server boot request ID: req-49a89d73-f4df-45e6-9d55-e439171919c0. |
||||||
setUpClass (tempest.api.compute.servers.test_server_password | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerPasswordTestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_password.py", line 29, in resource_setup cls.server = cls.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 96dab45f-62e0-4cb8-bb0a-d1d269606d7a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:32Z', 'message': 'No valid host was found. '}. Server boot request ID: req-004607ce-cb85-4c91-bea0-8574586a96c8. |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 5 | 0 | 2 | 0 | 3 | Detail | |
ServerBootFromVolumeStableRescueTest) |
skip
pt15.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerRescueTestJSON) |
fail
ft15.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 1ff8595c-81c0-48a3-a5dd-1bff993dcb70 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:21Z', 'message': 'No valid host was found. '}. Server boot request ID: req-124418cf-7f46-444d-9e6b-7c60dc3e9834. |
||||||
ServerStableDeviceRescueTest) |
skip
pt15.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt15.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
ServerRescueTestJSONUnderV235) |
fail
ft15.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server dc87b487-03b4-4148-95cb-bdcc2d8539c8 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:37:23Z', 'message': 'No valid host was found. '}. Server boot request ID: req-1ddabdb2-1357-41f1-a21f-c32f4762a200. |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft16.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 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 54, in resource_setup resc_server = cls.create_test_server(adminPass=rescue_password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 4ee66737-f9c8-49ec-a044-27042720d960 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:37:28Z', 'message': 'No valid host was found. '}. Server boot request ID: req-dcac19eb-c73c-441e-be8b-8279064bc67d. |
||||||
setUpClass (tempest.api.compute.servers.test_servers_negative | 3 | 0 | 3 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft17.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 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 9fd944e8-20d7-4f6c-a00b-d85d144894db failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:57Z', 'message': 'No valid host was found. '}. Server boot request ID: req-ae86c635-cf4a-4e4b-9bfb-fc26cb8f0a86. |
||||||
ServersNegativeTestMultiTenantJSON) |
fail
ft17.2: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 599, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 8a0d1601-ec33-4cd2-945d-143ef2f7800b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:59Z', 'message': 'No valid host was found. '}. Server boot request ID: req-68271792-2a3f-4b5e-9f59-9e027c7f2acc. |
||||||
ServersNegativeTestJSON) |
fail
ft17.3: 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 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 95ba0f7b-8bac-4a46-ab2f-49c56a9853ec failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:24Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3469c029-5ab7-4a3f-9a69-68eac7fe4f92. |
||||||
tearDownClass (tempest.api.compute.admin.test_aggregates | 1 | 0 | 1 | 0 | 0 | Detail | |
AggregatesAdminTestJSON) |
fail
ft18.1: tearDownClass (tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 63dc26bf-e378-436f-a328-a88919547afc failed to delete and is in ERROR status, <traceback object at 0x7fc09838f2c0>) |
||||||
tearDownClass (tempest.api.compute.admin.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersWithSpecificFlavorTestJSON) |
fail
ft19.1: tearDownClass (tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 9b80f5d2-a282-4ccc-8db3-c97fa829aefe failed to delete and is in ERROR status, <traceback object at 0x7fa6eef83a80>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server e4c09fb3-f67f-4b07-a992-2e70683932bd failed to delete and is in ERROR status, <traceback object at 0x7fa6eef12e00>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_delete_server | 1 | 0 | 1 | 0 | 0 | Detail | |
DeleteServersAdminTestJSON) |
fail
ft20.1: tearDownClass (tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server d4f4188b-2421-4e0a-8ac7-0140bed18989 failed to delete and is in ERROR status, <traceback object at 0x7f2292cfe040>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 8cddf461-3546-4475-91c7-419b46a255af failed to delete and is in ERROR status, <traceback object at 0x7f2292cc4840>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_live_migration | 2 | 0 | 2 | 0 | 0 | Detail | |
LiveMigrationTest) |
fail
ft21.1: tearDownClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 0b732c5a-d12e-4ca7-aa45-dbe571de1c37 failed to delete and is in ERROR status, <traceback object at 0x7fa0408902c0>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 984c9830-3956-48fd-ab9e-8aad63a9cd97 failed to delete and is in ERROR status, <traceback object at 0x7fa0409671c0>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server ef99ada2-1c39-422e-8a61-e4f7d00cbe21 failed to delete and is in ERROR status, <traceback object at 0x7fa040891900>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 969237ff-17eb-4838-9c3d-68dcbc1f94ca failed to delete and is in ERROR status, <traceback object at 0x7fa0408f8900>)) |
||||||
LiveAutoBlockMigrationV225Test) |
fail
ft21.2: tearDownClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 12ef7912-7054-4457-b1a4-c266b5bcb3e5 failed to delete and is in ERROR status, <traceback object at 0x7f4a1c1fdb80>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 5d031b21-37d5-4454-bed7-db50a225bce5 failed to delete and is in ERROR status, <traceback object at 0x7f4a1c2dbe40>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 476cc23e-487d-4d15-849e-208df0e985b1 failed to delete and is in ERROR status, <traceback object at 0x7f4a1c273600>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 035abb75-eda1-447d-b034-2bbb171f704e failed to delete and is in ERROR status, <traceback object at 0x7f4a1c25f380>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_live_migration_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
LiveMigrationNegativeTest) |
fail
ft22.1: tearDownClass (tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 98766f8e-7b27-49e9-8565-4bc9c3e808d8 failed to delete and is in ERROR status, <traceback object at 0x7fe163e7b600>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 121df5fc-10cc-4f27-bbe8-878791f857a2 failed to delete and is in ERROR status, <traceback object at 0x7fe163de9bc0>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_server_diagnostics_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerDiagnosticsNegativeTest) |
fail
ft23.1: tearDownClass (tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 3f551f85-c8f2-45d5-b5ac-20949558181c failed to delete and is in ERROR status, <traceback object at 0x7fe162f5dd00>) |
||||||
tearDownClass (tempest.api.compute.admin.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminNegativeTestJSON) |
fail
ft24.1: tearDownClass (tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 66aeb103-f664-4b53-921a-79ae7685365e failed to delete and is in ERROR status, <traceback object at 0x7fc09730ac40>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 828624fb-b333-41c7-81a2-28d9bb4e1d88 failed to delete and is in ERROR status, <traceback object at 0x7fc0972ea440>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_servers_on_multinodes | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersOnMultiNodesTest) |
fail
ft25.1: tearDownClass (tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 789255b3-7097-4ac9-897d-71da8910700c failed to delete and is in ERROR status, <traceback object at 0x7fe163dc5600>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 4210ab7f-0e7d-4e20-ba9b-9869c01c92ae failed to delete and is in ERROR status, <traceback object at 0x7fe1635ec600>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 698ff3cb-adbd-40f3-92e8-5106c2ef6268 failed to delete and is in ERROR status, <traceback object at 0x7fe163fc2540>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 5d6c0691-aa2b-4d7f-b424-2a9129f285bb failed to delete and is in ERROR status, <traceback object at 0x7fe163e24100>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server fedc49cc-1b5e-4c16-ab6d-da3afb5e567d failed to delete and is in ERROR status, <traceback object at 0x7fe163df7e80>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 15fff300-f7b6-4336-a143-1e5687af979b failed to delete and is in ERROR status, <traceback object at 0x7fe163f5d8c0>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 35db623e-15e3-4238-8c0f-ce05bc679787 failed to delete and is in ERROR status, <traceback object at 0x7fe163e3db80>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 8719f86c-4f4f-4c65-b580-c5d526d05175 failed to delete and is in ERROR status, <traceback object at 0x7fe162ede280>)) |
||||||
tearDownClass (tempest.api.compute.admin.test_simple_tenant_usage | 1 | 0 | 1 | 0 | 0 | Detail | |
TenantUsagesTestJSON) |
fail
ft26.1: tearDownClass (tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server a16d052a-235e-46a1-8a93-da823e2d880a failed to delete and is in ERROR status, <traceback object at 0x7f2291e4cc40>) |
||||||
tearDownClass (tempest.api.compute.images.test_images | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesTestJSON) |
fail
ft27.1: tearDownClass (tempest.api.compute.images.test_images.ImagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server ed215a36-f621-4024-b3ba-57734be5c8bd failed to delete and is in ERROR status, <traceback object at 0x7fe162c57480>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server d73be951-4be1-4f53-ab55-92c80bdc199d failed to delete and is in ERROR status, <traceback object at 0x7fe162ce0080>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 54c464ac-f10b-4558-a1ef-24c9319d7364 failed to delete and is in ERROR status, <traceback object at 0x7fe162bfc140>)) |
||||||
tearDownClass (tempest.api.compute.images.test_images_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesNegativeTestJSON) |
fail
ft28.1: tearDownClass (tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server ab76465b-2e53-4bf6-8371-6393b1aa99b5 failed to delete and is in ERROR status, <traceback object at 0x7fc0981e2140>) |
||||||
tearDownClass (tempest.api.compute.images.test_images_oneserver | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerTestJSON) |
fail
ft29.1: tearDownClass (tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server d14db277-eb47-4014-b054-beb64ba573ed failed to delete and is in ERROR status, <traceback object at 0x7fa6ef451040>) |
||||||
tearDownClass (tempest.api.compute.servers.test_device_tagging | 1 | 0 | 1 | 0 | 0 | Detail | |
TaggedBootDevicesTest_v242) |
fail
ft30.1: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 40933e98-d7d3-4d63-9012-ad5607e45085 failed to delete and is in ERROR status, <traceback object at 0x7fc0981c3dc0>) |
||||||
tearDownClass (tempest.api.compute.servers.test_instance_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
InstanceActionsTestJSON) |
fail
ft31.1: tearDownClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server a51cf7cd-6764-454d-9efe-075a34cbff11 failed to delete and is in ERROR status, <traceback object at 0x7f16f620fd00>) |
||||||
InstanceActionsV221TestJSON) |
fail
ft31.2: tearDownClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 34e2fe19-835a-4a68-a5ed-6570a7edcd2e failed to delete and is in ERROR status, <traceback object at 0x7fc1ac73b3c0>) |
||||||
tearDownClass (tempest.api.compute.servers.test_instance_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsNegativeTestJSON) |
fail
ft32.1: tearDownClass (tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 5c84911f-3880-4b7c-a589-fc39d158a22b failed to delete and is in ERROR status, <traceback object at 0x7f16f60925c0>) |
||||||
tearDownClass (tempest.api.compute.servers.test_multiple_create | 1 | 0 | 1 | 0 | 0 | Detail | |
MultipleCreateTestJSON) |
fail
ft33.1: tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 1adbf51b-8e22-4283-ad4f-d72b85fc5db7 failed to delete and is in ERROR status, <traceback object at 0x7f16f62ba840>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 2725f200-5bb2-4b65-af28-186bfead7f64 failed to delete and is in ERROR status, <traceback object at 0x7f16f7071580>)) |
||||||
tearDownClass (tempest.api.compute.servers.test_server_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerTagsTestJSON) |
fail
ft34.1: tearDownClass (tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 6b642042-766c-4ca0-beda-ff29645bc2fe failed to delete and is in ERROR status, <traceback object at 0x7f16f6fe3b40>) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft35.1: tearDownClass (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 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 040dd488-42f2-45c3-86de-1a675e78d7ca failed to delete and is in ERROR status, <traceback object at 0x7fc1ab126580>), (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server b271002d-4613-405c-aeed-7c06b205a045 failed to delete and is in ERROR status, <traceback object at 0x7fc1ab140e40>)) |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON | 9 | 8 | 1 | 0 | 0 | Detail | |
test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
fail
ft36.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:23:17,163 119935 DEBUG [oslo_concurrency.lockutils] Acquired lock "availability_zone" 2022-06-05 08:23:21,624 119935 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "availability_zone" 2022-06-05 08:23:21,739 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 POST http://10.222.0.33/compute/v2.1/os-aggregates 0.114s 2022-06-05 08:23:21,740 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"aggregate": {"availability_zone": "tempest-test_az-217471753", "name": "tempest-test_aggregate-1967912349"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '221', '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-8bbeecab-8ca5-4bd1-bfaa-71677e438efc', 'x-compute-request-id': 'req-8bbeecab-8ca5-4bd1-bfaa-71677e438efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-aggregates'} Body: b'{"aggregate": {"id": 2, "name": "tempest-test_aggregate-1967912349", "created_at": "2022-06-05T08:23:21.709145", "updated_at": null, "deleted_at": null, "deleted": false, "availability_zone": "tempest-test_az-217471753"}}' 2022-06-05 08:23:21,780 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/os-aggregates 0.037s 2022-06-05 08:23:21,780 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '301', '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-edc0cb40-16d9-4b4b-9d00-d81aa1a08cb5', 'x-compute-request-id': 'req-edc0cb40-16d9-4b4b-9d00-d81aa1a08cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-aggregates'} Body: b'{"aggregates": [{"id": 2, "name": "tempest-test_aggregate-1967912349", "hosts": [], "metadata": {"availability_zone": "tempest-test_az-217471753"}, "created_at": "2022-06-05T08:23:22.000000", "updated_at": null, "deleted_at": null, "deleted": false, "availability_zone": "tempest-test_az-217471753"}]}' 2022-06-05 08:23:21,983 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 POST http://10.222.0.33/compute/v2.1/os-aggregates/2/action 0.199s 2022-06-05 08:23:21,983 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"add_host": {"host": "n-h2-844739-1"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '313', '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-0ba0a124-d928-44f3-be88-b40bb21cfe48', 'x-compute-request-id': 'req-0ba0a124-d928-44f3-be88-b40bb21cfe48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-aggregates/2/action'} Body: b'{"aggregate": {"id": 2, "name": "tempest-test_aggregate-1967912349", "hosts": ["n-h2-844739-1"], "metadata": {"availability_zone": "tempest-test_az-217471753"}, "created_at": "2022-06-05T08:23:22.000000", "updated_at": null, "deleted_at": null, "deleted": false, "availability_zone": "tempest-test_az-217471753"}}' 2022-06-05 08:23:22,583 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.591s 2022-06-05 08:23:22,583 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-54608820-a8c9-40f6-b817-5492bfbbcbe2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd3429347e644bdca51b2b3b976a7bea", "name": "tempest-AggregatesAdminTestJSON-1472665320-project", "password_expires_at": null}, "audit_ids": ["BQBczTIdRj6Cu9YS93dhMA"], "expires_at": "2022-06-05T09:23:22.000000Z", "issued_at": "2022-06-05T08:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9587ff19dfc4eefb5129656cbdf4a97", "name": "tempest-AggregatesAdminTestJSON-1472665320"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/f9587ff19dfc4eefb5129656cbdf4a97", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f9587ff19dfc4eefb5129656cbdf4a97", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_f9587ff19dfc4eefb5129656cbdf4a97", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f9587ff19dfc4eefb5129656cbdf4a97", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:23:22,584 119935 INFO [tempest.lib.common.fixed_network] (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az) Found network None available for tenant 2022-06-05 08:23:23,984 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 202 POST http://10.222.0.33/compute/v2.1/servers 1.399s 2022-06-05 08:23:23,985 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AggregatesAdminTestJSON-server-1806873566", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "availability_zone": "tempest-test_az-217471753"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc', '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-25c740b6-4311-46a5-81f5-f84145081497', 'x-compute-request-id': 'req-25c740b6-4311-46a5-81f5-f84145081497', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5tuFGxu4Szah"}}' 2022-06-05 08:23:24,465 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.478s 2022-06-05 08:23:24,465 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdff2813-bf61-42d8-80d2-e52382dfc015', 'x-compute-request-id': 'req-fdff2813-bf61-42d8-80d2-e52382dfc015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:24Z", "updated": "2022-06-05T08:23:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:25,629 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.155s 2022-06-05 08:23:25,630 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12df913e-b835-49cc-a7e2-977898ecfb9a', 'x-compute-request-id': 'req-12df913e-b835-49cc-a7e2-977898ecfb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:24Z", "updated": "2022-06-05T08:23:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:27,874 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 1.233s 2022-06-05 08:23:27,874 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8269d29-068b-47e6-a68b-a88ab98d59a4', 'x-compute-request-id': 'req-c8269d29-068b-47e6-a68b-a88ab98d59a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:27,882 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2022-06-05 08:23:29,087 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.204s 2022-06-05 08:23:29,087 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', '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-0354cb5d-7aef-43c8-a4f5-1bc1dc763bc1', 'x-compute-request-id': 'req-0354cb5d-7aef-43c8-a4f5-1bc1dc763bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:29,094 119935 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2022-06-05 08:23:30,521 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.426s 2022-06-05 08:23:30,523 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', '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-dbd09bf1-51f5-4ab9-9525-9f894c8204a8', 'x-compute-request-id': 'req-dbd09bf1-51f5-4ab9-9525-9f894c8204a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:32,830 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 1.298s 2022-06-05 08:23:32,830 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', '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-8ad5f271-5df8-4755-8896-646f9ab39617', 'x-compute-request-id': 'req-8ad5f271-5df8-4755-8896-646f9ab39617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:34,091 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.251s 2022-06-05 08:23:34,091 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', '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-71868cec-20b2-4bd6-9624-0163283cc65d', 'x-compute-request-id': 'req-71868cec-20b2-4bd6-9624-0163283cc65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:36,848 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 1.748s 2022-06-05 08:23:36,848 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-5155a3f4-e6c3-477b-b5de-37b5132db866', 'x-compute-request-id': 'req-5155a3f4-e6c3-477b-b5de-37b5132db866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:39,738 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 1.880s 2022-06-05 08:23:39,738 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-c8f19145-4bc4-4530-bf77-1c6f65f2bba4', 'x-compute-request-id': 'req-c8f19145-4bc4-4530-bf77-1c6f65f2bba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:42,648 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 1.901s 2022-06-05 08:23:42,649 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-a0a79905-669e-496a-90c3-6f6047749309', 'x-compute-request-id': 'req-a0a79905-669e-496a-90c3-6f6047749309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:44,482 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.824s 2022-06-05 08:23:44,482 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-b6b937d1-2124-4fa6-89f1-fe88c503413b', 'x-compute-request-id': 'req-b6b937d1-2124-4fa6-89f1-fe88c503413b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:46,053 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.560s 2022-06-05 08:23:46,053 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-0b6c8a08-10c3-42fd-a3c9-e6e4024c0ea0', 'x-compute-request-id': 'req-0b6c8a08-10c3-42fd-a3c9-e6e4024c0ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:47,654 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.592s 2022-06-05 08:23:47,655 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-3d801b91-1920-4fc3-9dad-f4d625766719', 'x-compute-request-id': 'req-3d801b91-1920-4fc3-9dad-f4d625766719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:48,920 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.256s 2022-06-05 08:23:48,921 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-9f0965ee-3b28-4062-9e3e-17b39d976b33', 'x-compute-request-id': 'req-9f0965ee-3b28-4062-9e3e-17b39d976b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:50,123 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.193s 2022-06-05 08:23:50,123 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-ea6894fe-6b0d-4b00-9697-674b77fd8758', 'x-compute-request-id': 'req-ea6894fe-6b0d-4b00-9697-674b77fd8758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:51,866 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.734s 2022-06-05 08:23:51,867 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-4f1533a3-365f-4f4f-9db2-18f67ed46607', 'x-compute-request-id': 'req-4f1533a3-365f-4f4f-9db2-18f67ed46607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:53,448 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.573s 2022-06-05 08:23:53,449 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-7f9004c2-bc06-4752-a8d0-759205823ae4', 'x-compute-request-id': 'req-7f9004c2-bc06-4752-a8d0-759205823ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "BUILD", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:55,414 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.957s 2022-06-05 08:23:55,414 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1486', '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-c0fab13d-0731-4d05-bad7-398ba40e19d0', 'x-compute-request-id': 'req-c0fab13d-0731-4d05-bad7-398ba40e19d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ACTIVE", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:54Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:0d:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:55,422 119935 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2022-06-05 08:23:56,039 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.616s 2022-06-05 08:23:56,039 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1637', '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-688441e0-d1c0-4ac9-9efb-1d351fc38935', 'x-compute-request-id': 'req-688441e0-d1c0-4ac9-9efb-1d351fc38935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ACTIVE", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:54Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:0d:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-844739-1", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-844739-1", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:56,222 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 204 DELETE http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.174s 2022-06-05 08:23:56,222 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c0063e1-8390-4728-b997-46e31274f4ec', 'x-compute-request-id': 'req-3c0063e1-8390-4728-b997-46e31274f4ec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'' 2022-06-05 08:23:56,396 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.173s 2022-06-05 08:23:56,396 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1492', '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-ece6b00a-c639-4b8f-96d9-8252a0f53144', 'x-compute-request-id': 'req-ece6b00a-c639-4b8f-96d9-8252a0f53144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ACTIVE", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:56Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:0d:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:57,571 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.166s 2022-06-05 08:23:57,572 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1492', '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-3c7d9536-d517-44dd-8815-e4a77ccbd676', 'x-compute-request-id': 'req-3c7d9536-d517-44dd-8815-e4a77ccbd676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ACTIVE", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:56Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:0d:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:59,058 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.478s 2022-06-05 08:23:59,058 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1492', '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-5d2debe4-32bb-4aa6-bde7-bbe493a4224b', 'x-compute-request-id': 'req-5d2debe4-32bb-4aa6-bde7-bbe493a4224b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ACTIVE", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:23:56Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:0d:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:00,188 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:test_aggregate_add_host_create_server_with_az): 200 GET http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc 0.121s 2022-06-05 08:24:00,188 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1383', '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-5c0f39f5-24db-4d07-82bb-75ee635c6e25', 'x-compute-request-id': 'req-5c0f39f5-24db-4d07-82bb-75ee635c6e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc'} Body: b'{"server": {"id": "63dc26bf-e378-436f-a328-a88919547afc", "name": "tempest-AggregatesAdminTestJSON-server-1806873566", "status": "ERROR", "tenant_id": "f9587ff19dfc4eefb5129656cbdf4a97", "user_id": "fd3429347e644bdca51b2b3b976a7bea", "metadata": {}, "hostId": "a62c87983251ddd8bebb8b77e07e5b1e5378f7a465bdf77c7cf459b2", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:23Z", "updated": "2022-06-05T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/63dc26bf-e378-436f-a328-a88919547afc"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/63dc26bf-e378-436f-a328-a88919547afc"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:00Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "tempest-test_az-217471753", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:23:53.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:00,196 119935 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/None" after 4 second wait 2022-06-05 08:24:00,357 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:_run_cleanups): 200 POST http://10.222.0.33/compute/v2.1/os-aggregates/2/action 0.160s 2022-06-05 08:24:00,358 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"remove_host": {"host": "n-h2-844739-1"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '298', '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-70a3b6af-1a19-4593-95a0-bd0e8dfbf79b', 'x-compute-request-id': 'req-70a3b6af-1a19-4593-95a0-bd0e8dfbf79b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-aggregates/2/action'} Body: b'{"aggregate": {"id": 2, "name": "tempest-test_aggregate-1967912349", "hosts": [], "metadata": {"availability_zone": "tempest-test_az-217471753"}, "created_at": "2022-06-05T08:23:22.000000", "updated_at": null, "deleted_at": null, "deleted": false, "availability_zone": "tempest-test_az-217471753"}}' 2022-06-05 08:24:00,400 119935 INFO [tempest.lib.common.rest_client] Request (AggregatesAdminTestJSON:_run_cleanups): 200 DELETE http://10.222.0.33/compute/v2.1/os-aggregates/2 0.038s 2022-06-05 08:24:00,400 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4c4227c-a88f-45d0-b4f2-0c36cc9667db', 'x-compute-request-id': 'req-e4c4227c-a88f-45d0-b4f2-0c36cc9667db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-aggregates/2'} Body: b'' 2022-06-05 08:24:00,401 119935 DEBUG [oslo_concurrency.lockutils] Releasing lock "availability_zone" }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_aggregates.py", line 244, in test_aggregate_add_host_create_server_with_az waiters.wait_for_server_termination(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 63dc26bf-e378-436f-a328-a88919547afc failed to delete and is in ERROR status |
||||||
test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
pass
pt36.2: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
||||||
test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
pass
pt36.3: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
||||||
test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
pass
pt36.4: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
||||||
test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
pass
pt36.5: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
||||||
test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
pass
pt36.6: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
||||||
test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
pass
pt36.7: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
||||||
test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
pass
pt36.8: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
||||||
test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
pass
pt36.9: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
||||||
tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
fail
ft37.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:23:38,627 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/flavors/452 1.784s 2022-06-05 08:23:38,628 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '370', '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-99bf03dd-49a1-4ea3-b9a4-0a4520ad41b6', 'x-compute-request-id': 'req-99bf03dd-49a1-4ea3-b9a4-0a4520ad41b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/452'} Body: b'{"flavor": {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}}' 2022-06-05 08:23:40,418 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.33/compute/v2.1/flavors 1.786s 2022-06-05 08:23:40,418 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_1-1460406576", "id": 1541174189, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '425', '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-a3781928-fc3e-425f-990e-46988be99d1d', 'x-compute-request-id': 'req-a3781928-fc3e-425f-990e-46988be99d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1541174189", "name": "tempest-flavor_with_ephemeral_1-1460406576", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1541174189"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}}' 2022-06-05 08:23:40,527 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs 0.105s 2022-06-05 08:23:40,527 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', '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-c76b14ef-90bf-40bd-ade0-fc3e72563baa', 'x-compute-request-id': 'req-c76b14ef-90bf-40bd-ade0-fc3e72563baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-06-05 08:23:40,699 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.33/compute/v2.1/flavors 0.170s 2022-06-05 08:23:40,699 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_0-609760923", "id": 1638903052, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', '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-0c563df1-bad0-47b1-b37e-d3f14b12c342', 'x-compute-request-id': 'req-0c563df1-bad0-47b1-b37e-d3f14b12c342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1638903052", "name": "tempest-flavor_with_ephemeral_0-609760923", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1638903052"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}}' 2022-06-05 08:23:41,486 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs 0.784s 2022-06-05 08:23:41,487 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', '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-603feee8-0f3f-4f29-9948-0a4255b28bd7', 'x-compute-request-id': 'req-603feee8-0f3f-4f29-9948-0a4255b28bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-06-05 08:23:41,488 119947 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:23:41,488 119947 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:23:42,012 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.521s 2022-06-05 08:23:42,013 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1041185333", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBSUhLBZyb9oekcG2hqi/dreCQeuhvoG+vNJwkPvBDjCfzkUaOYGoInc8gXJOj3EKhlpWRz6qZ9GeIefQ4kuxd8YjQpE8UOmQktzvIn1i5IKb8rte396wRdRm1i0+e56HQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:41 GMT', 'server': 'Apache/2.4.41 (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-e943a000-87a9-405e-a9c9-d25b810576e1', 'x-compute-request-id': 'req-e943a000-87a9-405e-a9c9-d25b810576e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1041185333", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBSUhLBZyb9oekcG2hqi/dreCQeuhvoG+vNJwkPvBDjCfzkUaOYGoInc8gXJOj3EKhlpWRz6qZ9GeIefQ4kuxd8YjQpE8UOmQktzvIn1i5IKb8rte396wRdRm1i0+e56HQ==", "fingerprint": "1a:36:23:62:bd:e6:1f:9a:4f:be:c1:ad:e3:67:ed:e9", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f"}}' 2022-06-05 08:23:42,016 119947 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1041185333 created 2022-06-05 08:23:42,595 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.578s 2022-06-05 08:23:42,596 119947 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--2089244299", "description": "tempest-description--1461736112"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-5ede62e7-6c6e-4128-9625-8f7747f01788', 'date': 'Sun, 05 Jun 2022 08:23:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "name": "tempest-securitygroup--2089244299", "stateful": true, "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "description": "tempest-description--1461736112", "shared": false, "security_group_rules": [{"id": "5152ba89-c0e1-433c-800c-8e8389a6533b", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "security_group_id": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "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": 145, "description": null, "tags": [], "created_at": "2022-06-05T08:23:42Z", "updated_at": "2022-06-05T08:23:42Z", "revision_number": 0, "project_id": "0348d3b9a38d437c8e82a24be537c848"}, {"id": "9e6a2e19-d843-40db-bfc7-ecf29b9d617e", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "security_group_id": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "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": 144, "description": null, "tags": [], "created_at": "2022-06-05T08:23:42Z", "updated_at": "2022-06-05T08:23:42Z", "revision_number": 0, "project_id": "0348d3b9a38d437c8e82a24be537c848"}], "tags": [], "created_at": "2022-06-05T08:23:42Z", "updated_at": "2022-06-05T08:23:42Z", "revision_number": 1, "project_id": "0348d3b9a38d437c8e82a24be537c848"}}' 2022-06-05 08:23:43,216 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.620s 2022-06-05 08:23:43,217 119947 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": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-570b779b-a06e-44c0-98a9-db58862a52ff', 'date': 'Sun, 05 Jun 2022 08:23:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5640a8e-2949-4425-af31-e2919a10c920", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "security_group_id": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:23:43Z", "updated_at": "2022-06-05T08:23:43Z", "revision_number": 0, "project_id": "0348d3b9a38d437c8e82a24be537c848"}}' 2022-06-05 08:23:43,605 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.387s 2022-06-05 08:23:43,605 119947 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": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1607a0d4-e51a-4c8b-a8af-bf726f434d38', 'date': 'Sun, 05 Jun 2022 08:23:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a0fb0731-2de8-4c42-b327-5df04a1ddf4c", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "security_group_id": "6e60efe0-48ed-46d9-8da2-d3f99663b556", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:23:43Z", "updated_at": "2022-06-05T08:23:43Z", "revision_number": 0, "project_id": "0348d3b9a38d437c8e82a24be537c848"}}' 2022-06-05 08:23:43,605 119947 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2089244299 created 2022-06-05 08:23:45,681 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 2.075s 2022-06-05 08:23:45,682 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-f65fd05c-962b-49f8-b38b-4a178b51420e', 'date': 'Sun, 05 Jun 2022 08:23:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e2d95a6e-c467-45a4-90fc-59e1f18676e0", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "floating_ip_address": "172.25.6.172", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0348d3b9a38d437c8e82a24be537c848", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:23:45Z", "updated_at": "2022-06-05T08:23:45Z", "revision_number": 0}}' 2022-06-05 08:23:45,682 119947 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e2d95a6e-c467-45a4-90fc-59e1f18676e0', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'floating_ip_address': '172.25.6.172', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0348d3b9a38d437c8e82a24be537c848', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:23:45Z', 'updated_at': '2022-06-05T08:23:45Z', 'revision_number': 0, 'ip': '172.25.6.172'} created 2022-06-05 08:23:45,916 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.227s 2022-06-05 08:23:45,916 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-90e9f581-766b-4ccb-9685-10fd2b9b2f51', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "da4cc519c13c4b88bfff58f418bcdb4f", "name": "tempest-ServersWithSpecificFlavorTestJSON-2126239023-project", "password_expires_at": null}, "audit_ids": ["d3-263rARVCq6PfGIpDnrA"], "expires_at": "2022-06-05T09:23:45.000000Z", "issued_at": "2022-06-05T08:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0348d3b9a38d437c8e82a24be537c848", "name": "tempest-ServersWithSpecificFlavorTestJSON-2126239023"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:23:45,917 119947 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'c20801c1-6ea9-471f-94e8-06f626292b48', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-874778925-network', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0348d3b9a38d437c8e82a24be537c848', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 126, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:23:13Z', 'updated_at': '2022-06-05T08:23:13Z', 'revision_number': 1} available for tenant 2022-06-05 08:23:45,917 119947 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1041185333', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBSUhLBZyb9oekcG2hqi/dreCQeuhvoG+vNJwkPvBDjCfzkUaOYGoInc8gXJOj3EKhlpWRz6qZ9GeIefQ4kuxd8YjQpE8UOmQktzvIn1i5IKb8rte396wRdRm1i0+e56HQ==', 'fingerprint': '1a:36:23:62:bd:e6:1f:9a:4f:be:c1:ad:e3:67:ed:e9', 'user_id': 'da4cc519c13c4b88bfff58f418bcdb4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBfBSlesizJKSZP+v/xcOduk0Y/YpIO/PvnHB27kX0qsXvvGH02KQ7u\nfg/Ow1BUSTWgBwYFK4EEACKhZANiAAQUlISwWcm/aHpHBtoaov3a3gkHrob6Bvrz\nScJD7wQ4wn85FGjmBqCJ3PIFyTo9xCoZaVkc+qmfRniHn0OJLsXfGI0KRPFDpkJL\nc7yJ9YuSCm/K7Xt/esEXUZtYtPnueh0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', 'name': 'tempest-securitygroup--2089244299', 'stateful': True, 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'description': 'tempest-description--1461736112', 'shared': False, 'security_group_rules': [{'id': '5152ba89-c0e1-433c-800c-8e8389a6533b', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'security_group_id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', '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': 145, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 0, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}, {'id': '9e6a2e19-d843-40db-bfc7-ecf29b9d617e', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'security_group_id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', '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': 144, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 0, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}], 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 1, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}, 'floating_ip': {'id': 'e2d95a6e-c467-45a4-90fc-59e1f18676e0', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'floating_ip_address': '172.25.6.172', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0348d3b9a38d437c8e82a24be537c848', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:23:45Z', 'updated_at': '2022-06-05T08:23:45Z', 'revision_number': 0, 'ip': '172.25.6.172'}} 2022-06-05 08:23:47,456 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST http://10.222.0.33/compute/v2.1/servers 1.537s 2022-06-05 08:23:47,456 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "1638903052", "adminPass": "password", "networks": [{"uuid": "c20801c1-6ea9-471f-94e8-06f626292b48"}], "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "key_name": "tempest-keypair-1041185333", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd', '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-052ee51b-4ea4-4c85-8811-07bc8a34262a', 'x-compute-request-id': 'req-052ee51b-4ea4-4c85-8811-07bc8a34262a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "adminPass": "password"}}' 2022-06-05 08:23:47,631 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.172s 2022-06-05 08:23:47,632 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', '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-3d613752-a3b2-4c27-a5e4-1a4f21a76dc0', 'x-compute-request-id': 'req-3d613752-a3b2-4c27-a5e4-1a4f21a76dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1041185333", "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": []}}' 2022-06-05 08:23:48,739 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.099s 2022-06-05 08:23:48,739 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1268', '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-59be1971-7bda-4f2d-be1f-8524da34ee96', 'x-compute-request-id': 'req-59be1971-7bda-4f2d-be1f-8524da34ee96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "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": []}}' 2022-06-05 08:23:49,848 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.100s 2022-06-05 08:23:49,849 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1268', '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-5b4a73f1-cad6-41bf-bd91-c2510fc49fba', 'x-compute-request-id': 'req-5b4a73f1-cad6-41bf-bd91-c2510fc49fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "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": []}}' 2022-06-05 08:23:51,180 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.323s 2022-06-05 08:23:51,187 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-6166ea7b-6308-4876-9179-d5ab32811cd7', 'x-compute-request-id': 'req-6166ea7b-6308-4876-9179-d5ab32811cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "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": []}}' 2022-06-05 08:23:51,195 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-06-05 08:23:52,640 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.444s 2022-06-05 08:23:52,641 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-c2bdc939-a722-4ff8-af16-47d9d83838b2', 'x-compute-request-id': 'req-c2bdc939-a722-4ff8-af16-47d9d83838b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:52,648 119947 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-06-05 08:23:54,425 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.775s 2022-06-05 08:23:54,425 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-ebc5c402-f519-4e4c-bf8c-c917c349c2d0', 'x-compute-request-id': 'req-ebc5c402-f519-4e4c-bf8c-c917c349c2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:55,880 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.445s 2022-06-05 08:23:55,881 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-b8c5c2b9-d464-4238-bc39-72644c6f8a88', 'x-compute-request-id': 'req-b8c5c2b9-d464-4238-bc39-72644c6f8a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:57,140 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.250s 2022-06-05 08:23:57,140 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-1e50b1e3-5710-4fc8-9d2b-8069e19cc9e4', 'x-compute-request-id': 'req-1e50b1e3-5710-4fc8-9d2b-8069e19cc9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:58,402 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.252s 2022-06-05 08:23:58,402 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-071b5051-942f-4c90-8db8-d642aec4f64c', 'x-compute-request-id': 'req-071b5051-942f-4c90-8db8-d642aec4f64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:59,695 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.284s 2022-06-05 08:23:59,696 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-7379e183-f574-49d2-b599-d0ffacf34f33', 'x-compute-request-id': 'req-7379e183-f574-49d2-b599-d0ffacf34f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:01,382 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.676s 2022-06-05 08:24:01,383 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-3b77a240-529f-44b6-aa9e-886bd3f5ef79', 'x-compute-request-id': 'req-3b77a240-529f-44b6-aa9e-886bd3f5ef79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:02,614 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.222s 2022-06-05 08:24:02,615 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-daf4cc19-c05c-4004-a0b7-e7b0eee3e926', 'x-compute-request-id': 'req-daf4cc19-c05c-4004-a0b7-e7b0eee3e926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:04,020 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.397s 2022-06-05 08:24:04,021 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-bbcc78fb-a61f-4284-8a6b-899c3086d5a4', 'x-compute-request-id': 'req-bbcc78fb-a61f-4284-8a6b-899c3086d5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:05,524 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.495s 2022-06-05 08:24:05,525 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-2684b888-92d2-4320-a499-1552e26ed6ac', 'x-compute-request-id': 'req-2684b888-92d2-4320-a499-1552e26ed6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:07,272 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.739s 2022-06-05 08:24:07,273 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1588', '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-48e4fb80-0829-46c9-9b43-e6e3e15a24b7', 'x-compute-request-id': 'req-48e4fb80-0829-46c9-9b43-e6e3e15a24b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:24:06Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:79:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:24:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:07,281 119947 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-06-05 08:24:07,857 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd/os-interface 0.576s 2022-06-05 08:24:07,857 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', '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-6841b432-782d-4a7a-bc36-6d5db0e2323b', 'x-compute-request-id': 'req-6841b432-782d-4a7a-bc36-6d5db0e2323b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c20801c1-6ea9-471f-94e8-06f626292b48", "port_id": "0d4a6d59-7631-4ce9-ba50-a33984101036", "mac_addr": "fa:16:3e:74:79:1a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cc18c2ce-0c44-4650-8fb2-c7016a92a1b0", "ip_address": "172.20.0.6"}]}]}' 2022-06-05 08:24:11,453 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 PUT http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0 3.592s 2022-06-05 08:24:11,453 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "0d4a6d59-7631-4ce9-ba50-a33984101036"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-aae764ce-671c-4831-9d30-26a914eee919', 'date': 'Sun, 05 Jun 2022 08:24:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0'} Body: b'{"floatingip": {"id": "e2d95a6e-c467-45a4-90fc-59e1f18676e0", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "floating_ip_address": "172.25.6.172", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": "884777fe-96b2-4c89-a4dc-6a6b865cacc5", "port_id": "0d4a6d59-7631-4ce9-ba50-a33984101036", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c20801c1-6ea9-471f-94e8-06f626292b48", "mac_address": "fa:16:3e:74:79:1a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-06-05T08:23:45Z", "updated_at": "2022-06-05T08:24:09Z", "revision_number": 1, "project_id": "0348d3b9a38d437c8e82a24be537c848"}}' 2022-06-05 08:24:12,503 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 1.049s 2022-06-05 08:24:12,503 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1588', '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-1738f610-580c-4002-b82c-f2ad95957722', 'x-compute-request-id': 'req-1738f610-580c-4002-b82c-f2ad95957722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:24:06Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:79:1a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:24:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:12,512 119947 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-06-05 08:24:12,512 119947 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.6.172:22' as 'ubuntu' with public key authentication 2022-06-05 08:24:16,608 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 1. Retry after 2 seconds. 2022-06-05 08:24:22,172 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 2. Retry after 3 seconds. 2022-06-05 08:24:28,732 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 3. Retry after 4 seconds. 2022-06-05 08:24:36,316 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 4. Retry after 5 seconds. 2022-06-05 08:24:44,865 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 5. Retry after 6 seconds. 2022-06-05 08:24:51,373 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 6. Retry after 7 seconds. 2022-06-05 08:24:58,881 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 7. Retry after 8 seconds. 2022-06-05 08:25:07,389 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 8. Retry after 9 seconds. 2022-06-05 08:25:16,945 119947 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-06-05 08:25:17,301 119947 INFO [paramiko.transport] Authentication (publickey) successful! 2022-06-05 08:25:17,301 119947 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.6.172 successfully created 2022-06-05 08:25:19,934 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 204 DELETE http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.188s 2022-06-05 08:25:19,935 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fce0c54c-13a8-43f9-8812-7620b3bbb39e', 'x-compute-request-id': 'req-fce0c54c-13a8-43f9-8812-7620b3bbb39e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'' 2022-06-05 08:25:20,096 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.154s 2022-06-05 08:25:20,097 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6304f60a-5fce-4db2-b543-4101013db4ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "da4cc519c13c4b88bfff58f418bcdb4f", "name": "tempest-ServersWithSpecificFlavorTestJSON-2126239023-project", "password_expires_at": null}, "audit_ids": ["dyD905oYTU-e4aqRL5Mmhg"], "expires_at": "2022-06-05T09:25:19.000000Z", "issued_at": "2022-06-05T08:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0348d3b9a38d437c8e82a24be537c848", "name": "tempest-ServersWithSpecificFlavorTestJSON-2126239023"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/0348d3b9a38d437c8e82a24be537c848", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:25:20,097 119947 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'c20801c1-6ea9-471f-94e8-06f626292b48', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-874778925-network', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0348d3b9a38d437c8e82a24be537c848', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 126, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:23:13Z', 'updated_at': '2022-06-05T08:23:13Z', 'revision_number': 1} available for tenant 2022-06-05 08:25:20,098 119947 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1041185333', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBSUhLBZyb9oekcG2hqi/dreCQeuhvoG+vNJwkPvBDjCfzkUaOYGoInc8gXJOj3EKhlpWRz6qZ9GeIefQ4kuxd8YjQpE8UOmQktzvIn1i5IKb8rte396wRdRm1i0+e56HQ==', 'fingerprint': '1a:36:23:62:bd:e6:1f:9a:4f:be:c1:ad:e3:67:ed:e9', 'user_id': 'da4cc519c13c4b88bfff58f418bcdb4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBfBSlesizJKSZP+v/xcOduk0Y/YpIO/PvnHB27kX0qsXvvGH02KQ7u\nfg/Ow1BUSTWgBwYFK4EEACKhZANiAAQUlISwWcm/aHpHBtoaov3a3gkHrob6Bvrz\nScJD7wQ4wn85FGjmBqCJ3PIFyTo9xCoZaVkc+qmfRniHn0OJLsXfGI0KRPFDpkJL\nc7yJ9YuSCm/K7Xt/esEXUZtYtPnueh0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', 'name': 'tempest-securitygroup--2089244299', 'stateful': True, 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'description': 'tempest-description--1461736112', 'shared': False, 'security_group_rules': [{'id': '5152ba89-c0e1-433c-800c-8e8389a6533b', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'security_group_id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', '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': 145, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 0, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}, {'id': '9e6a2e19-d843-40db-bfc7-ecf29b9d617e', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'security_group_id': '6e60efe0-48ed-46d9-8da2-d3f99663b556', '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': 144, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 0, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}], 'tags': [], 'created_at': '2022-06-05T08:23:42Z', 'updated_at': '2022-06-05T08:23:42Z', 'revision_number': 1, 'project_id': '0348d3b9a38d437c8e82a24be537c848'}, 'floating_ip': {'id': 'e2d95a6e-c467-45a4-90fc-59e1f18676e0', 'tenant_id': '0348d3b9a38d437c8e82a24be537c848', 'floating_ip_address': '172.25.6.172', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0348d3b9a38d437c8e82a24be537c848', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:23:45Z', 'updated_at': '2022-06-05T08:23:45Z', 'revision_number': 0, 'ip': '172.25.6.172'}} 2022-06-05 08:25:21,456 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST http://10.222.0.33/compute/v2.1/servers 1.358s 2022-06-05 08:25:21,457 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "1541174189", "adminPass": "password", "networks": [{"uuid": "c20801c1-6ea9-471f-94e8-06f626292b48"}], "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "key_name": "tempest-keypair-1041185333", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe', '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-fea3eee8-9920-4dea-bf66-e5159d4ef466', 'x-compute-request-id': 'req-fea3eee8-9920-4dea-bf66-e5159d4ef466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "adminPass": "password"}}' 2022-06-05 08:25:22,352 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.892s 2022-06-05 08:25:22,352 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', '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-dc4a2ec6-9fed-4485-81c2-74930dc59d71', 'x-compute-request-id': 'req-dc4a2ec6-9fed-4485-81c2-74930dc59d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "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": []}}' 2022-06-05 08:25:24,240 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.880s 2022-06-05 08:25:24,240 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', '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-aed7a183-220d-4509-af04-92236ccb944b', 'x-compute-request-id': 'req-aed7a183-220d-4509-af04-92236ccb944b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:24,247 119947 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-06-05 08:25:27,897 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 2.648s 2022-06-05 08:25:27,897 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-be273534-9285-434d-b4b9-1cdfd075ac54', 'x-compute-request-id': 'req-be273534-9285-434d-b4b9-1cdfd075ac54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:31,009 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 2.102s 2022-06-05 08:25:31,009 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-4157cbed-28a6-48eb-9997-acc7e564c1c5', 'x-compute-request-id': 'req-4157cbed-28a6-48eb-9997-acc7e564c1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:33,365 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.347s 2022-06-05 08:25:33,365 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-61224a0c-e2ae-44c4-a1ea-cbd0ebf57c3f', 'x-compute-request-id': 'req-61224a0c-e2ae-44c4-a1ea-cbd0ebf57c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:35,680 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.307s 2022-06-05 08:25:35,681 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-c6d5f034-78a5-4c29-9435-81dc09ed6bfe', 'x-compute-request-id': 'req-c6d5f034-78a5-4c29-9435-81dc09ed6bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:37,220 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.530s 2022-06-05 08:25:37,220 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-cfa860d1-a8c5-4827-8bd9-8f48b9d18bd4', 'x-compute-request-id': 'req-cfa860d1-a8c5-4827-8bd9-8f48b9d18bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:39,694 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.465s 2022-06-05 08:25:39,694 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-533a5176-7edf-491a-ab08-378eddff0a27', 'x-compute-request-id': 'req-533a5176-7edf-491a-ab08-378eddff0a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:42,933 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 2.230s 2022-06-05 08:25:42,933 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-3654df5d-3d4e-4c22-bc9e-e69ce1edcb98', 'x-compute-request-id': 'req-3654df5d-3d4e-4c22-bc9e-e69ce1edcb98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:44,499 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.557s 2022-06-05 08:25:44,499 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', '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-4a3e4cad-b67a-4db5-b770-4b9a1c456b63', 'x-compute-request-id': 'req-4a3e4cad-b67a-4db5-b770-4b9a1c456b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "BUILD", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:46,647 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.139s 2022-06-05 08:25:46,647 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1589', '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-80270a5b-dcf4-42da-9974-43912ab2a788', 'x-compute-request-id': 'req-80270a5b-dcf4-42da-9974-43912ab2a788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:45Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:25:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:46,655 119947 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait 2022-06-05 08:25:47,058 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe/os-interface 0.403s 2022-06-05 08:25:47,059 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', '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-eb06ba1d-14c7-4c16-880e-5eb7c59d773e', 'x-compute-request-id': 'req-eb06ba1d-14c7-4c16-880e-5eb7c59d773e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c20801c1-6ea9-471f-94e8-06f626292b48", "port_id": "dd1eaf3c-4246-487f-b193-efb1262f0dba", "mac_addr": "fa:16:3e:50:bf:9f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cc18c2ce-0c44-4650-8fb2-c7016a92a1b0", "ip_address": "172.20.0.11"}]}]}' 2022-06-05 08:25:50,701 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 PUT http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0 3.638s 2022-06-05 08:25:50,702 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "dd1eaf3c-4246-487f-b193-efb1262f0dba"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-7e5520ae-486d-4e5e-a08b-f6770d4b9ba2', 'date': 'Sun, 05 Jun 2022 08:25:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0'} Body: b'{"floatingip": {"id": "e2d95a6e-c467-45a4-90fc-59e1f18676e0", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "floating_ip_address": "172.25.6.172", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": "884777fe-96b2-4c89-a4dc-6a6b865cacc5", "port_id": "dd1eaf3c-4246-487f-b193-efb1262f0dba", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c20801c1-6ea9-471f-94e8-06f626292b48", "mac_address": "fa:16:3e:50:bf:9f", "admin_state_up": true, "status": "ACTIVE", "device_id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-06-05T08:23:45Z", "updated_at": "2022-06-05T08:25:48Z", "revision_number": 5, "project_id": "0348d3b9a38d437c8e82a24be537c848"}}' 2022-06-05 08:25:51,854 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.151s 2022-06-05 08:25:51,854 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1589', '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-3b2ee9c9-6528-4bcb-b4d9-e4daacebae6f', 'x-compute-request-id': 'req-3b2ee9c9-6528-4bcb-b4d9-e4daacebae6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:25:45Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:25:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:51,862 119947 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-06-05 08:25:51,863 119947 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.6.172:22' as 'ubuntu' with public key authentication 2022-06-05 08:25:54,908 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 1. Retry after 2 seconds. 2022-06-05 08:26:00,476 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 2. Retry after 3 seconds. 2022-06-05 08:26:07,036 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 3. Retry after 4 seconds. 2022-06-05 08:26:12,578 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 4. Retry after 5 seconds. 2022-06-05 08:26:18,088 119947 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.172 ([Errno None] Unable to connect to port 22 on 172.25.6.172). Number attempts: 5. Retry after 6 seconds. 2022-06-05 08:26:24,655 119947 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-06-05 08:26:25,264 119947 INFO [paramiko.transport] Authentication (publickey) successful! 2022-06-05 08:26:25,265 119947 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.6.172 successfully created 2022-06-05 08:26:27,924 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.182s 2022-06-05 08:26:27,925 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a9a8aad-70b5-4bff-8ab4-519c29f741eb', 'x-compute-request-id': 'req-2a9a8aad-70b5-4bff-8ab4-519c29f741eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'' 2022-06-05 08:26:28,644 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.719s 2022-06-05 08:26:28,644 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1714', '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-a7c61eca-3b39-44b7-87c8-9476523aa5b3', 'x-compute-request-id': 'req-a7c61eca-3b39-44b7-87c8-9476523aa5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:26:28Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}, {"version": 4, "addr": "172.25.6.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:25:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:30,441 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 0.788s 2022-06-05 08:26:30,441 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1714', '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-8b46e637-234d-4fb3-ac31-e79f29a8171a', 'x-compute-request-id': 'req-8b46e637-234d-4fb3-ac31-e79f29a8171a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "ACTIVE", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:26:28Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-874778925-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}, {"version": 4, "addr": "172.25.6.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:bf:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:25:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2089244299"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:32,769 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe 1.319s 2022-06-05 08:26:32,770 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1409', '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-2639eccd-08b8-481f-8153-d390b92c9282', 'x-compute-request-id': 'req-2639eccd-08b8-481f-8153-d390b92c9282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe'} Body: b'{"server": {"id": "9b80f5d2-a282-4ccc-8db3-c97fa829aefe", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-964432649", "status": "ERROR", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "f8f2130c5ef7ba36fdcdee232709a260ce263eda7de3a7088423845b", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1541174189", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, "created": "2022-06-05T08:25:21Z", "updated": "2022-06-05T08:26:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9b80f5d2-a282-4ccc-8db3-c97fa829aefe"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:26:32Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:25:44.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:32,777 119947 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/None" after 4 second wait 2022-06-05 08:26:33,296 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.518s 2022-06-05 08:26:33,297 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d9d04ad-9cf2-4692-adf7-195631bc25f4', 'x-compute-request-id': 'req-3d9d04ad-9cf2-4692-adf7-195631bc25f4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'' 2022-06-05 08:26:33,760 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.462s 2022-06-05 08:26:33,760 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1415', '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-f2dcf768-b623-4650-9746-c140af48f1c6', 'x-compute-request-id': 'req-f2dcf768-b623-4650-9746-c140af48f1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "ERROR", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:26:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:25:25Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:24:05.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:35,146 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd 0.375s 2022-06-05 08:26:35,146 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1415', '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-f06e46aa-0b46-4c21-bf66-67ecd259019e', 'x-compute-request-id': 'req-f06e46aa-0b46-4c21-bf66-67ecd259019e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd'} Body: b'{"server": {"id": "e4c09fb3-f67f-4b07-a992-2e70683932bd", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-853181531", "status": "ERROR", "tenant_id": "0348d3b9a38d437c8e82a24be537c848", "user_id": "da4cc519c13c4b88bfff58f418bcdb4f", "metadata": {}, "hostId": "e0c85e36e94e1ddbfece5ef9edbd837f44c44de3958b1106adc7cd9d", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "1638903052", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1638903052"}]}, "created": "2022-06-05T08:23:47Z", "updated": "2022-06-05T08:26:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e4c09fb3-f67f-4b07-a992-2e70683932bd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:25:25Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1041185333", "OS-SRV-USG:launched_at": "2022-06-05T08:24:05.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:35,511 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1041185333 0.356s 2022-06-05 08:26:35,511 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9c7cf2b-bf8a-4c2a-a64e-1200a8c197a5', 'x-compute-request-id': 'req-e9c7cf2b-bf8a-4c2a-a64e-1200a8c197a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1041185333'} Body: b'' 2022-06-05 08:26:35,746 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/6e60efe0-48ed-46d9-8da2-d3f99663b556 0.234s 2022-06-05 08:26:35,747 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4bfc6e71-3e4f-4b57-9d14-221a5d13d2ce', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:26:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/6e60efe0-48ed-46d9-8da2-d3f99663b556'} Body: b'' 2022-06-05 08:26:35,795 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/6e60efe0-48ed-46d9-8da2-d3f99663b556 0.048s 2022-06-05 08:26:35,796 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-df54e250-830f-44b6-88e5-97de3604fc14', 'date': 'Sun, 05 Jun 2022 08:26:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/6e60efe0-48ed-46d9-8da2-d3f99663b556'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6e60efe0-48ed-46d9-8da2-d3f99663b556 does not exist", "detail": ""}}' 2022-06-05 08:26:37,425 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0 1.628s 2022-06-05 08:26:37,425 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-28c8a1dd-4cc6-4342-8687-2fef4eed889c', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:26:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/e2d95a6e-c467-45a4-90fc-59e1f18676e0'} Body: b'' 2022-06-05 08:26:38,190 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/flavors/1638903052 0.764s 2022-06-05 08:26:38,190 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e76e419-9e6f-48a6-b4a8-c499bfc3884c', 'x-compute-request-id': 'req-9e76e419-9e6f-48a6-b4a8-c499bfc3884c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/1638903052'} Body: b'' 2022-06-05 08:26:38,277 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/flavors/detail 0.086s 2022-06-05 08:26:38,277 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5406', '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-c17f1494-e079-4a1e-a855-50894c316fb9', 'x-compute-request-id': 'req-c17f1494-e079-4a1e-a855-50894c316fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1"}]}, {"id": "1541174189", "name": "tempest-flavor_with_ephemeral_1-1460406576", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1541174189"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1541174189"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FL 2022-06-05 08:26:39,167 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/flavors/1541174189 0.882s 2022-06-05 08:26:39,167 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8cf8763-242f-4b98-a6e3-b06e257086ff', 'x-compute-request-id': 'req-b8cf8763-242f-4b98-a6e3-b06e257086ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/1541174189'} Body: b'' 2022-06-05 08:26:39,969 119947 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/flavors/detail 0.801s 2022-06-05 08:26:39,969 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', '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-e7e654d5-db23-48e7-a0e2-367707e4928e', 'x-compute-request-id': 'req-e7e654d5-db23-48e7-a0e2-367707e4928e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server e4c09fb3-f67f-4b07-a992-2e70683932bd failed to delete and is in ERROR status }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 9b80f5d2-a282-4ccc-8db3-c97fa829aefe failed to delete and is in ERROR status |
||||||
tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
fail
ft38.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:23:16,480 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.330s 2022-06-05 08:23:16,480 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-395c924d-d87d-4425-9af3-0baef3263ead', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "937d94e450c7457483bc6f6a03332644", "name": "tempest-DeleteServersAdminTestJSON-1318540523-project", "password_expires_at": null}, "audit_ids": ["IMbmT6xKR7ysl6WWQzM-ZA"], "expires_at": "2022-06-05T09:23:16.000000Z", "issued_at": "2022-06-05T08:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ff420b4eb2442d3b779708d6fe78c1e", "name": "tempest-DeleteServersAdminTestJSON-1318540523"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:23:16,481 119950 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others) Found network None available for tenant 2022-06-05 08:23:19,352 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 202 POST http://10.222.0.33/compute/v2.1/servers 2.870s 2022-06-05 08:23:19,353 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersAdminTestJSON-server-336997173", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af', '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-1e53a3fd-fba9-4214-b8a8-672ed18624de', 'x-compute-request-id': 'req-1e53a3fd-fba9-4214-b8a8-672ed18624de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "56oBS7px4nrX"}}' 2022-06-05 08:23:20,071 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.716s 2022-06-05 08:23:20,071 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', '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-3b9b9025-c313-416e-bdbe-5d86d821ca79', 'x-compute-request-id': 'req-3b9b9025-c313-416e-bdbe-5d86d821ca79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:22,745 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.665s 2022-06-05 08:23:22,745 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', '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-dca23ab4-7803-4cfe-9c0f-08cd3079ea02', 'x-compute-request-id': 'req-dca23ab4-7803-4cfe-9c0f-08cd3079ea02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:24,715 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.961s 2022-06-05 08:23:24,715 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', '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-d4b7e561-1062-4b3c-9053-894fad9e0711', 'x-compute-request-id': 'req-d4b7e561-1062-4b3c-9053-894fad9e0711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:24,723 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2022-06-05 08:23:27,275 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.550s 2022-06-05 08:23:27,276 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-d2dc4d6f-3ef0-496d-aa3a-00f7935eb6d7', 'x-compute-request-id': 'req-d2dc4d6f-3ef0-496d-aa3a-00f7935eb6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:29,127 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.838s 2022-06-05 08:23:29,127 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-5b87a6aa-3772-4f03-bf2b-521d6fd4c370', 'x-compute-request-id': 'req-5b87a6aa-3772-4f03-bf2b-521d6fd4c370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:31,872 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.736s 2022-06-05 08:23:31,872 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-f08f0e45-c4f5-42bb-8ba5-e1d210d27c80', 'x-compute-request-id': 'req-f08f0e45-c4f5-42bb-8ba5-e1d210d27c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:33,990 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.109s 2022-06-05 08:23:33,990 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-2e2a63dc-77cd-4fd8-9f1b-ea3967a5e0ee', 'x-compute-request-id': 'req-2e2a63dc-77cd-4fd8-9f1b-ea3967a5e0ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:37,003 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 2.005s 2022-06-05 08:23:37,004 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-96bf855a-aa97-4fd7-ba45-8f79596442cd', 'x-compute-request-id': 'req-96bf855a-aa97-4fd7-ba45-8f79596442cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:39,642 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.628s 2022-06-05 08:23:39,643 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-7338963f-7cc0-4d2e-bd49-4aeb4303a089', 'x-compute-request-id': 'req-7338963f-7cc0-4d2e-bd49-4aeb4303a089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:41,431 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.780s 2022-06-05 08:23:41,432 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-1c1c091e-3497-4fd0-8582-58c90d66caf5', 'x-compute-request-id': 'req-1c1c091e-3497-4fd0-8582-58c90d66caf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:43,291 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.852s 2022-06-05 08:23:43,292 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-e3cce273-ecba-40b5-b321-6d459774a013', 'x-compute-request-id': 'req-e3cce273-ecba-40b5-b321-6d459774a013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:45,577 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 1.270s 2022-06-05 08:23:45,577 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-55c533f3-0678-49c0-b0d7-a472d806af09', 'x-compute-request-id': 'req-55c533f3-0678-49c0-b0d7-a472d806af09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:47,319 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.733s 2022-06-05 08:23:47,320 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-23f0d5f0-debf-4ee3-96ec-37bbca8ded1e', 'x-compute-request-id': 'req-23f0d5f0-debf-4ee3-96ec-37bbca8ded1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:48,551 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.223s 2022-06-05 08:23:48,551 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-af5044fd-e1de-4ab3-b0e8-06f6f4f00eb1', 'x-compute-request-id': 'req-af5044fd-e1de-4ab3-b0e8-06f6f4f00eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:49,740 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.181s 2022-06-05 08:23:49,741 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-7ce7dfba-f762-496e-9883-6af3f417cd73', 'x-compute-request-id': 'req-7ce7dfba-f762-496e-9883-6af3f417cd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:51,368 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.618s 2022-06-05 08:23:51,369 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-bbb80bd1-c30f-4bd1-a69f-9a7cd3570463', 'x-compute-request-id': 'req-bbb80bd1-c30f-4bd1-a69f-9a7cd3570463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:52,908 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.530s 2022-06-05 08:23:52,908 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-8fc757c2-9e18-4b9a-b41e-71add0f816eb', 'x-compute-request-id': 'req-8fc757c2-9e18-4b9a-b41e-71add0f816eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:54,693 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.775s 2022-06-05 08:23:54,693 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-d62f7b02-b1da-4346-86db-941c77169171', 'x-compute-request-id': 'req-d62f7b02-b1da-4346-86db-941c77169171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:56,104 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.403s 2022-06-05 08:23:56,105 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-c8baacdf-6222-4075-b065-410c37623676', 'x-compute-request-id': 'req-c8baacdf-6222-4075-b065-410c37623676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:57,360 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.246s 2022-06-05 08:23:57,360 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-c6fdb47b-ca1f-4e1c-8577-705322e5d6e1', 'x-compute-request-id': 'req-c6fdb47b-ca1f-4e1c-8577-705322e5d6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:23:59,011 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.641s 2022-06-05 08:23:59,011 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-dec6dee1-f85b-48a8-9244-4ef8bbc89c50', 'x-compute-request-id': 'req-dec6dee1-f85b-48a8-9244-4ef8bbc89c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:00,230 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.210s 2022-06-05 08:24:00,230 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-97bce194-1c06-42dc-9a68-31a5bbb57496', 'x-compute-request-id': 'req-97bce194-1c06-42dc-9a68-31a5bbb57496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:01,608 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.367s 2022-06-05 08:24:01,608 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-0111283f-334c-4f5e-9a18-8509be3b3df9', 'x-compute-request-id': 'req-0111283f-334c-4f5e-9a18-8509be3b3df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:23:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:02,872 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.256s 2022-06-05 08:24:02,873 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1469', '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-02100173-f4c8-472c-acfb-bee711f771e2', 'x-compute-request-id': 'req-02100173-f4c8-472c-acfb-bee711f771e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "ACTIVE", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:24:02Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.109", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fe:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:02,880 119950 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 42 second wait 2022-06-05 08:24:03,345 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 204 DELETE http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.465s 2022-06-05 08:24:03,346 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22657180-725c-4f2c-b357-9bf16707ab47', 'x-compute-request-id': 'req-22657180-725c-4f2c-b357-9bf16707ab47', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'' 2022-06-05 08:24:03,691 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.344s 2022-06-05 08:24:03,691 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1475', '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-6bea69dc-fcc9-478d-8522-5d427f3d018a', 'x-compute-request-id': 'req-6bea69dc-fcc9-478d-8522-5d427f3d018a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "ACTIVE", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:24:03Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.109", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fe:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:05,424 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.723s 2022-06-05 08:24:05,424 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1475', '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-fd178da5-e0e5-4efa-a107-f3e29913e0f9', 'x-compute-request-id': 'req-fd178da5-e0e5-4efa-a107-f3e29913e0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "ACTIVE", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:24:03Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.109", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fe:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:06,770 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af 0.336s 2022-06-05 08:24:06,771 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c3f10558-d3fc-466e-ab79-53bbc4a1b42b', 'x-compute-request-id': 'req-c3f10558-d3fc-466e-ab79-53bbc4a1b42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af'} Body: b'{"server": {"id": "8cddf461-3546-4475-91c7-419b46a255af", "name": "tempest-DeleteServersAdminTestJSON-server-336997173", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:23:19Z", "updated": "2022-06-05T08:24:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/8cddf461-3546-4475-91c7-419b46a255af"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/8cddf461-3546-4475-91c7-419b46a255af"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:06Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:06,778 119950 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/None" after 3 second wait }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_delete_server.py", line 51, in test_admin_delete_servers_of_others waiters.wait_for_server_termination(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 8cddf461-3546-4475-91c7-419b46a255af failed to delete and is in ERROR status |
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
fail
ft38.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:24:07,009 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.218s 2022-06-05 08:24:07,009 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2d09edb9-0739-4210-87bd-695b084b4ee3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "937d94e450c7457483bc6f6a03332644", "name": "tempest-DeleteServersAdminTestJSON-1318540523-project", "password_expires_at": null}, "audit_ids": ["xkWII2XST7usW8mWiJvB5Q"], "expires_at": "2022-06-05T09:24:06.000000Z", "issued_at": "2022-06-05T08:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ff420b4eb2442d3b779708d6fe78c1e", "name": "tempest-DeleteServersAdminTestJSON-1318540523"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/1ff420b4eb2442d3b779708d6fe78c1e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:24:07,010 119950 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state) Found network None available for tenant 2022-06-05 08:24:08,032 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 202 POST http://10.222.0.33/compute/v2.1/servers 1.021s 2022-06-05 08:24:08,032 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersAdminTestJSON-server-414071924", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989', '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-e55b9b2c-22c6-4e96-a4ae-ca9e69de233d', 'x-compute-request-id': 'req-e55b9b2c-22c6-4e96-a4ae-ca9e69de233d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "69uQxo5Dajyw"}}' 2022-06-05 08:24:08,306 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.271s 2022-06-05 08:24:08,306 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', '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-77a99105-f3f8-4964-9de5-839dac28db1d', 'x-compute-request-id': 'req-77a99105-f3f8-4964-9de5-839dac28db1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:08Z", "updated": "2022-06-05T08:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:10,526 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.211s 2022-06-05 08:24:10,526 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', '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-27e81826-759a-4b44-a128-29dd6a8781a7', 'x-compute-request-id': 'req-27e81826-759a-4b44-a128-29dd6a8781a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:10,534 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2022-06-05 08:24:12,967 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.431s 2022-06-05 08:24:12,967 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-b961ee38-8523-477b-9601-d46bda3ccf10', 'x-compute-request-id': 'req-b961ee38-8523-477b-9601-d46bda3ccf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:14,650 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.674s 2022-06-05 08:24:14,650 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-e6237ae2-4979-4f08-af9b-2c45d23f7532', 'x-compute-request-id': 'req-e6237ae2-4979-4f08-af9b-2c45d23f7532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:16,021 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.362s 2022-06-05 08:24:16,022 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-3045c0a2-1174-4437-9d10-e16fffe328e0', 'x-compute-request-id': 'req-3045c0a2-1174-4437-9d10-e16fffe328e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:17,288 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.257s 2022-06-05 08:24:17,288 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-b7c76539-21cf-4a7c-98f0-1f5f5223b577', 'x-compute-request-id': 'req-b7c76539-21cf-4a7c-98f0-1f5f5223b577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:18,757 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.461s 2022-06-05 08:24:18,757 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-7327aec7-591a-40f0-b872-bb9305fe0b34', 'x-compute-request-id': 'req-7327aec7-591a-40f0-b872-bb9305fe0b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:20,141 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.373s 2022-06-05 08:24:20,141 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-5b1628ce-8730-44dc-9bd3-83b0f332ab2c', 'x-compute-request-id': 'req-5b1628ce-8730-44dc-9bd3-83b0f332ab2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:21,805 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.654s 2022-06-05 08:24:21,805 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-a36287fe-6cdb-465c-a0e7-d803253f3380', 'x-compute-request-id': 'req-a36287fe-6cdb-465c-a0e7-d803253f3380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:23,138 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.325s 2022-06-05 08:24:23,138 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-84b5d0f4-07bd-4ec2-86bc-eff3a9b9940e', 'x-compute-request-id': 'req-84b5d0f4-07bd-4ec2-86bc-eff3a9b9940e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:24,532 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.385s 2022-06-05 08:24:24,532 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-5e66e800-fc87-4c3c-bbbd-42b314da6056', 'x-compute-request-id': 'req-5e66e800-fc87-4c3c-bbbd-42b314da6056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "BUILD", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:25,938 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.397s 2022-06-05 08:24:25,938 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1469', '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-b0ae0561-ec34-42d6-bcae-1ab0ca1bc9e3', 'x-compute-request-id': 'req-b0ae0561-ec34-42d6-bcae-1ab0ca1bc9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ACTIVE", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:25Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.193", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7b:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:25,950 119950 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-06-05 08:24:26,135 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 202 POST http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989/action 0.184s 2022-06-05 08:24:26,135 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-resetState": {"state": "error"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a5ac5a-af64-4382-a5a1-44503ed96e6f', 'x-compute-request-id': 'req-a7a5ac5a-af64-4382-a5a1-44503ed96e6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989/action'} Body: b'' 2022-06-05 08:24:26,499 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.363s 2022-06-05 08:24:26,499 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1452', '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-c4107a18-e2d6-4140-b110-2fafee7cd2ab', 'x-compute-request-id': 'req-c4107a18-e2d6-4140-b110-2fafee7cd2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:26Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.193", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7b:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:26,658 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.150s 2022-06-05 08:24:26,658 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3408d4d-ff55-4d26-9229-f3c6e690a6de', 'x-compute-request-id': 'req-b3408d4d-ff55-4d26-9229-f3c6e690a6de', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'' 2022-06-05 08:24:26,956 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.297s 2022-06-05 08:24:26,957 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1458', '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-75bf7def-3288-4d3b-8653-36ef5ec76536', 'x-compute-request-id': 'req-75bf7def-3288-4d3b-8653-36ef5ec76536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:27Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.193", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7b:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:28,625 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.660s 2022-06-05 08:24:28,626 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1458', '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-85b8cff4-e70e-46a3-bd01-348198a099a7', 'x-compute-request-id': 'req-85b8cff4-e70e-46a3-bd01-348198a099a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:27Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.193", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7b:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:30,243 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.608s 2022-06-05 08:24:30,244 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1458', '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-494ccb18-f57e-47b3-86a8-2a5cffca46d5', 'x-compute-request-id': 'req-494ccb18-f57e-47b3-86a8-2a5cffca46d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:27Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.193", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7b:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:31,501 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.249s 2022-06-05 08:24:31,501 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-85373b4f-7622-4ce4-af4a-f2062033ff02', 'x-compute-request-id': 'req-85373b4f-7622-4ce4-af4a-f2062033ff02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:31,508 119950 INFO [tempest.common.waiters] State transition "ERROR/deleting" ==> "ERROR/None" after 5 second wait 2022-06-05 08:24:32,851 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.341s 2022-06-05 08:24:32,851 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-3d426c8c-fb72-4573-852e-2629cfa82d94', 'x-compute-request-id': 'req-3d426c8c-fb72-4573-852e-2629cfa82d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:34,214 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.355s 2022-06-05 08:24:34,214 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6cd15330-a1cf-4577-ab35-7a5d71008182', 'x-compute-request-id': 'req-6cd15330-a1cf-4577-ab35-7a5d71008182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:35,419 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.196s 2022-06-05 08:24:35,420 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5e921a24-0c16-4b91-a848-5c16e2a6e95c', 'x-compute-request-id': 'req-5e921a24-0c16-4b91-a848-5c16e2a6e95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:36,835 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.407s 2022-06-05 08:24:36,835 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-bdec0c26-17b5-43e6-bc9c-8c1f08e66b5b', 'x-compute-request-id': 'req-bdec0c26-17b5-43e6-bc9c-8c1f08e66b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:38,852 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.004s 2022-06-05 08:24:38,853 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-42ddefd1-10e8-4aa1-9b14-e4d8a855d04d', 'x-compute-request-id': 'req-42ddefd1-10e8-4aa1-9b14-e4d8a855d04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:40,994 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.132s 2022-06-05 08:24:40,994 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-485d454a-b513-4ff9-a3c8-4085bfac995f', 'x-compute-request-id': 'req-485d454a-b513-4ff9-a3c8-4085bfac995f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:42,646 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.644s 2022-06-05 08:24:42,647 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-849d5b89-2880-4b97-ae2a-66a726aa6484', 'x-compute-request-id': 'req-849d5b89-2880-4b97-ae2a-66a726aa6484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:44,441 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.786s 2022-06-05 08:24:44,442 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-dd35737c-83c2-4597-b293-a869c8ec7d09', 'x-compute-request-id': 'req-dd35737c-83c2-4597-b293-a869c8ec7d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:45,577 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.126s 2022-06-05 08:24:45,577 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-b72197ee-ae91-4c05-add5-9a992185581c', 'x-compute-request-id': 'req-b72197ee-ae91-4c05-add5-9a992185581c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:46,710 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.124s 2022-06-05 08:24:46,711 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8d061fc0-0c48-411b-9a52-a04b720a5604', 'x-compute-request-id': 'req-8d061fc0-0c48-411b-9a52-a04b720a5604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:48,060 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.340s 2022-06-05 08:24:48,060 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9d0a62bd-dc0a-48d3-b0d4-091a13347250', 'x-compute-request-id': 'req-9d0a62bd-dc0a-48d3-b0d4-091a13347250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:49,336 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.267s 2022-06-05 08:24:49,337 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6e2cbc31-a3ec-4fe3-9275-3f4c211346e0', 'x-compute-request-id': 'req-6e2cbc31-a3ec-4fe3-9275-3f4c211346e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:50,677 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.332s 2022-06-05 08:24:50,677 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e8606ab3-2173-40c6-9894-72ebaa1d7348', 'x-compute-request-id': 'req-e8606ab3-2173-40c6-9894-72ebaa1d7348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:52,164 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.478s 2022-06-05 08:24:52,164 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6b2c9b7d-fe91-45de-960f-ea3330ee5160', 'x-compute-request-id': 'req-6b2c9b7d-fe91-45de-960f-ea3330ee5160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:53,716 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.543s 2022-06-05 08:24:53,716 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ae614a28-90f5-4005-96eb-1a88f220e43f', 'x-compute-request-id': 'req-ae614a28-90f5-4005-96eb-1a88f220e43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:55,687 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.962s 2022-06-05 08:24:55,687 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5a00db32-1e3d-494f-97aa-6556eceef166', 'x-compute-request-id': 'req-5a00db32-1e3d-494f-97aa-6556eceef166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:57,614 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.918s 2022-06-05 08:24:57,615 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-31f1e1cb-b26a-4719-992a-5594963f6c21', 'x-compute-request-id': 'req-31f1e1cb-b26a-4719-992a-5594963f6c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:24:59,195 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.572s 2022-06-05 08:24:59,195 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-7ca126d2-9786-4aa0-bb7f-27ff76b14c5d', 'x-compute-request-id': 'req-7ca126d2-9786-4aa0-bb7f-27ff76b14c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:00,818 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.615s 2022-06-05 08:25:00,818 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9bb3109d-2a1f-402d-ada2-91a4a4d4b90c', 'x-compute-request-id': 'req-9bb3109d-2a1f-402d-ada2-91a4a4d4b90c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:02,178 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.352s 2022-06-05 08:25:02,178 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-27e167e4-581c-4228-a3a0-717c75c8fea8', 'x-compute-request-id': 'req-27e167e4-581c-4228-a3a0-717c75c8fea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:03,322 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.136s 2022-06-05 08:25:03,323 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-b1e24f3e-9d44-47ff-a324-cffad7891f2a', 'x-compute-request-id': 'req-b1e24f3e-9d44-47ff-a324-cffad7891f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:04,774 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.442s 2022-06-05 08:25:04,774 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-7674e41b-1c80-4555-80a1-c088ddf6b487', 'x-compute-request-id': 'req-7674e41b-1c80-4555-80a1-c088ddf6b487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:05,960 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.176s 2022-06-05 08:25:05,960 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-581d6785-659e-4512-ad04-1e23e91b2714', 'x-compute-request-id': 'req-581d6785-659e-4512-ad04-1e23e91b2714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:07,433 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.465s 2022-06-05 08:25:07,433 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-814bd601-0de0-43f5-aeb3-d57de6624086', 'x-compute-request-id': 'req-814bd601-0de0-43f5-aeb3-d57de6624086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:08,697 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.255s 2022-06-05 08:25:08,698 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0d89adbb-7a99-43db-ae38-a3b2b76e415e', 'x-compute-request-id': 'req-0d89adbb-7a99-43db-ae38-a3b2b76e415e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:10,540 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.833s 2022-06-05 08:25:10,540 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e4e79eb4-1f54-4762-bf6b-208e9dbacd1c', 'x-compute-request-id': 'req-e4e79eb4-1f54-4762-bf6b-208e9dbacd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:11,887 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.339s 2022-06-05 08:25:11,887 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-73dc82f9-276b-4667-92e2-626f6cbf7100', 'x-compute-request-id': 'req-73dc82f9-276b-4667-92e2-626f6cbf7100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:13,179 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.283s 2022-06-05 08:25:13,179 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a3df187d-5dba-4b5e-98d1-f05c52938ab8', 'x-compute-request-id': 'req-a3df187d-5dba-4b5e-98d1-f05c52938ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:15,125 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.937s 2022-06-05 08:25:15,126 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f5e6f922-2491-4f15-8bbc-0b0f8d999433', 'x-compute-request-id': 'req-f5e6f922-2491-4f15-8bbc-0b0f8d999433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:16,302 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.167s 2022-06-05 08:25:16,303 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ab05cb45-158b-477f-aa21-68a9c088f19e', 'x-compute-request-id': 'req-ab05cb45-158b-477f-aa21-68a9c088f19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:17,555 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.244s 2022-06-05 08:25:17,555 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1a91b4da-928f-4670-acf5-18db36dd834d', 'x-compute-request-id': 'req-1a91b4da-928f-4670-acf5-18db36dd834d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:18,793 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.229s 2022-06-05 08:25:18,793 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-fad8e4c1-1a7e-475b-89b1-c17ba947e42a', 'x-compute-request-id': 'req-fad8e4c1-1a7e-475b-89b1-c17ba947e42a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:20,122 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.320s 2022-06-05 08:25:20,122 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-42679e6a-07a5-4d6c-829f-6d979436ced9', 'x-compute-request-id': 'req-42679e6a-07a5-4d6c-829f-6d979436ced9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:22,204 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.074s 2022-06-05 08:25:22,205 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0157b4b6-04a0-43e9-8b29-f193273e2e60', 'x-compute-request-id': 'req-0157b4b6-04a0-43e9-8b29-f193273e2e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:23,993 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.780s 2022-06-05 08:25:23,994 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-dc7eca6a-3bc0-482a-b53d-03fd41f50f02', 'x-compute-request-id': 'req-dc7eca6a-3bc0-482a-b53d-03fd41f50f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:27,082 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 2.079s 2022-06-05 08:25:27,083 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-d8372e41-44b5-471f-b390-86f1c3f04bfe', 'x-compute-request-id': 'req-d8372e41-44b5-471f-b390-86f1c3f04bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:28,315 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.223s 2022-06-05 08:25:28,315 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c53ce674-35ff-41c5-aac3-87cc47e9ab91', 'x-compute-request-id': 'req-c53ce674-35ff-41c5-aac3-87cc47e9ab91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:30,927 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.602s 2022-06-05 08:25:30,927 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-dc5a5bd4-07e9-4aaa-adaf-fd8f88d2e677', 'x-compute-request-id': 'req-dc5a5bd4-07e9-4aaa-adaf-fd8f88d2e677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:32,455 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.520s 2022-06-05 08:25:32,455 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-79aa1f2e-2590-43ef-8801-7670850bcb9d', 'x-compute-request-id': 'req-79aa1f2e-2590-43ef-8801-7670850bcb9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:34,640 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.177s 2022-06-05 08:25:34,640 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6033ea54-2ee5-4d9b-b07e-b0e6e4144a7e', 'x-compute-request-id': 'req-6033ea54-2ee5-4d9b-b07e-b0e6e4144a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:36,222 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.574s 2022-06-05 08:25:36,222 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8ed761d8-f2eb-407d-9f3f-1f38108ebdbf', 'x-compute-request-id': 'req-8ed761d8-f2eb-407d-9f3f-1f38108ebdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:37,743 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.512s 2022-06-05 08:25:37,743 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-42b758e1-256e-4d1b-b524-f2b46386f974', 'x-compute-request-id': 'req-42b758e1-256e-4d1b-b524-f2b46386f974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:40,168 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.416s 2022-06-05 08:25:40,168 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e9b7dd83-e830-4cc5-b1d6-b7db498028bb', 'x-compute-request-id': 'req-e9b7dd83-e830-4cc5-b1d6-b7db498028bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:42,698 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.522s 2022-06-05 08:25:42,698 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-7303adcc-e062-4f80-b6cc-bb2e6a919a9e', 'x-compute-request-id': 'req-7303adcc-e062-4f80-b6cc-bb2e6a919a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:44,042 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.334s 2022-06-05 08:25:44,042 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-24d38887-5a5e-40eb-a46c-61e478b9192e', 'x-compute-request-id': 'req-24d38887-5a5e-40eb-a46c-61e478b9192e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:45,279 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.228s 2022-06-05 08:25:45,279 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-3e6573ac-184d-440f-841a-4c424fdd68ea', 'x-compute-request-id': 'req-3e6573ac-184d-440f-841a-4c424fdd68ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:46,845 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.557s 2022-06-05 08:25:46,845 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2899c491-ed02-4d36-b285-83941b01784a', 'x-compute-request-id': 'req-2899c491-ed02-4d36-b285-83941b01784a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:48,176 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.322s 2022-06-05 08:25:48,176 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-42da4b9b-c552-482a-8cde-c789c08051cc', 'x-compute-request-id': 'req-42da4b9b-c552-482a-8cde-c789c08051cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:50,036 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.852s 2022-06-05 08:25:50,037 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-16c8174c-8bde-4c66-8d64-1d89e27f3327', 'x-compute-request-id': 'req-16c8174c-8bde-4c66-8d64-1d89e27f3327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:51,614 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.568s 2022-06-05 08:25:51,614 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8117425b-0448-450e-bc31-e864425e6bbf', 'x-compute-request-id': 'req-8117425b-0448-450e-bc31-e864425e6bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:52,984 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.362s 2022-06-05 08:25:52,985 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-47852998-cad7-4cc2-8869-5f754b68e609', 'x-compute-request-id': 'req-47852998-cad7-4cc2-8869-5f754b68e609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:54,170 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.169s 2022-06-05 08:25:54,171 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c71dee6e-70cd-4621-b9fe-4bf2f7fd1a94', 'x-compute-request-id': 'req-c71dee6e-70cd-4621-b9fe-4bf2f7fd1a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:55,592 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.412s 2022-06-05 08:25:55,592 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c7d6f6a0-d989-4838-b9fc-259b36550d22', 'x-compute-request-id': 'req-c7d6f6a0-d989-4838-b9fc-259b36550d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:57,052 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.452s 2022-06-05 08:25:57,052 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-eebac464-f6ed-4ccf-9ce3-c1b4d0942efe', 'x-compute-request-id': 'req-eebac464-f6ed-4ccf-9ce3-c1b4d0942efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:25:58,406 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.346s 2022-06-05 08:25:58,407 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-38fdf78a-fb04-4cf6-af85-973c9aede3c6', 'x-compute-request-id': 'req-38fdf78a-fb04-4cf6-af85-973c9aede3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:00,857 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.441s 2022-06-05 08:26:00,857 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-905b0c0b-67b4-4a62-afc5-003ba9392759', 'x-compute-request-id': 'req-905b0c0b-67b4-4a62-afc5-003ba9392759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:02,585 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.719s 2022-06-05 08:26:02,585 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-667c1ace-f91c-4b3a-b25a-db4e098b2a44', 'x-compute-request-id': 'req-667c1ace-f91c-4b3a-b25a-db4e098b2a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:03,745 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.152s 2022-06-05 08:26:03,746 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8ba51578-4d9e-4377-a73e-d38256bbac1f', 'x-compute-request-id': 'req-8ba51578-4d9e-4377-a73e-d38256bbac1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:05,042 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.288s 2022-06-05 08:26:05,043 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0297cc43-983c-47df-acf6-1a8a66d24478', 'x-compute-request-id': 'req-0297cc43-983c-47df-acf6-1a8a66d24478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:06,719 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.667s 2022-06-05 08:26:06,719 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-81a0fb93-4582-41b6-829d-2ad5a91da91b', 'x-compute-request-id': 'req-81a0fb93-4582-41b6-829d-2ad5a91da91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:08,418 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.691s 2022-06-05 08:26:08,419 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-738bda95-820b-45a4-ac50-304252ec53dd', 'x-compute-request-id': 'req-738bda95-820b-45a4-ac50-304252ec53dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:10,074 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.646s 2022-06-05 08:26:10,074 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9ec1953b-746d-43e4-9d0e-5ba08ccd024f', 'x-compute-request-id': 'req-9ec1953b-746d-43e4-9d0e-5ba08ccd024f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:12,715 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.632s 2022-06-05 08:26:12,715 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-94ec8559-de71-4ec6-9b9b-bb2e06613428', 'x-compute-request-id': 'req-94ec8559-de71-4ec6-9b9b-bb2e06613428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:14,082 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.358s 2022-06-05 08:26:14,082 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a31205ce-8c22-478a-905e-54eec4a03039', 'x-compute-request-id': 'req-a31205ce-8c22-478a-905e-54eec4a03039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:16,029 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.939s 2022-06-05 08:26:16,030 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0d844a87-7c6d-49f6-bec7-84dadceaaad9', 'x-compute-request-id': 'req-0d844a87-7c6d-49f6-bec7-84dadceaaad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:17,466 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.427s 2022-06-05 08:26:17,466 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ae290abd-dc2d-426c-a3e9-59eb5a2591b8', 'x-compute-request-id': 'req-ae290abd-dc2d-426c-a3e9-59eb5a2591b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:19,051 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.576s 2022-06-05 08:26:19,051 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e825fa00-943c-49f7-9714-1e05a7afd20c', 'x-compute-request-id': 'req-e825fa00-943c-49f7-9714-1e05a7afd20c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:20,445 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.386s 2022-06-05 08:26:20,446 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-3b8a250e-6e39-442a-84bd-cf51c55baf7c', 'x-compute-request-id': 'req-3b8a250e-6e39-442a-84bd-cf51c55baf7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:21,886 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.431s 2022-06-05 08:26:21,887 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-87cef44c-a6a9-44e1-bbea-0e0605752024', 'x-compute-request-id': 'req-87cef44c-a6a9-44e1-bbea-0e0605752024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:23,165 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.269s 2022-06-05 08:26:23,165 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-985bab51-244e-4ac1-b3f6-7561e09d5b3a', 'x-compute-request-id': 'req-985bab51-244e-4ac1-b3f6-7561e09d5b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:24,294 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.120s 2022-06-05 08:26:24,294 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-15846196-fb58-4620-b440-81e0bf8dff0a', 'x-compute-request-id': 'req-15846196-fb58-4620-b440-81e0bf8dff0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:25,559 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.256s 2022-06-05 08:26:25,559 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1f4bd95b-60d3-4f87-a9e4-4f924c9ab942', 'x-compute-request-id': 'req-1f4bd95b-60d3-4f87-a9e4-4f924c9ab942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:27,727 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.159s 2022-06-05 08:26:27,727 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2302f5b9-2571-4a93-b386-6823d1b3379f', 'x-compute-request-id': 'req-2302f5b9-2571-4a93-b386-6823d1b3379f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:29,711 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.974s 2022-06-05 08:26:29,712 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-70681da8-0e94-4b00-887f-8cad284aadc6', 'x-compute-request-id': 'req-70681da8-0e94-4b00-887f-8cad284aadc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:32,344 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.623s 2022-06-05 08:26:32,344 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-fb3ac3c6-47f2-4bd7-9cce-f59061af3ebd', 'x-compute-request-id': 'req-fb3ac3c6-47f2-4bd7-9cce-f59061af3ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:33,899 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.547s 2022-06-05 08:26:33,900 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-88a085af-3a9c-41d5-a9eb-f656b7b8a45b', 'x-compute-request-id': 'req-88a085af-3a9c-41d5-a9eb-f656b7b8a45b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:35,184 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.275s 2022-06-05 08:26:35,185 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9dcf7372-2f40-4a39-aa02-be873f768fbe', 'x-compute-request-id': 'req-9dcf7372-2f40-4a39-aa02-be873f768fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:37,395 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.202s 2022-06-05 08:26:37,395 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f5434882-98e9-4e88-835c-d132508a0547', 'x-compute-request-id': 'req-f5434882-98e9-4e88-835c-d132508a0547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:39,326 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.922s 2022-06-05 08:26:39,326 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a1fbbbf4-23c0-48d1-b6ab-473ce307a12a', 'x-compute-request-id': 'req-a1fbbbf4-23c0-48d1-b6ab-473ce307a12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:41,086 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.751s 2022-06-05 08:26:41,086 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e05867ac-fab3-49bc-b452-54be2c75fc29', 'x-compute-request-id': 'req-e05867ac-fab3-49bc-b452-54be2c75fc29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:42,884 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.788s 2022-06-05 08:26:42,885 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-175e8962-87b8-4fab-bea6-c2d80f1ef8db', 'x-compute-request-id': 'req-175e8962-87b8-4fab-bea6-c2d80f1ef8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:44,390 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.496s 2022-06-05 08:26:44,390 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c13336c5-1b71-49dc-98ca-659d4f399481', 'x-compute-request-id': 'req-c13336c5-1b71-49dc-98ca-659d4f399481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:46,161 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.763s 2022-06-05 08:26:46,162 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2ac198c8-05f7-4fe7-b2d2-5565230f5cdf', 'x-compute-request-id': 'req-2ac198c8-05f7-4fe7-b2d2-5565230f5cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:47,577 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.407s 2022-06-05 08:26:47,577 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8477c174-8c6e-46de-ac4b-93f2d3b6432d', 'x-compute-request-id': 'req-8477c174-8c6e-46de-ac4b-93f2d3b6432d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:49,432 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.846s 2022-06-05 08:26:49,432 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0bc9e755-f8e0-490b-a852-688fd7cd9ea8', 'x-compute-request-id': 'req-0bc9e755-f8e0-490b-a852-688fd7cd9ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:51,614 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.173s 2022-06-05 08:26:51,615 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0b56c6ce-82dc-4442-8bba-6b4c4715d297', 'x-compute-request-id': 'req-0b56c6ce-82dc-4442-8bba-6b4c4715d297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:52,984 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.361s 2022-06-05 08:26:52,984 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0c0d8531-447e-44a4-bdb5-1058d1b408f8', 'x-compute-request-id': 'req-0c0d8531-447e-44a4-bdb5-1058d1b408f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:55,113 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.121s 2022-06-05 08:26:55,113 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e2c60945-6b0d-4879-88ea-4231d2bbfdd1', 'x-compute-request-id': 'req-e2c60945-6b0d-4879-88ea-4231d2bbfdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:56,690 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.569s 2022-06-05 08:26:56,691 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-46795cc4-2773-4d7d-b46e-aa95ca9713e6', 'x-compute-request-id': 'req-46795cc4-2773-4d7d-b46e-aa95ca9713e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:57,816 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.117s 2022-06-05 08:26:57,817 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9ef64ab1-2a98-43b5-88c3-dacf6ff9bfae', 'x-compute-request-id': 'req-9ef64ab1-2a98-43b5-88c3-dacf6ff9bfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:59,114 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.289s 2022-06-05 08:26:59,115 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-efade160-cc68-4a05-aeec-e0e5b24eb3c1', 'x-compute-request-id': 'req-efade160-cc68-4a05-aeec-e0e5b24eb3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:00,274 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.150s 2022-06-05 08:27:00,274 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5e38c518-7112-4b1a-a33f-ef6ff197a010', 'x-compute-request-id': 'req-5e38c518-7112-4b1a-a33f-ef6ff197a010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:01,780 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.497s 2022-06-05 08:27:01,780 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8f93e653-9b34-4350-b69b-eec63c4f129e', 'x-compute-request-id': 'req-8f93e653-9b34-4350-b69b-eec63c4f129e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:03,372 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.581s 2022-06-05 08:27:03,372 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2f725439-ac35-4be1-9076-e342745892a6', 'x-compute-request-id': 'req-2f725439-ac35-4be1-9076-e342745892a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:04,912 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.532s 2022-06-05 08:27:04,913 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e744c328-c289-4ca7-bae4-2569cd4e4693', 'x-compute-request-id': 'req-e744c328-c289-4ca7-bae4-2569cd4e4693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:06,106 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.185s 2022-06-05 08:27:06,107 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5e3c9655-c800-4fe8-933a-f62a172c5d3d', 'x-compute-request-id': 'req-5e3c9655-c800-4fe8-933a-f62a172c5d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:07,230 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.114s 2022-06-05 08:27:07,231 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5f52de10-211a-4df7-b8cb-eb58e39c7af5', 'x-compute-request-id': 'req-5f52de10-211a-4df7-b8cb-eb58e39c7af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:08,765 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.525s 2022-06-05 08:27:08,766 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9bcf7805-b1ae-4b83-bb1f-04d03064485a', 'x-compute-request-id': 'req-9bcf7805-b1ae-4b83-bb1f-04d03064485a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:10,201 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.427s 2022-06-05 08:27:10,202 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f89cee43-b25f-40bc-b67d-a38ab6606396', 'x-compute-request-id': 'req-f89cee43-b25f-40bc-b67d-a38ab6606396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:11,672 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.462s 2022-06-05 08:27:11,672 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0a75e796-53f1-434a-abef-49f37065d7cf', 'x-compute-request-id': 'req-0a75e796-53f1-434a-abef-49f37065d7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:13,037 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.357s 2022-06-05 08:27:13,037 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6ca367f1-5db6-48f1-942d-b973c69cad1d', 'x-compute-request-id': 'req-6ca367f1-5db6-48f1-942d-b973c69cad1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:14,531 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.485s 2022-06-05 08:27:14,532 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-55af39e4-15f4-49f4-a706-dd62e352eec0', 'x-compute-request-id': 'req-55af39e4-15f4-49f4-a706-dd62e352eec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:15,925 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.385s 2022-06-05 08:27:15,926 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-97ad282d-c4ed-41d8-afc6-b3166f493c20', 'x-compute-request-id': 'req-97ad282d-c4ed-41d8-afc6-b3166f493c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:17,417 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.483s 2022-06-05 08:27:17,418 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c2205f44-d2a7-491a-ba27-799745accbdf', 'x-compute-request-id': 'req-c2205f44-d2a7-491a-ba27-799745accbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:18,646 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.220s 2022-06-05 08:27:18,647 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ae991542-0aca-4885-ac40-93697cb73702', 'x-compute-request-id': 'req-ae991542-0aca-4885-ac40-93697cb73702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:21,121 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.466s 2022-06-05 08:27:21,122 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c6ed2db2-5368-4836-8a1a-2c6c10a195df', 'x-compute-request-id': 'req-c6ed2db2-5368-4836-8a1a-2c6c10a195df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:22,365 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.234s 2022-06-05 08:27:22,365 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e86d63d2-53a5-4a3a-8929-1c5837916c33', 'x-compute-request-id': 'req-e86d63d2-53a5-4a3a-8929-1c5837916c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:23,587 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.213s 2022-06-05 08:27:23,588 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9197625c-8d51-4fcd-8977-0df9854464ae', 'x-compute-request-id': 'req-9197625c-8d51-4fcd-8977-0df9854464ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:24,816 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.220s 2022-06-05 08:27:24,816 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-4ef43221-c76b-44ca-9353-aa7537fe3d10', 'x-compute-request-id': 'req-4ef43221-c76b-44ca-9353-aa7537fe3d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:26,201 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.377s 2022-06-05 08:27:26,202 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-57ee0eed-1f51-4a8b-9d90-d3a13b737f77', 'x-compute-request-id': 'req-57ee0eed-1f51-4a8b-9d90-d3a13b737f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:27,537 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.326s 2022-06-05 08:27:27,538 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-50c63e42-894e-43e6-ab7f-63ec30647335', 'x-compute-request-id': 'req-50c63e42-894e-43e6-ab7f-63ec30647335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:28,848 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.301s 2022-06-05 08:27:28,848 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-d0707115-34d9-4d14-9954-13c3a665aa25', 'x-compute-request-id': 'req-d0707115-34d9-4d14-9954-13c3a665aa25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:30,542 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.685s 2022-06-05 08:27:30,543 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c4450d25-917f-4e45-ae75-2d37c95d01cb', 'x-compute-request-id': 'req-c4450d25-917f-4e45-ae75-2d37c95d01cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:31,983 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.431s 2022-06-05 08:27:31,984 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1dabde05-f712-4618-950a-69d5abfc094c', 'x-compute-request-id': 'req-1dabde05-f712-4618-950a-69d5abfc094c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:33,795 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.803s 2022-06-05 08:27:33,795 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-efa173cf-de00-471a-b609-98eccc9b0bc5', 'x-compute-request-id': 'req-efa173cf-de00-471a-b609-98eccc9b0bc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:35,168 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.364s 2022-06-05 08:27:35,169 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9a8eaebc-6e57-43a0-9ab1-ad8215e5f06b', 'x-compute-request-id': 'req-9a8eaebc-6e57-43a0-9ab1-ad8215e5f06b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:36,598 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.422s 2022-06-05 08:27:36,599 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1cf03d17-cac2-4168-bce7-20728fdb6f6e', 'x-compute-request-id': 'req-1cf03d17-cac2-4168-bce7-20728fdb6f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:37,863 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.256s 2022-06-05 08:27:37,864 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a561fd4b-7842-4530-8e04-51137f4544ee', 'x-compute-request-id': 'req-a561fd4b-7842-4530-8e04-51137f4544ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:39,206 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.334s 2022-06-05 08:27:39,206 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-219f3123-8d01-408c-810b-ddea056e2c05', 'x-compute-request-id': 'req-219f3123-8d01-408c-810b-ddea056e2c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:40,529 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.314s 2022-06-05 08:27:40,530 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9daeaa08-9907-499c-879e-0db7f09562db', 'x-compute-request-id': 'req-9daeaa08-9907-499c-879e-0db7f09562db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:42,207 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.669s 2022-06-05 08:27:42,208 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-813766c1-7c25-4c1f-8a09-7d0f912066c5', 'x-compute-request-id': 'req-813766c1-7c25-4c1f-8a09-7d0f912066c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:43,615 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.398s 2022-06-05 08:27:43,615 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-bd603fce-da90-4840-b0b3-b1fab7e32a79', 'x-compute-request-id': 'req-bd603fce-da90-4840-b0b3-b1fab7e32a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:44,826 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.202s 2022-06-05 08:27:44,827 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-b8298b51-fa5a-4d1f-ba18-eb48f1c0234c', 'x-compute-request-id': 'req-b8298b51-fa5a-4d1f-ba18-eb48f1c0234c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:46,367 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.532s 2022-06-05 08:27:46,367 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-125fd964-081b-4aa9-8307-f212140be7b6', 'x-compute-request-id': 'req-125fd964-081b-4aa9-8307-f212140be7b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:48,058 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.682s 2022-06-05 08:27:48,059 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-4a352e1e-dcc9-4c60-9727-67c6879704fd', 'x-compute-request-id': 'req-4a352e1e-dcc9-4c60-9727-67c6879704fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:49,549 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.481s 2022-06-05 08:27:49,549 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-05be8aeb-aca4-4692-b97e-4f8fb6aad5c7', 'x-compute-request-id': 'req-05be8aeb-aca4-4692-b97e-4f8fb6aad5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:51,443 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.886s 2022-06-05 08:27:51,443 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-72ffdb5e-71a9-49c6-9bfa-aaa24e6c6d85', 'x-compute-request-id': 'req-72ffdb5e-71a9-49c6-9bfa-aaa24e6c6d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:52,896 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.444s 2022-06-05 08:27:52,896 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e445aafe-f8fc-40e6-9228-3aaa4d49251b', 'x-compute-request-id': 'req-e445aafe-f8fc-40e6-9228-3aaa4d49251b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:55,814 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.908s 2022-06-05 08:27:55,814 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-be1db72b-691a-44be-be25-6c225469a9d4', 'x-compute-request-id': 'req-be1db72b-691a-44be-be25-6c225469a9d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:00,015 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 3.193s 2022-06-05 08:28:00,016 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-189e54f5-2fee-4ae0-acb6-350b9b0cfb28', 'x-compute-request-id': 'req-189e54f5-2fee-4ae0-acb6-350b9b0cfb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:02,386 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.362s 2022-06-05 08:28:02,386 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-84db2626-0c2e-49b4-98e0-3ed1adc93b30', 'x-compute-request-id': 'req-84db2626-0c2e-49b4-98e0-3ed1adc93b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:04,362 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.967s 2022-06-05 08:28:04,362 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-64167386-9dac-47ae-a835-0e9c94d6b081', 'x-compute-request-id': 'req-64167386-9dac-47ae-a835-0e9c94d6b081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:05,643 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.274s 2022-06-05 08:28:05,644 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ce37a908-397c-4ce5-bc66-bf6d0aa9957f', 'x-compute-request-id': 'req-ce37a908-397c-4ce5-bc66-bf6d0aa9957f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:07,385 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.731s 2022-06-05 08:28:07,385 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-bda38aa9-e81c-444e-8d92-ae1e81968310', 'x-compute-request-id': 'req-bda38aa9-e81c-444e-8d92-ae1e81968310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:09,456 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.063s 2022-06-05 08:28:09,457 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-136b12b3-8130-44ae-a8c1-9bc4909c0c8a', 'x-compute-request-id': 'req-136b12b3-8130-44ae-a8c1-9bc4909c0c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:11,354 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.888s 2022-06-05 08:28:11,354 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f35213ac-a77e-440e-b434-ddeea224d779', 'x-compute-request-id': 'req-f35213ac-a77e-440e-b434-ddeea224d779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:12,946 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.583s 2022-06-05 08:28:12,946 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a35adbba-c9fd-43d5-a86f-8461a56746d8', 'x-compute-request-id': 'req-a35adbba-c9fd-43d5-a86f-8461a56746d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:14,497 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.543s 2022-06-05 08:28:14,498 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e053790d-021c-4e5e-9185-7a1f5e5596e8', 'x-compute-request-id': 'req-e053790d-021c-4e5e-9185-7a1f5e5596e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:15,944 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.438s 2022-06-05 08:28:15,945 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c3a55cf9-b5ab-47aa-bd42-548b359e0d70', 'x-compute-request-id': 'req-c3a55cf9-b5ab-47aa-bd42-548b359e0d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:18,379 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.426s 2022-06-05 08:28:18,380 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-355e3177-b642-4ddb-a66c-7b623b260d93', 'x-compute-request-id': 'req-355e3177-b642-4ddb-a66c-7b623b260d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:19,642 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.254s 2022-06-05 08:28:19,643 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8a1a3c68-1027-4fc3-ac57-f66e297f7ec5', 'x-compute-request-id': 'req-8a1a3c68-1027-4fc3-ac57-f66e297f7ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:20,851 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.199s 2022-06-05 08:28:20,852 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1cf7fc2d-d42e-4fcb-8c1a-0331fefc23d0', 'x-compute-request-id': 'req-1cf7fc2d-d42e-4fcb-8c1a-0331fefc23d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:22,010 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.147s 2022-06-05 08:28:22,011 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-dc1b1057-0ee7-463e-a869-f5943bc2d6b3', 'x-compute-request-id': 'req-dc1b1057-0ee7-463e-a869-f5943bc2d6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:23,278 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.257s 2022-06-05 08:28:23,278 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e1959293-c210-4b2e-a028-ceb51592fe20', 'x-compute-request-id': 'req-e1959293-c210-4b2e-a028-ceb51592fe20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:24,473 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.186s 2022-06-05 08:28:24,473 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-305d8746-8480-4912-9943-e2c41f8d8fe0', 'x-compute-request-id': 'req-305d8746-8480-4912-9943-e2c41f8d8fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:25,685 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.204s 2022-06-05 08:28:25,685 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f24bec99-2c2c-4e03-bc40-ff542a2a8571', 'x-compute-request-id': 'req-f24bec99-2c2c-4e03-bc40-ff542a2a8571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:26,928 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.233s 2022-06-05 08:28:26,928 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-110de04c-e129-46cd-a50e-1337bf370044', 'x-compute-request-id': 'req-110de04c-e129-46cd-a50e-1337bf370044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:28,156 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.218s 2022-06-05 08:28:28,156 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9a276664-754a-42fa-a187-27c75b79aa46', 'x-compute-request-id': 'req-9a276664-754a-42fa-a187-27c75b79aa46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:31,100 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.936s 2022-06-05 08:28:31,101 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ebd7fbc0-387e-49d4-a6ce-c5eb86716537', 'x-compute-request-id': 'req-ebd7fbc0-387e-49d4-a6ce-c5eb86716537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:34,014 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.903s 2022-06-05 08:28:34,014 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ec8e2207-b87f-4645-b2ed-8a698a49b5ba', 'x-compute-request-id': 'req-ec8e2207-b87f-4645-b2ed-8a698a49b5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:35,505 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.483s 2022-06-05 08:28:35,505 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-8431a8cd-1e1f-4353-80d7-4bd1ae7c8453', 'x-compute-request-id': 'req-8431a8cd-1e1f-4353-80d7-4bd1ae7c8453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:37,254 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.741s 2022-06-05 08:28:37,255 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-42bfaf50-978d-4dba-9735-b1bab1378354', 'x-compute-request-id': 'req-42bfaf50-978d-4dba-9735-b1bab1378354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:39,917 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.653s 2022-06-05 08:28:39,917 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2b4f954e-7679-412e-9f92-576adcfbdbf5', 'x-compute-request-id': 'req-2b4f954e-7679-412e-9f92-576adcfbdbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:41,929 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.003s 2022-06-05 08:28:41,930 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-952e2142-bb44-41c7-af24-b75aae931a6e', 'x-compute-request-id': 'req-952e2142-bb44-41c7-af24-b75aae931a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:44,284 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.345s 2022-06-05 08:28:44,284 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ed589435-bdf4-4db0-a99d-508374003f42', 'x-compute-request-id': 'req-ed589435-bdf4-4db0-a99d-508374003f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:46,025 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.732s 2022-06-05 08:28:46,026 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0037f4fc-ad8b-4298-89f0-a25224a391a3', 'x-compute-request-id': 'req-0037f4fc-ad8b-4298-89f0-a25224a391a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:48,044 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.008s 2022-06-05 08:28:48,044 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6fdbda7a-a6b9-4309-9d08-f10e581ee8f0', 'x-compute-request-id': 'req-6fdbda7a-a6b9-4309-9d08-f10e581ee8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:49,350 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.298s 2022-06-05 08:28:49,351 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-cd1ba7c2-3c03-4c7d-bcc7-189eab0f5266', 'x-compute-request-id': 'req-cd1ba7c2-3c03-4c7d-bcc7-189eab0f5266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:50,581 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.222s 2022-06-05 08:28:50,581 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-6b1af3bb-72f2-440f-a1a9-391150eee559', 'x-compute-request-id': 'req-6b1af3bb-72f2-440f-a1a9-391150eee559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:51,902 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.312s 2022-06-05 08:28:51,902 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-fa7ca5c7-f764-4d26-ab7a-fbe026ab313a', 'x-compute-request-id': 'req-fa7ca5c7-f764-4d26-ab7a-fbe026ab313a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:53,474 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.563s 2022-06-05 08:28:53,474 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-d88f3f65-c186-412f-8f1e-9eaf914d71bd', 'x-compute-request-id': 'req-d88f3f65-c186-412f-8f1e-9eaf914d71bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:54,774 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.291s 2022-06-05 08:28:54,774 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-414cb765-fd4f-4655-b955-f0b243fdd7b1', 'x-compute-request-id': 'req-414cb765-fd4f-4655-b955-f0b243fdd7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:56,212 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.429s 2022-06-05 08:28:56,213 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-0b8f0ed3-a93c-4f89-afd3-6c9d57a11f68', 'x-compute-request-id': 'req-0b8f0ed3-a93c-4f89-afd3-6c9d57a11f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:58,292 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.071s 2022-06-05 08:28:58,293 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-ae702281-1d5a-4dc2-ad4b-fa004592a630', 'x-compute-request-id': 'req-ae702281-1d5a-4dc2-ad4b-fa004592a630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:28:59,599 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.298s 2022-06-05 08:28:59,600 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-11b5149a-5f29-4553-816c-b212a77fefad', 'x-compute-request-id': 'req-11b5149a-5f29-4553-816c-b212a77fefad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:00,823 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.215s 2022-06-05 08:29:00,823 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9b30b80d-143f-402a-9054-143032755671', 'x-compute-request-id': 'req-9b30b80d-143f-402a-9054-143032755671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:02,034 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.202s 2022-06-05 08:29:02,034 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-2cce9a2c-dad9-497b-be1c-f14b8769526e', 'x-compute-request-id': 'req-2cce9a2c-dad9-497b-be1c-f14b8769526e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:03,436 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.393s 2022-06-05 08:29:03,436 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-223496a0-c3dc-4571-9131-b8c92df17d63', 'x-compute-request-id': 'req-223496a0-c3dc-4571-9131-b8c92df17d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:05,351 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.907s 2022-06-05 08:29:05,351 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9498f034-370f-4742-b9b5-92a317cba1bf', 'x-compute-request-id': 'req-9498f034-370f-4742-b9b5-92a317cba1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:06,545 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.186s 2022-06-05 08:29:06,546 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f1cb303f-6221-427b-be43-cffdd0672335', 'x-compute-request-id': 'req-f1cb303f-6221-427b-be43-cffdd0672335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:07,745 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.190s 2022-06-05 08:29:07,745 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9cff2dfb-e243-4519-900b-d3b4716a786f', 'x-compute-request-id': 'req-9cff2dfb-e243-4519-900b-d3b4716a786f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:08,964 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.207s 2022-06-05 08:29:08,964 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-7e0b1720-3776-4cac-a620-ecbce31e6bbc', 'x-compute-request-id': 'req-7e0b1720-3776-4cac-a620-ecbce31e6bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:10,221 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.249s 2022-06-05 08:29:10,222 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-d5c8b3fa-fd06-4c93-beda-6c5d23ac0124', 'x-compute-request-id': 'req-d5c8b3fa-fd06-4c93-beda-6c5d23ac0124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:11,796 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.564s 2022-06-05 08:29:11,796 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-410513fb-08a0-4a64-a3f7-a010f319ef9a', 'x-compute-request-id': 'req-410513fb-08a0-4a64-a3f7-a010f319ef9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:17,240 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 4.432s 2022-06-05 08:29:17,241 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-3388a223-ce77-4934-9f33-a17c37886a21', 'x-compute-request-id': 'req-3388a223-ce77-4934-9f33-a17c37886a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:19,834 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.584s 2022-06-05 08:29:19,835 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-00a10d27-3a37-4567-a1fe-1e5e9789ecaa', 'x-compute-request-id': 'req-00a10d27-3a37-4567-a1fe-1e5e9789ecaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:21,329 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.486s 2022-06-05 08:29:21,329 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-7f2612a3-7a03-4642-8d2d-e7aec0aa782d', 'x-compute-request-id': 'req-7f2612a3-7a03-4642-8d2d-e7aec0aa782d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:22,593 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.254s 2022-06-05 08:29:22,593 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-17fa6c7d-5993-4f53-9bf8-4d84b1523a66', 'x-compute-request-id': 'req-17fa6c7d-5993-4f53-9bf8-4d84b1523a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:23,878 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.277s 2022-06-05 08:29:23,878 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a8b536d5-73a7-49c1-9a0f-273ccb528add', 'x-compute-request-id': 'req-a8b536d5-73a7-49c1-9a0f-273ccb528add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:25,432 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.545s 2022-06-05 08:29:25,433 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-58945598-173c-409c-9604-15b65978f3f6', 'x-compute-request-id': 'req-58945598-173c-409c-9604-15b65978f3f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:28,171 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.729s 2022-06-05 08:29:28,171 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-cebb8dbf-011c-487f-864d-b179ebc45196', 'x-compute-request-id': 'req-cebb8dbf-011c-487f-864d-b179ebc45196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:33,067 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 3.887s 2022-06-05 08:29:33,068 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-72eaf40d-9933-4dc1-b02d-6a3d1dcc868e', 'x-compute-request-id': 'req-72eaf40d-9933-4dc1-b02d-6a3d1dcc868e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:45,346 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 11.270s 2022-06-05 08:29:45,347 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1376fee1-d5dc-45fe-bd23-9b4b7f361d29', 'x-compute-request-id': 'req-1376fee1-d5dc-45fe-bd23-9b4b7f361d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:47,061 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.705s 2022-06-05 08:29:47,061 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-f824373a-0351-4ceb-83c7-b517693919ef', 'x-compute-request-id': 'req-f824373a-0351-4ceb-83c7-b517693919ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:50,059 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.989s 2022-06-05 08:29:50,059 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e3a9f5ff-f563-491e-9269-d005c2619552', 'x-compute-request-id': 'req-e3a9f5ff-f563-491e-9269-d005c2619552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:51,372 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.304s 2022-06-05 08:29:51,373 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e248ed6d-22fb-44d1-bbad-6a43558f0f4a', 'x-compute-request-id': 'req-e248ed6d-22fb-44d1-bbad-6a43558f0f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:52,581 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.199s 2022-06-05 08:29:52,582 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-776e82f3-0ebb-407f-9a9a-5ef4d3016c37', 'x-compute-request-id': 'req-776e82f3-0ebb-407f-9a9a-5ef4d3016c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:54,772 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.182s 2022-06-05 08:29:54,772 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-b3a2ebdb-b11e-4b8b-8601-577d98511166', 'x-compute-request-id': 'req-b3a2ebdb-b11e-4b8b-8601-577d98511166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:56,511 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.730s 2022-06-05 08:29:56,511 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9ec969fd-2a6d-461a-bd3b-e4373d85b76b', 'x-compute-request-id': 'req-9ec969fd-2a6d-461a-bd3b-e4373d85b76b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:29:57,956 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.435s 2022-06-05 08:29:57,956 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-020f0a13-0922-49d2-95c8-93d390cded7f', 'x-compute-request-id': 'req-020f0a13-0922-49d2-95c8-93d390cded7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:00,600 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.635s 2022-06-05 08:30:00,600 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-10651a2d-7d23-4caf-b29e-21f3477986a1', 'x-compute-request-id': 'req-10651a2d-7d23-4caf-b29e-21f3477986a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:02,145 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.537s 2022-06-05 08:30:02,145 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-57832475-0896-4540-a755-0dabed6e4cbf', 'x-compute-request-id': 'req-57832475-0896-4540-a755-0dabed6e4cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:03,460 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.306s 2022-06-05 08:30:03,460 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-9917a7b1-c613-4c30-9ef2-d52714c97335', 'x-compute-request-id': 'req-9917a7b1-c613-4c30-9ef2-d52714c97335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:05,172 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.704s 2022-06-05 08:30:05,172 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-45a6665f-3c4f-4110-8efd-34f458780ee1', 'x-compute-request-id': 'req-45a6665f-3c4f-4110-8efd-34f458780ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:06,658 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.477s 2022-06-05 08:30:06,658 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-5a527c6b-2e3a-4b4c-ba9a-9a68c51d8e58', 'x-compute-request-id': 'req-5a527c6b-2e3a-4b4c-ba9a-9a68c51d8e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:08,122 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.455s 2022-06-05 08:30:08,123 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c7bb8ca6-fbf9-4b87-83db-89329a2b8dba', 'x-compute-request-id': 'req-c7bb8ca6-fbf9-4b87-83db-89329a2b8dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:09,805 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.674s 2022-06-05 08:30:09,806 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-d016ec75-a87a-4478-b54c-0ae901bbc54c', 'x-compute-request-id': 'req-d016ec75-a87a-4478-b54c-0ae901bbc54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:11,166 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.352s 2022-06-05 08:30:11,167 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-34d9e6e2-40c1-47a6-b0f1-b937365c2de5', 'x-compute-request-id': 'req-34d9e6e2-40c1-47a6-b0f1-b937365c2de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:12,626 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.451s 2022-06-05 08:30:12,627 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-a469c233-7af5-4132-bade-10249d139179', 'x-compute-request-id': 'req-a469c233-7af5-4132-bade-10249d139179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:14,511 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.875s 2022-06-05 08:30:14,511 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-c8bd825c-31b7-4425-a407-c0cdeded3869', 'x-compute-request-id': 'req-c8bd825c-31b7-4425-a407-c0cdeded3869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:16,836 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.317s 2022-06-05 08:30:16,837 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-045b9dd3-7452-46d4-a619-df5d47b71c4b', 'x-compute-request-id': 'req-045b9dd3-7452-46d4-a619-df5d47b71c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:18,407 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.562s 2022-06-05 08:30:18,407 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-813a0fee-12cb-4456-8d23-332aada5a223', 'x-compute-request-id': 'req-813a0fee-12cb-4456-8d23-332aada5a223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:20,041 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.625s 2022-06-05 08:30:20,041 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-1c51b04a-2ff6-4ad2-930b-5df4b7127d09', 'x-compute-request-id': 'req-1c51b04a-2ff6-4ad2-930b-5df4b7127d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:21,717 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.668s 2022-06-05 08:30:21,718 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-3bf7289c-bbc8-481c-b944-69c4ce9fe7af', 'x-compute-request-id': 'req-3bf7289c-bbc8-481c-b944-69c4ce9fe7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:23,174 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.448s 2022-06-05 08:30:23,174 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-4ec1a954-5661-44ad-9416-6d66c08eeda7', 'x-compute-request-id': 'req-4ec1a954-5661-44ad-9416-6d66c08eeda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:24,598 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 0.416s 2022-06-05 08:30:24,598 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-e6b1c351-f7d3-4282-900f-253bf643ae5e', 'x-compute-request-id': 'req-e6b1c351-f7d3-4282-900f-253bf643ae5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:30:26,695 119950 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989 1.088s 2022-06-05 08:30:26,695 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', '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-b1a6816e-1981-46d3-89db-7935c19b9801', 'x-compute-request-id': 'req-b1a6816e-1981-46d3-89db-7935c19b9801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989'} Body: b'{"server": {"id": "d4f4188b-2421-4e0a-8ac7-0140bed18989", "name": "tempest-DeleteServersAdminTestJSON-server-414071924", "status": "ERROR", "tenant_id": "1ff420b4eb2442d3b779708d6fe78c1e", "user_id": "937d94e450c7457483bc6f6a03332644", "metadata": {}, "hostId": "7b01d1fa598927e89bc31ad70e4408b4c0cf2b21aad6c9c9119879f0", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:07Z", "updated": "2022-06-05T08:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d4f4188b-2421-4e0a-8ac7-0140bed18989"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:24:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:24:24.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_delete_server.py", line 42, in test_delete_server_while_in_error_state waiters.wait_for_server_termination(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None |
||||||
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 3 | 1 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt39.1: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt39.2: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt39.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
fail
ft39.4: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:29:24,442 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.255s 2022-06-05 08:29:24,443 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1c2624d6-a191-4574-8627-6cf8119d7e2a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "03720c07cc1e4ae6a2c621b1d3feed9a", "name": "tempest-LiveAutoBlockMigrationV225Test-440279431-project", "password_expires_at": null}, "audit_ids": ["FWNGs5C8Q9WGp9Ut8jmV2A"], "expires_at": "2022-06-05T09:29:24.000000Z", "issued_at": "2022-06-05T08:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb5c1766af9c4e079f74b67177db0246", "name": "tempest-LiveAutoBlockMigrationV225Test-440279431"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/fb5c1766af9c4e079f74b67177db0246", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_fb5c1766af9c4e079f74b67177db0246", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:29:24,444 119937 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': 'a7010e4a-eda5-41d8-af56-68a4d3196193', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1642602899-network', 'tenant_id': 'fb5c1766af9c4e079f74b67177db0246', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fb5c1766af9c4e079f74b67177db0246', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 129, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:24:36Z', 'updated_at': '2022-06-05T08:24:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:29:25,123 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes 0.678s 2022-06-05 08:29:25,123 119937 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-1143482997", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3654aa2-ee6f-4f8d-87da-ece9be5b7940', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3654aa2-ee6f-4f8d-87da-ece9be5b7940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:24.971495", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:29:25,369 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.238s 2022-06-05 08:29:25,370 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af75846-141a-4704-9535-e441ef122c57', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af75846-141a-4704-9535-e441ef122c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:26,446 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.068s 2022-06-05 08:29:26,446 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c9d781-0b24-493b-9e28-2ad22d3e75b3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c9d781-0b24-493b-9e28-2ad22d3e75b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:27,574 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.120s 2022-06-05 08:29:27,574 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d36ca1-10f9-4296-978a-5dc7f835da51', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d36ca1-10f9-4296-978a-5dc7f835da51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:28,719 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.138s 2022-06-05 08:29:28,719 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35cd5d55-6a0f-48ba-9e67-d3c19c17f74a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35cd5d55-6a0f-48ba-9e67-d3c19c17f74a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:29,865 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.137s 2022-06-05 08:29:29,866 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15856547-1581-4130-93ec-64c2af284cef', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15856547-1581-4130-93ec-64c2af284cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:30,976 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.102s 2022-06-05 08:29:30,977 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f58101-a47e-40ba-8799-c09199779524', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f58101-a47e-40ba-8799-c09199779524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:32,132 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.148s 2022-06-05 08:29:32,133 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc4c1dc-019d-4616-a943-6978857b904d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc4c1dc-019d-4616-a943-6978857b904d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:33,231 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.090s 2022-06-05 08:29:33,232 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738fcf77-20c1-4776-bd17-fb0a6d75ec07', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738fcf77-20c1-4776-bd17-fb0a6d75ec07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:34,368 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.129s 2022-06-05 08:29:34,369 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0c7036-daa6-4f7d-9316-a30ce1153023', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0c7036-daa6-4f7d-9316-a30ce1153023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:35,510 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.133s 2022-06-05 08:29:35,510 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf62004-05c4-4707-aeaa-45096107f5bf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf62004-05c4-4707-aeaa-45096107f5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:36,627 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.109s 2022-06-05 08:29:36,628 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a12b029-a86b-41e7-b62f-213435211d43', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a12b029-a86b-41e7-b62f-213435211d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:37,718 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.082s 2022-06-05 08:29:37,719 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-283591aa-20a1-4f3c-ab88-099396c40071', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-283591aa-20a1-4f3c-ab88-099396c40071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:39,157 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.430s 2022-06-05 08:29:39,158 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d65dc5c-85fb-44cb-936d-741ab5004de5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d65dc5c-85fb-44cb-936d-741ab5004de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:40,255 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.089s 2022-06-05 08:29:40,256 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e679ced5-f435-4749-b3e5-75ae9d4238ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e679ced5-f435-4749-b3e5-75ae9d4238ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:41,345 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.081s 2022-06-05 08:29:41,346 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf3e210-d1b6-4ffd-b621-e37cc1a9ec15', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf3e210-d1b6-4ffd-b621-e37cc1a9ec15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:42,418 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.063s 2022-06-05 08:29:42,419 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628b0355-532e-4487-8114-ac8e10ee7a17', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628b0355-532e-4487-8114-ac8e10ee7a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:43,509 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.079s 2022-06-05 08:29:43,509 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf4e2eb-5164-45fd-b110-8a0e9fb6d5c9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf4e2eb-5164-45fd-b110-8a0e9fb6d5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:44,603 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.085s 2022-06-05 08:29:44,603 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7bf78e4-bc84-420f-a49e-e3de96f453d4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7bf78e4-bc84-420f-a49e-e3de96f453d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:45,746 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.055s 2022-06-05 08:29:45,747 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a65a9b-a577-4815-b47f-41c25a3ee95a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a65a9b-a577-4815-b47f-41c25a3ee95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:46,813 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.059s 2022-06-05 08:29:46,814 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bb2901e-6c4b-4c61-bdf6-ead3ae563114', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bb2901e-6c4b-4c61-bdf6-ead3ae563114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:47,895 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.072s 2022-06-05 08:29:47,896 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050554cf-2a1c-4adf-a739-9e2ea8552f22', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050554cf-2a1c-4adf-a739-9e2ea8552f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:49,032 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.127s 2022-06-05 08:29:49,033 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbbb8e2-93c8-4953-bb1c-543ea7729e6f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbbb8e2-93c8-4953-bb1c-543ea7729e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:50,101 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.059s 2022-06-05 08:29:50,101 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a34f00f7-5109-47f8-b804-a2287cf75071', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a34f00f7-5109-47f8-b804-a2287cf75071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:51,188 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.080s 2022-06-05 08:29:51,189 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-279eb75f-b476-4c12-a00f-df53d9dd7e1e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-279eb75f-b476-4c12-a00f-df53d9dd7e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:29:52,267 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 0.070s 2022-06-05 08:29:52,267 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e5d42c-a3ab-4587-9ea0-7211fb4b085e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e5d42c-a3ab-4587-9ea0-7211fb4b085e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:29:26.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:30:12,674 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a 19.398s 2022-06-05 08:30:12,675 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a971c67e-afca-469a-a380-fb3ff5c0fed5', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a971c67e-afca-469a-a380-fb3ff5c0fed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a'} Body: b'{"volume": {"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:29:25.000000", "updated_at": "2022-06-05T08:30:10.000000", "name": "tempest-tempest.common.compute-volume-1143482997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/fb5c1766af9c4e079f74b67177db0246/volumes/bd869467-9542-4d70-a58b-d1b38b2b3b7a"}], "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "fb5c1766af9c4e079f74b67177db0246"}}' 2022-06-05 08:30:12,681 119937 INFO [tempest.common.waiters] volume bd869467-9542-4d70-a58b-d1b38b2b3b7a reached available after waiting for 47.681804 seconds 2022-06-05 08:30:25,893 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.33/compute/v2.1/servers 13.211s 2022-06-05 08:30:25,893 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "a7010e4a-eda5-41d8-af56-68a4d3196193"}], "block_device_mapping_v2": [{"uuid": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a16841a-d2f1-46e4-9010-7dadedbf0cbb', 'x-compute-request-id': 'req-7a16841a-d2f1-46e4-9010-7dadedbf0cbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "c6VT4Yzn6JcY"}}' 2022-06-05 08:30:26,780 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.883s 2022-06-05 08:30:26,781 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1176', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-221019b8-7744-47f5-8fb6-1345a5baf5af', 'x-compute-request-id': 'req-221019b8-7744-47f5-8fb6-1345a5baf5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:30,823 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 3.032s 2022-06-05 08:30:30,823 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6453c3c0-8fbb-4f88-83d6-2e2a72aa9293', 'x-compute-request-id': 'req-6453c3c0-8fbb-4f88-83d6-2e2a72aa9293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:30,831 119937 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 4 second wait 2022-06-05 08:30:33,445 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.613s 2022-06-05 08:30:33,446 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bb9d4e3-f2bb-40e7-a169-6ee583f25bc6', 'x-compute-request-id': 'req-4bb9d4e3-f2bb-40e7-a169-6ee583f25bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:34,892 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.438s 2022-06-05 08:30:34,893 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58d247e9-3496-41c8-aa44-0cc431ea1fb4', 'x-compute-request-id': 'req-58d247e9-3496-41c8-aa44-0cc431ea1fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:37,185 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.282s 2022-06-05 08:30:37,186 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c6f5770-96f7-4602-91ed-49afb553d6a3', 'x-compute-request-id': 'req-9c6f5770-96f7-4602-91ed-49afb553d6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:40,322 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 2.125s 2022-06-05 08:30:40,322 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a6ca3b0-f140-4a1a-b694-1a3a3ea1ae70', 'x-compute-request-id': 'req-0a6ca3b0-f140-4a1a-b694-1a3a3ea1ae70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:41,718 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.387s 2022-06-05 08:30:41,719 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-219e3ded-2422-4110-9d24-06ced52c19d9', 'x-compute-request-id': 'req-219e3ded-2422-4110-9d24-06ced52c19d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:43,264 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.536s 2022-06-05 08:30:43,265 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a54e7aa6-c852-47ac-8331-4f5a4546e610', 'x-compute-request-id': 'req-a54e7aa6-c852-47ac-8331-4f5a4546e610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:45,105 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.831s 2022-06-05 08:30:45,106 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c57bc2a-5c97-4cca-9fbc-cb477b5803a7', 'x-compute-request-id': 'req-5c57bc2a-5c97-4cca-9fbc-cb477b5803a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:47,581 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.465s 2022-06-05 08:30:47,582 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5674045e-ee2a-4a02-99d4-89332a28a2e5', 'x-compute-request-id': 'req-5674045e-ee2a-4a02-99d4-89332a28a2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:49,880 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.289s 2022-06-05 08:30:49,881 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b63d5b5-6020-4235-993d-3064a0690ad3', 'x-compute-request-id': 'req-0b63d5b5-6020-4235-993d-3064a0690ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:51,426 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.536s 2022-06-05 08:30:51,427 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ed37ba-62e2-45c3-80fa-20adc558824e', 'x-compute-request-id': 'req-72ed37ba-62e2-45c3-80fa-20adc558824e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:53,533 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.097s 2022-06-05 08:30:53,534 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df95fa55-cc69-406b-91f8-01066084d92d', 'x-compute-request-id': 'req-df95fa55-cc69-406b-91f8-01066084d92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:55,737 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.194s 2022-06-05 08:30:55,737 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32d1a928-0615-4caf-b050-cb3e568ba65b', 'x-compute-request-id': 'req-32d1a928-0615-4caf-b050-cb3e568ba65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:57,305 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.558s 2022-06-05 08:30:57,305 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8297e4b0-a36d-4fcc-8649-ab8b9f38b9d2', 'x-compute-request-id': 'req-8297e4b0-a36d-4fcc-8649-ab8b9f38b9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:30:59,778 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.464s 2022-06-05 08:30:59,778 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e643fae-8caa-4426-842d-cf292b74115c', 'x-compute-request-id': 'req-7e643fae-8caa-4426-842d-cf292b74115c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:01,861 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.074s 2022-06-05 08:31:01,861 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-137e9ee9-2a4d-4bb4-b3d9-d26ee305792f', 'x-compute-request-id': 'req-137e9ee9-2a4d-4bb4-b3d9-d26ee305792f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:04,220 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.350s 2022-06-05 08:31:04,221 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe69861-be4e-4c83-822a-b5d37098e3e4', 'x-compute-request-id': 'req-ffe69861-be4e-4c83-822a-b5d37098e3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:06,356 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.124s 2022-06-05 08:31:06,357 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-742dc38f-f518-43c7-9a1f-8167a8aad30f', 'x-compute-request-id': 'req-742dc38f-f518-43c7-9a1f-8167a8aad30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:07,775 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.407s 2022-06-05 08:31:07,775 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c698c2-0d53-4ac6-a68f-4614e822fdd5', 'x-compute-request-id': 'req-d8c698c2-0d53-4ac6-a68f-4614e822fdd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:09,363 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.576s 2022-06-05 08:31:09,364 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec137c4-d493-4dca-8117-4f5d8497b928', 'x-compute-request-id': 'req-bec137c4-d493-4dca-8117-4f5d8497b928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:10,865 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.489s 2022-06-05 08:31:10,865 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5913092-ff92-4936-9524-dd38293b8c8b', 'x-compute-request-id': 'req-a5913092-ff92-4936-9524-dd38293b8c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:30:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:13,434 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.553s 2022-06-05 08:31:13,434 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16e21321-6a21-4e68-b1ce-c64dbf8d4516', 'x-compute-request-id': 'req-16e21321-6a21-4e68-b1ce-c64dbf8d4516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:13,442 119937 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 47 second wait 2022-06-05 08:31:15,793 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.350s 2022-06-05 08:31:15,793 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad74fcf5-296c-432b-b815-1053338fcd1b', 'x-compute-request-id': 'req-ad74fcf5-296c-432b-b815-1053338fcd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:17,686 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.884s 2022-06-05 08:31:17,686 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47718372-2be8-4cac-8601-79f841e6c77d', 'x-compute-request-id': 'req-47718372-2be8-4cac-8601-79f841e6c77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:19,276 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.580s 2022-06-05 08:31:19,276 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b65f29c8-326e-4f3e-97d3-880c9937062f', 'x-compute-request-id': 'req-b65f29c8-326e-4f3e-97d3-880c9937062f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:20,750 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.463s 2022-06-05 08:31:20,750 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ecea7c-be5e-43e0-ae39-7763244c6885', 'x-compute-request-id': 'req-e5ecea7c-be5e-43e0-ae39-7763244c6885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:22,225 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.465s 2022-06-05 08:31:22,225 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf6b2bdd-7b67-4e13-8ddc-21f4420fb3a5', 'x-compute-request-id': 'req-cf6b2bdd-7b67-4e13-8ddc-21f4420fb3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:24,577 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.342s 2022-06-05 08:31:24,577 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa991f0f-95a1-4990-a2dc-4cea396dc913', 'x-compute-request-id': 'req-aa991f0f-95a1-4990-a2dc-4cea396dc913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:26,141 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.553s 2022-06-05 08:31:26,141 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3933720-897b-40f5-aac7-c6cc17528c50', 'x-compute-request-id': 'req-e3933720-897b-40f5-aac7-c6cc17528c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:27,856 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.705s 2022-06-05 08:31:27,856 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38bf0c6f-c92c-44d5-8e0b-f0b0cb5e7fd6', 'x-compute-request-id': 'req-38bf0c6f-c92c-44d5-8e0b-f0b0cb5e7fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:29,505 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.639s 2022-06-05 08:31:29,505 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb8d3bf7-597f-4366-96dc-01297a0ef3fa', 'x-compute-request-id': 'req-cb8d3bf7-597f-4366-96dc-01297a0ef3fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "BUILD", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:31,185 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.666s 2022-06-05 08:31:31,185 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1476', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0e33d70-42e7-4834-8051-ffd3d27f08d2', 'x-compute-request-id': 'req-c0e33d70-42e7-4834-8051-ffd3d27f08d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "ACTIVE", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:29Z", "addresses": {"tempest-LiveAutoBlockMigrationV225Test-1642602899-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:7b:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:31:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "locked": false, "description": null}}' 2022-06-05 08:31:31,193 119937 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 65 second wait 2022-06-05 08:31:32,440 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 1.246s 2022-06-05 08:31:32,441 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1968', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4afe7d4e-a6b5-4980-bfed-752a386d57bf', 'x-compute-request-id': 'req-4afe7d4e-a6b5-4980-bfed-752a386d57bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "ACTIVE", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:29Z", "addresses": {"tempest-LiveAutoBlockMigrationV225Test-1642602899-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:7b:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:31:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-844739-1", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-844739-1", "OS-EXT-SRV-ATTR:reservation_id": "r-x7e0p0z7", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-liveautoblockmigrationv225test-server-444904223", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/sda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "host_status": "UP", "locked": false, "description": null}}' 2022-06-05 08:31:32,966 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5 0.516s 2022-06-05 08:31:32,966 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1968', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8f0b7fd-7d57-43d6-b86b-afdaa3ae9d2f', 'x-compute-request-id': 'req-d8f0b7fd-7d57-43d6-b86b-afdaa3ae9d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5'} Body: b'{"server": {"id": "12ef7912-7054-4457-b1a4-c266b5bcb3e5", "name": "tempest-LiveAutoBlockMigrationV225Test-server-444904223", "status": "ACTIVE", "tenant_id": "fb5c1766af9c4e079f74b67177db0246", "user_id": "03720c07cc1e4ae6a2c621b1d3feed9a", "metadata": {}, "hostId": "258f2a6340d36aa90da1c1865337699cd8343f2dc799ff99eca9d675", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:30:25Z", "updated": "2022-06-05T08:31:29Z", "addresses": {"tempest-LiveAutoBlockMigrationV225Test-1642602899-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:7b:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:31:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-844739-1", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-844739-1", "OS-EXT-SRV-ATTR:reservation_id": "r-x7e0p0z7", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-liveautoblockmigrationv225test-server-444904223", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/sda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bd869467-9542-4d70-a58b-d1b38b2b3b7a", "delete_on_termination": true}], "host_status": "UP", "locked": false, "description": null}}' 2022-06-05 08:31:33,121 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.33/compute/v2.1/os-services?binary=nova-compute 0.146s 2022-06-05 08:31:33,122 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d010f9-271d-4637-85b7-fdabd4e3f5bb', 'x-compute-request-id': 'req-69d010f9-271d-4637-85b7-fdabd4e3f5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h2-844739-1", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-06-05T08:31:25.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "n-h1-844739-1", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-06-05T08:31:28.000000", "disabled_reason": null, "forced_down": false}]}' 2022-06-05 08:31:33,125 119937 INFO [tempest.api.compute.admin.test_live_migration] Live migrate from source n-h1-844739-1 to destination n-h2-844739-1 2022-06-05 08:31:35,061 119937 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 400 POST http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5/action 1.936s 2022-06-05 08:31:35,062 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"os-migrateLive": {"host": "n-h2-844739-1", "block_migration": "auto"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '187', 'x-openstack-request-id': 'req-6ce6441b-1f2b-4324-84b8-fc41e85bf806', 'x-compute-request-id': 'req-6ce6441b-1f2b-4324-84b8-fc41e85bf806', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/12ef7912-7054-4457-b1a4-c266b5bcb3e5/action'} Body: b'{"badRequest": {"code": 400, "message": "Migration pre-check error: Unable to migrate 12ef7912-7054-4457-b1a4-c266b5bcb3e5 to n-h2-844739-1: Lack of memory(host:510.5 <= instance:1024)"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 168, in test_volume_backed_live_migration self._test_live_migration(volume_backed=True) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 135, in _test_live_migration self._live_migrate(server_id, destination_host, state, volume_backed) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 84, in _live_migrate self._migrate_server_to(server_id, target_host, volume_backed) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 74, in _migrate_server_to self.admin_servers_client.live_migrate_server( File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 538, in live_migrate_server return self.action(server_id, 'os-migrateLive', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Migration pre-check error: Unable to migrate 12ef7912-7054-4457-b1a4-c266b5bcb3e5 to n-h2-844739-1: Lack of memory(host:510.5 <= instance:1024)'} |
||||||
tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 1 | 4 | 0 | 0 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
fail
ft40.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:32:54,490 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.298s 2022-06-05 08:32:54,490 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d1c2ceaa-2977-41bd-aae3-2ca658ccf0d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8719cfb39a1f424193a55296214c20ff", "name": "tempest-MigrationsAdminTest-152185534-project", "password_expires_at": null}, "audit_ids": ["xviqCHDdRUqqF_NhFWyYzw"], "expires_at": "2022-06-05T09:32:54.000000Z", "issued_at": "2022-06-05T08:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2a416e66d24723a9c880ec94b49843", "name": "tempest-MigrationsAdminTest-152185534"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:32:54,490 119937 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-06-05 08:32:56,103 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.33/compute/v2.1/servers 1.612s 2022-06-05 08:32:56,104 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-717335846", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06', '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-ef9625db-3f63-4b94-8b71-d42bd0be386a', 'x-compute-request-id': 'req-ef9625db-3f63-4b94-8b71-d42bd0be386a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "89e63314-82a1-4f95-a759-4bf604dd3f06", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MoouaAn4FZ8R"}}' 2022-06-05 08:32:57,273 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06 1.167s 2022-06-05 08:32:57,273 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-b0ade4c2-5c3a-4c62-8b7a-197a25be0d24', 'x-compute-request-id': 'req-b0ade4c2-5c3a-4c62-8b7a-197a25be0d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06'} Body: b'{"server": {"id": "89e63314-82a1-4f95-a759-4bf604dd3f06", "name": "tempest-MigrationsAdminTest-server-717335846", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:56Z", "updated": "2022-06-05T08:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:57Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:59,132 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06 0.850s 2022-06-05 08:32:59,132 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-ae301f03-b173-4d61-9456-420a90bf5ba5', 'x-compute-request-id': 'req-ae301f03-b173-4d61-9456-420a90bf5ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06'} Body: b'{"server": {"id": "89e63314-82a1-4f95-a759-4bf604dd3f06", "name": "tempest-MigrationsAdminTest-server-717335846", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:56Z", "updated": "2022-06-05T08:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/89e63314-82a1-4f95-a759-4bf604dd3f06"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:57Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:00,248 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 204 DELETE http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06 1.108s 2022-06-05 08:33:00,249 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-193c0680-8924-42f9-a198-058216502d6c', 'x-compute-request-id': 'req-193c0680-8924-42f9-a198-058216502d6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06'} Body: b'' 2022-06-05 08:33:00,446 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 404 GET http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06 0.196s 2022-06-05 08:33:00,446 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2c8d675b-d5ff-4964-8e53-388685ea880b', 'x-compute-request-id': 'req-2c8d675b-d5ff-4964-8e53-388685ea880b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/89e63314-82a1-4f95-a759-4bf604dd3f06'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89e63314-82a1-4f95-a759-4bf604dd3f06 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 166, in test_cold_migration self._test_cold_migrate_server(revert=False) File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 141, in _test_cold_migrate_server server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 89e63314-82a1-4f95-a759-4bf604dd3f06 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:57Z', 'message': 'No valid host was found. '}. Server boot request ID: req-ef9625db-3f63-4b94-8b71-d42bd0be386a. |
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt40.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
fail
ft40.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:01,949 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.208s 2022-06-05 08:33:01,949 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0c9ada8-166f-4003-a282-c0a8132c6556', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8719cfb39a1f424193a55296214c20ff", "name": "tempest-MigrationsAdminTest-152185534-project", "password_expires_at": null}, "audit_ids": ["At-mi4G2RgCZhyEykrXPNg"], "expires_at": "2022-06-05T09:33:01.000000Z", "issued_at": "2022-06-05T08:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2a416e66d24723a9c880ec94b49843", "name": "tempest-MigrationsAdminTest-152185534"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:01,950 119937 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-06-05 08:33:03,480 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.33/compute/v2.1/servers 1.529s 2022-06-05 08:33:03,480 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-886100376", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088', '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-7c6ff399-cc95-436f-8d06-0291cdb57ab4', 'x-compute-request-id': 'req-7c6ff399-cc95-436f-8d06-0291cdb57ab4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "103136fa-8531-4dd8-adf4-29a2a48ba088", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3G7eQcruEFi4"}}' 2022-06-05 08:33:05,132 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088 1.649s 2022-06-05 08:33:05,132 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-74c90784-fa19-445d-b821-99c37503a6b7', 'x-compute-request-id': 'req-74c90784-fa19-445d-b821-99c37503a6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088'} Body: b'{"server": {"id": "103136fa-8531-4dd8-adf4-29a2a48ba088", "name": "tempest-MigrationsAdminTest-server-886100376", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:03Z", "updated": "2022-06-05T08:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:04Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:06,801 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088 0.661s 2022-06-05 08:33:06,802 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-cbe7beaf-ae98-4789-9759-108c68b180ae', 'x-compute-request-id': 'req-cbe7beaf-ae98-4789-9759-108c68b180ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088'} Body: b'{"server": {"id": "103136fa-8531-4dd8-adf4-29a2a48ba088", "name": "tempest-MigrationsAdminTest-server-886100376", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:03Z", "updated": "2022-06-05T08:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/103136fa-8531-4dd8-adf4-29a2a48ba088"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:04Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:09,215 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 204 DELETE http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088 2.405s 2022-06-05 08:33:09,215 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f127cb5d-e702-47af-852b-e779fcce259c', 'x-compute-request-id': 'req-f127cb5d-e702-47af-852b-e779fcce259c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088'} Body: b'' 2022-06-05 08:33:10,162 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 404 GET http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088 0.946s 2022-06-05 08:33:10,162 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-484db171-b3c2-47bc-89c9-4a68abfb3380', 'x-compute-request-id': 'req-484db171-b3c2-47bc-89c9-4a68abfb3380', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/103136fa-8531-4dd8-adf4-29a2a48ba088'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 103136fa-8531-4dd8-adf4-29a2a48ba088 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 45, in test_list_migrations_in_flavor_resize_situation server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 103136fa-8531-4dd8-adf4-29a2a48ba088 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:04Z', 'message': 'No valid host was found. '}. Server boot request ID: req-7c6ff399-cc95-436f-8d06-0291cdb57ab4. |
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
fail
ft40.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:10,285 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.33/compute/v2.1/flavors/452 0.120s 2022-06-05 08:33:10,285 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '370', '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-81608594-a940-4902-8f3e-390b650f8612', 'x-compute-request-id': 'req-81608594-a940-4902-8f3e-390b650f8612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/452'} Body: b'{"flavor": {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}}' 2022-06-05 08:33:10,396 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.33/compute/v2.1/flavors 0.100s 2022-06-05 08:33:10,396 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"name": "tempest-test_resize_flavor_-413244878", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '498', '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-70c74a74-2fcd-46c7-8179-0f716ab2b085', 'x-compute-request-id': 'req-70c74a74-2fcd-46c7-8179-0f716ab2b085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "edc92901-d229-442e-98d9-f97e9433429f", "name": "tempest-test_resize_flavor_-413244878", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/edc92901-d229-442e-98d9-f97e9433429f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/edc92901-d229-442e-98d9-f97e9433429f"}]}}' 2022-06-05 08:33:10,473 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs 0.074s 2022-06-05 08:33:10,473 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', '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-ea167387-435c-4d20-9225-bb2bc3868e01', 'x-compute-request-id': 'req-ea167387-435c-4d20-9225-bb2bc3868e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-06-05 08:33:10,710 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.230s 2022-06-05 08:33:10,710 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6ecc4ccc-9b50-4e2a-b635-414ac1f042c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8719cfb39a1f424193a55296214c20ff", "name": "tempest-MigrationsAdminTest-152185534-project", "password_expires_at": null}, "audit_ids": ["r72muPmtSmeZLYyKz2jf4g"], "expires_at": "2022-06-05T09:33:10.000000Z", "issued_at": "2022-06-05T08:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2a416e66d24723a9c880ec94b49843", "name": "tempest-MigrationsAdminTest-152185534"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:10,711 119937 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-06-05 08:33:12,103 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.33/compute/v2.1/servers 1.391s 2022-06-05 08:33:12,103 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-2050414184", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "edc92901-d229-442e-98d9-f97e9433429f"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22', '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-3f9a038e-0ff7-4016-ba97-3ea88cc7ea59', 'x-compute-request-id': 'req-3f9a038e-0ff7-4016-ba97-3ea88cc7ea59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "6970530a-90a4-487f-a88a-d0f474772e22", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/6970530a-90a4-487f-a88a-d0f474772e22"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6HBwfVz98ATF"}}' 2022-06-05 08:33:13,650 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22 1.545s 2022-06-05 08:33:13,650 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1352', '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-508206d1-a818-4da8-8a6a-fb4e2569698d', 'x-compute-request-id': 'req-508206d1-a818-4da8-8a6a-fb4e2569698d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22'} Body: b'{"server": {"id": "6970530a-90a4-487f-a88a-d0f474772e22", "name": "tempest-MigrationsAdminTest-server-2050414184", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "edc92901-d229-442e-98d9-f97e9433429f", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/edc92901-d229-442e-98d9-f97e9433429f"}]}, "created": "2022-06-05T08:33:12Z", "updated": "2022-06-05T08:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/6970530a-90a4-487f-a88a-d0f474772e22"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:15,193 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22 0.533s 2022-06-05 08:33:15,193 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1352', '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-4b361bdf-936e-44e5-9473-4abd95abd11d', 'x-compute-request-id': 'req-4b361bdf-936e-44e5-9473-4abd95abd11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22'} Body: b'{"server": {"id": "6970530a-90a4-487f-a88a-d0f474772e22", "name": "tempest-MigrationsAdminTest-server-2050414184", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "edc92901-d229-442e-98d9-f97e9433429f", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/edc92901-d229-442e-98d9-f97e9433429f"}]}, "created": "2022-06-05T08:33:12Z", "updated": "2022-06-05T08:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/6970530a-90a4-487f-a88a-d0f474772e22"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:16,091 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 204 DELETE http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22 0.890s 2022-06-05 08:33:16,091 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e668347-8328-4dbd-8872-2d72c1ff337c', 'x-compute-request-id': 'req-0e668347-8328-4dbd-8872-2d72c1ff337c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22'} Body: b'' 2022-06-05 08:33:16,499 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 404 GET http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22 0.407s 2022-06-05 08:33:16,499 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e3ea2713-9e2e-43df-90f9-735cd5a04c9b', 'x-compute-request-id': 'req-e3ea2713-9e2e-43df-90f9-735cd5a04c9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/6970530a-90a4-487f-a88a-d0f474772e22'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6970530a-90a4-487f-a88a-d0f474772e22 could not be found."}}' 2022-06-05 08:33:16,802 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/flavors/edc92901-d229-442e-98d9-f97e9433429f 0.300s 2022-06-05 08:33:16,802 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d7bad7-9dd2-472c-9ffb-7cf12549c74c', 'x-compute-request-id': 'req-05d7bad7-9dd2-472c-9ffb-7cf12549c74c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/edc92901-d229-442e-98d9-f97e9433429f'} Body: b'' 2022-06-05 08:33:16,901 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 200 GET http://10.222.0.33/compute/v2.1/flavors/detail 0.098s 2022-06-05 08:33:16,902 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', '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-6ad1ac3e-7913-49d7-b439-6f046d0724df', 'x-compute-request-id': 'req-6ad1ac3e-7913-49d7-b439-6f046d0724df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 95, in test_resize_server_revert_deleted_flavor server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 6970530a-90a4-487f-a88a-d0f474772e22 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:13Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3f9a038e-0ff7-4016-ba97-3ea88cc7ea59. |
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
fail
ft40.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:17,072 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.155s 2022-06-05 08:33:17,073 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-243cc0d9-6c50-4979-a718-b28efdf2909b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8719cfb39a1f424193a55296214c20ff", "name": "tempest-MigrationsAdminTest-152185534-project", "password_expires_at": null}, "audit_ids": ["fDcp-biUSy6bzTLwhREUNA"], "expires_at": "2022-06-05T09:33:16.000000Z", "issued_at": "2022-06-05T08:33:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2a416e66d24723a9c880ec94b49843", "name": "tempest-MigrationsAdminTest-152185534"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/2e2a416e66d24723a9c880ec94b49843", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:17,073 119937 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-06-05 08:33:18,161 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.33/compute/v2.1/servers 1.087s 2022-06-05 08:33:18,161 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-1222507424", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde', '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-112fe2d3-ff89-4f75-ba37-0ce083c1e59b', 'x-compute-request-id': 'req-112fe2d3-ff89-4f75-ba37-0ce083c1e59b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "01a33792-863c-4a6d-90ea-7d090ea08bde", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "c7VYENyC6oJB"}}' 2022-06-05 08:33:19,134 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde 0.971s 2022-06-05 08:33:19,135 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-d57698df-75ad-442d-80be-c3a71eaa9e25', 'x-compute-request-id': 'req-d57698df-75ad-442d-80be-c3a71eaa9e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde'} Body: b'{"server": {"id": "01a33792-863c-4a6d-90ea-7d090ea08bde", "name": "tempest-MigrationsAdminTest-server-1222507424", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:18Z", "updated": "2022-06-05T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:19Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:20,398 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde 0.254s 2022-06-05 08:33:20,399 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-984ec38e-1537-4a3d-ac99-8224e4350e35', 'x-compute-request-id': 'req-984ec38e-1537-4a3d-ac99-8224e4350e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde'} Body: b'{"server": {"id": "01a33792-863c-4a6d-90ea-7d090ea08bde", "name": "tempest-MigrationsAdminTest-server-1222507424", "status": "ERROR", "tenant_id": "2e2a416e66d24723a9c880ec94b49843", "user_id": "8719cfb39a1f424193a55296214c20ff", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:18Z", "updated": "2022-06-05T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01a33792-863c-4a6d-90ea-7d090ea08bde"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:19Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:21,531 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 204 DELETE http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde 1.125s 2022-06-05 08:33:21,532 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-893311bf-1b7d-44c1-ad74-4653fb6ae4ef', 'x-compute-request-id': 'req-893311bf-1b7d-44c1-ad74-4653fb6ae4ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde'} Body: b'' 2022-06-05 08:33:22,473 119937 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 404 GET http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde 0.940s 2022-06-05 08:33:22,473 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-42ae2aa6-2eae-4e60-bb60-b8020d57c287', 'x-compute-request-id': 'req-42ae2aa6-2eae-4e60-bb60-b8020d57c287', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01a33792-863c-4a6d-90ea-7d090ea08bde'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 01a33792-863c-4a6d-90ea-7d090ea08bde could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 173, in test_revert_cold_migration self._test_cold_migrate_server(revert=True) File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 141, in _test_cold_migrate_server server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 01a33792-863c-4a6d-90ea-7d090ea08bde failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:19Z', 'message': 'No valid host was found. '}. Server boot request ID: req-112fe2d3-ff89-4f75-ba37-0ce083c1e59b. |
||||||
tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
fail
ft41.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:05,585 119944 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.215s 2022-06-05 08:33:05,585 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3236', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-495a0dd6-20fa-42ea-b115-1497b9a0df0e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5ef42b862d154566bccdc87de859d3b2", "name": "tempest-ServersAdmin275Test-4045894-project", "password_expires_at": null}, "audit_ids": ["fOrW3RAYQjuInFG_46KnRA"], "expires_at": "2022-06-05T09:33:05.000000Z", "issued_at": "2022-06-05T08:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6786f5ca5884feb8141831e5993edfb", "name": "tempest-ServersAdmin275Test-4045894"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/f6786f5ca5884feb8141831e5993edfb", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f6786f5ca5884feb8141831e5993edfb", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_f6786f5ca5884feb8141831e5993edfb", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f6786f5ca5884feb8141831e5993edfb", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:05,586 119944 INFO [tempest.lib.common.fixed_network] (ServersAdmin275Test:test_rebuild_update_server_275) Found network None available for tenant 2022-06-05 08:33:06,496 119944 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 202 POST http://10.222.0.33/compute/v2.1/servers 0.909s 2022-06-05 08:33:06,496 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersAdmin275Test-server-504476883", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54171c33-41e3-474a-aefe-53e53c17d1fc', 'x-compute-request-id': 'req-54171c33-41e3-474a-aefe-53e53c17d1fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "d45fa817-5c9e-476e-9f2f-b9d2d094a56f", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3UguPb8z2M5a"}}' 2022-06-05 08:33:08,144 119944 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 PUT http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f 1.645s 2022-06-05 08:33:08,145 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'} Body: {"server": {}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1431', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4444ec3-6a23-44c3-865a-0551bd50fb60', 'x-compute-request-id': 'req-d4444ec3-6a23-44c3-865a-0551bd50fb60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f'} Body: b'{"server": {"id": "d45fa817-5c9e-476e-9f2f-b9d2d094a56f", "name": "tempest-ServersAdmin275Test-server-504476883", "status": "ERROR", "tenant_id": "f6786f5ca5884feb8141831e5993edfb", "user_id": "5ef42b862d154566bccdc87de859d3b2", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:33:06Z", "updated": "2022-06-05T08:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2022-06-05 08:33:10,072 119944 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f 1.916s 2022-06-05 08:33:10,072 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1431', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc1cb57-5601-4724-834a-651773921ad7', 'x-compute-request-id': 'req-6bc1cb57-5601-4724-834a-651773921ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f'} Body: b'{"server": {"id": "d45fa817-5c9e-476e-9f2f-b9d2d094a56f", "name": "tempest-ServersAdmin275Test-server-504476883", "status": "ERROR", "tenant_id": "f6786f5ca5884feb8141831e5993edfb", "user_id": "5ef42b862d154566bccdc87de859d3b2", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:33:06Z", "updated": "2022-06-05T08:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2022-06-05 08:33:13,521 119944 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f 2.435s 2022-06-05 08:33:13,522 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1431', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-babadf62-f17b-4367-b734-1c3351e1b3b3', 'x-compute-request-id': 'req-babadf62-f17b-4367-b734-1c3351e1b3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f'} Body: b'{"server": {"id": "d45fa817-5c9e-476e-9f2f-b9d2d094a56f", "name": "tempest-ServersAdmin275Test-server-504476883", "status": "ERROR", "tenant_id": "f6786f5ca5884feb8141831e5993edfb", "user_id": "5ef42b862d154566bccdc87de859d3b2", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:33:06Z", "updated": "2022-06-05T08:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d45fa817-5c9e-476e-9f2f-b9d2d094a56f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers.py", line 243, in test_rebuild_update_server_275 waiters.wait_for_server_status(self.servers_client, server['id'], File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d45fa817-5c9e-476e-9f2f-b9d2d094a56f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:07Z', 'message': 'No valid host was found. '}. |
||||||
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
ft42.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:'': {{{ 2022-06-05 08:34:16,798 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a 0.322s 2022-06-05 08:34:16,798 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4a9f35d7-1ff8-4040-9648-a47afedb8c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4d4ea0fc1d684b0aa494dbd66773bbf9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "created_at": "2022-06-05T08:14:23Z", "updated_at": "2022-06-05T08:14:39Z", "tags": [], "self": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a", "file": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:34:21,577 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file 4.778s 2022-06-05 08:34:30,517 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-3d284de6-06ca-434a-9e52-3abe37092c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file'} Body: b'vhdxfileQ\x00E\x00M\x00U\x00 \x00v\x002\x00.\x005\x00.\x000\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 2022-06-05 08:34:30,667 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.33/image/v2/images 0.149s 2022-06-05 08:34:30,667 119944 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": "vhdx", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-eb78b912-2944-4627-970d-a3565c50db7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "f60f92eb5d474662b73642276ffa25ec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faebc4a8-ca5a-478f-92c9-c9ae4032fe29", "created_at": "2022-06-05T08:34:31Z", "updated_at": "2022-06-05T08:34:31Z", "tags": [], "self": "/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29", "file": "/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:35:01,090 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29/file 30.422s 2022-06-05 08:35:01,090 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7fa03f9abee0> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ee248ee1-587e-4b17-b599-00bc959a8aca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29/file'} Body: b'' 2022-06-05 08:35:01,152 119944 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:35:01,153 119944 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:35:01,510 119944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.352s 2022-06-05 08:35:01,511 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1226972439", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKwohFqI2dGfQObyaG61BNR736PNFUu87J1wHogAiK5pvc5bxOy8mgPWYKYwhN3REoN0n/Ce+qvAZxGpLWox1/96cr4FBgidUd2jwRgcdyAT3TIxDj4RLoF+cu9BJuc1Q=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:01 GMT', 'server': 'Apache/2.4.41 (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-d8c0fa84-707a-42bc-a430-e22152d1eee1', 'x-compute-request-id': 'req-d8c0fa84-707a-42bc-a430-e22152d1eee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1226972439", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKwohFqI2dGfQObyaG61BNR736PNFUu87J1wHogAiK5pvc5bxOy8mgPWYKYwhN3REoN0n/Ce+qvAZxGpLWox1/96cr4FBgidUd2jwRgcdyAT3TIxDj4RLoF+cu9BJuc1Q==", "fingerprint": "82:af:39:d9:1c:03:6d:da:28:20:02:90:bb:4a:cb:68", "user_id": "cba3076f4db44ec1936514015e3d0ed5"}}' 2022-06-05 08:35:01,513 119944 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1226972439 created 2022-06-05 08:35:02,253 119944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.739s 2022-06-05 08:35:02,253 119944 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--486189279", "description": "tempest-description--2038764065"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-8e91aba8-a1fb-41da-9827-5ac5d147411f', 'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "name": "tempest-securitygroup--486189279", "stateful": true, "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "description": "tempest-description--2038764065", "shared": false, "security_group_rules": [{"id": "b5c49a03-cef7-4f82-b427-06340f0768bf", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "security_group_id": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "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": 1398, "description": null, "tags": [], "created_at": "2022-06-05T08:35:01Z", "updated_at": "2022-06-05T08:35:01Z", "revision_number": 0, "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8"}, {"id": "f1ca1031-156e-42e2-b7d9-4522b75ef8bc", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "security_group_id": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "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": 1399, "description": null, "tags": [], "created_at": "2022-06-05T08:35:01Z", "updated_at": "2022-06-05T08:35:01Z", "revision_number": 0, "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8"}], "tags": [], "created_at": "2022-06-05T08:35:01Z", "updated_at": "2022-06-05T08:35:01Z", "revision_number": 1, "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8"}}' 2022-06-05 08:35:02,961 119944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.708s 2022-06-05 08:35:02,962 119944 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": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5cba81cb-4d3f-4940-88aa-775ebe98ac2e', 'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b39a2c7-a87d-4347-8a59-8aff130d8170", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "security_group_id": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:35:02Z", "updated_at": "2022-06-05T08:35:02Z", "revision_number": 0, "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8"}}' 2022-06-05 08:35:03,701 119944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.738s 2022-06-05 08:35:03,701 119944 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": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c337419-0317-49ab-bce7-55e44dbf5e0d', 'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e73ef0a8-181a-4c28-8f90-76927043af3d", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "security_group_id": "70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:35:03Z", "updated_at": "2022-06-05T08:35:03Z", "revision_number": 0, "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8"}}' 2022-06-05 08:35:03,701 119944 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--486189279 created 2022-06-05 08:35:07,354 119944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 3.652s 2022-06-05 08:35:07,355 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-31bf4cd2-3fb5-4a91-b8ac-eaf90dc1e1bf', 'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5fcbd7d5-c303-4c95-b304-8bff8a5996af", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "floating_ip_address": "172.25.6.125", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:35:05Z", "updated_at": "2022-06-05T08:35:05Z", "revision_number": 0}}' 2022-06-05 08:35:07,355 119944 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5fcbd7d5-c303-4c95-b304-8bff8a5996af', 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'floating_ip_address': '172.25.6.125', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:05Z', 'updated_at': '2022-06-05T08:35:05Z', 'revision_number': 0, 'ip': '172.25.6.125'} created 2022-06-05 08:35:07,443 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.081s 2022-06-05 08:35:07,443 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0d5ac5fd-ba25-4065-bbf3-9f9c4b58cd69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cba3076f4db44ec1936514015e3d0ed5", "name": "tempest-AttachSCSIVolumeTestJSON-1046980498-project", "password_expires_at": null}, "audit_ids": ["cBjIZ0-eR2yajp049ubFIA"], "expires_at": "2022-06-05T09:35:07.000000Z", "issued_at": "2022-06-05T08:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "name": "tempest-AttachSCSIVolumeTestJSON-1046980498"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/aa3d7a07d4a141d4b75de9cc5bef0fb8", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/aa3d7a07d4a141d4b75de9cc5bef0fb8", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_aa3d7a07d4a141d4b75de9cc5bef0fb8", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/aa3d7a07d4a141d4b75de9cc5bef0fb8", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:07,444 119944 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'e4658f82-91f1-4875-95c8-cef06510c2e5', 'name': 'tempest-AttachSCSIVolumeTestJSON-60042545-network', 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 127, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:33:32Z', 'updated_at': '2022-06-05T08:33:33Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:07,444 119944 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1226972439', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKwohFqI2dGfQObyaG61BNR736PNFUu87J1wHogAiK5pvc5bxOy8mgPWYKYwhN3REoN0n/Ce+qvAZxGpLWox1/96cr4FBgidUd2jwRgcdyAT3TIxDj4RLoF+cu9BJuc1Q==', 'fingerprint': '82:af:39:d9:1c:03:6d:da:28:20:02:90:bb:4a:cb:68', 'user_id': 'cba3076f4db44ec1936514015e3d0ed5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBhxj4cdbgrZ3D+ldlJbi5/go9cbhmDjXFwLNscN8xRpoyO6UsUQ6uh\n6yNB53mqTUqgBwYFK4EEACKhZANiAASSsKIRaiNnRn0Dm8mhutQTUe9+jzRVLvOy\ndcB6IAIiuab3OW8TsvJoD1mCmMITd0RKDdJ/wnvqrwGcRqS1qMdf/enK+BQYInVH\ndo8EYHHcgE90yMQ4+ES6BfnLvQSbnNU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e', 'name': 'tempest-securitygroup--486189279', 'stateful': True, 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'description': 'tempest-description--2038764065', 'shared': False, 'security_group_rules': [{'id': 'b5c49a03-cef7-4f82-b427-06340f0768bf', 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'security_group_id': '70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e', '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': 1398, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:35:01Z', 'updated_at': '2022-06-05T08:35:01Z', 'revision_number': 0, 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8'}, {'id': 'f1ca1031-156e-42e2-b7d9-4522b75ef8bc', 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'security_group_id': '70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e', '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': 1399, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:35:01Z', 'updated_at': '2022-06-05T08:35:01Z', 'revision_number': 0, 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8'}], 'tags': [], 'created_at': '2022-06-05T08:35:01Z', 'updated_at': '2022-06-05T08:35:01Z', 'revision_number': 1, 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8'}, 'floating_ip': {'id': '5fcbd7d5-c303-4c95-b304-8bff8a5996af', 'tenant_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'floating_ip_address': '172.25.6.125', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'aa3d7a07d4a141d4b75de9cc5bef0fb8', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:05Z', 'updated_at': '2022-06-05T08:35:05Z', 'revision_number': 0, 'ip': '172.25.6.125'}} 2022-06-05 08:35:09,987 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.222.0.33/compute/v2.1/servers 2.541s 2022-06-05 08:35:09,987 119944 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-191858655", "imageRef": "faebc4a8-ca5a-478f-92c9-c9ae4032fe29", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "e4658f82-91f1-4875-95c8-cef06510c2e5"}], "security_groups": [{"name": "tempest-securitygroup--486189279"}], "key_name": "tempest-keypair-1226972439", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e', '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-e0497d8c-c298-4303-86c2-776a7b0ab810', 'x-compute-request-id': 'req-e0497d8c-c298-4303-86c2-776a7b0ab810', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "aedca02b-24b8-4957-84c9-9d9f7c0a944e", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--486189279"}], "adminPass": "wGmUzkqNT3FC"}}' 2022-06-05 08:35:10,756 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e 0.766s 2022-06-05 08:35:10,756 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1245', '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-1445399c-b449-45b0-80b5-e0d8014353ec', 'x-compute-request-id': 'req-1445399c-b449-45b0-80b5-e0d8014353ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e'} Body: b'{"server": {"id": "aedca02b-24b8-4957-84c9-9d9f7c0a944e", "name": "tempest-AttachSCSIVolumeTestJSON-server-191858655", "status": "BUILD", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "user_id": "cba3076f4db44ec1936514015e3d0ed5", "metadata": {}, "hostId": "", "image": {"id": "faebc4a8-ca5a-478f-92c9-c9ae4032fe29", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:10Z", "updated": "2022-06-05T08:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1226972439", "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": []}}' 2022-06-05 08:35:12,056 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e 0.289s 2022-06-05 08:35:12,056 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', '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-eba8368f-0e61-49f1-adb7-9ae910e44677', 'x-compute-request-id': 'req-eba8368f-0e61-49f1-adb7-9ae910e44677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e'} Body: b'{"server": {"id": "aedca02b-24b8-4957-84c9-9d9f7c0a944e", "name": "tempest-AttachSCSIVolumeTestJSON-server-191858655", "status": "ERROR", "tenant_id": "aa3d7a07d4a141d4b75de9cc5bef0fb8", "user_id": "cba3076f4db44ec1936514015e3d0ed5", "metadata": {}, "hostId": "", "image": {"id": "faebc4a8-ca5a-478f-92c9-c9ae4032fe29", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:09Z", "updated": "2022-06-05T08:35:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:11Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1226972439", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:12,064 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:35:12,915 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 DELETE http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e 0.850s 2022-06-05 08:35:12,915 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e423c6cd-84e9-49b3-82a6-a09fa26398e8', 'x-compute-request-id': 'req-e423c6cd-84e9-49b3-82a6-a09fa26398e8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e'} Body: b'' 2022-06-05 08:35:13,010 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 404 GET http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e 0.094s 2022-06-05 08:35:13,010 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3157c51f-e2be-4ea2-86ed-c18ce1078d75', 'x-compute-request-id': 'req-3157c51f-e2be-4ea2-86ed-c18ce1078d75', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aedca02b-24b8-4957-84c9-9d9f7c0a944e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance aedca02b-24b8-4957-84c9-9d9f7c0a944e could not be found."}}' 2022-06-05 08:35:13,081 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1226972439 0.064s 2022-06-05 08:35:13,081 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db0a28d-1810-4ca4-afd7-bfb0fa2a2d94', 'x-compute-request-id': 'req-9db0a28d-1810-4ca4-afd7-bfb0fa2a2d94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1226972439'} Body: b'' 2022-06-05 08:35:13,621 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e 0.539s 2022-06-05 08:35:13,621 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-5998e248-ce86-466e-af43-363c79de7b60', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:35:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e'} Body: b'' 2022-06-05 08:35:13,752 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e 0.130s 2022-06-05 08:35:13,753 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c6df824f-8816-408b-9ca3-f01110806121', 'date': 'Sun, 05 Jun 2022 08:35:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 70ba7560-4d6e-4e2d-9c2f-3a7b6515e19e does not exist", "detail": ""}}' 2022-06-05 08:35:16,044 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/5fcbd7d5-c303-4c95-b304-8bff8a5996af 2.291s 2022-06-05 08:35:16,044 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-03ce034c-7626-46d5-9d7f-39374ccaedb9', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:35:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/5fcbd7d5-c303-4c95-b304-8bff8a5996af'} Body: b'' 2022-06-05 08:35:16,863 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29 0.817s 2022-06-05 08:35:16,863 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-675798d9-6cc0-431d-95d3-ae775d0f444b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29'} Body: b'' 2022-06-05 08:35:16,886 119944 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29 0.022s 2022-06-05 08:35:16,886 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c1d6ca0b-2870-4ee6-9ff4-6a8e844f67df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/image/v2/images/faebc4a8-ca5a-478f-92c9-c9ae4032fe29'} Body: b'{"message": "No image found with ID faebc4a8-ca5a-478f-92c9-c9ae4032fe29<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 90, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server aedca02b-24b8-4957-84c9-9d9f7c0a944e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:11Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e0497d8c-c298-4303-86c2-776a7b0ab810. |
||||||
tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
fail
ft43.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]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:36:32,212 119944 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:36:32,777 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.561s 2022-06-05 08:36:32,778 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1368950302", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFCuuiyIM8AjMnmxUVG+UHmWazKS3B5/sVtd5gDRZxBXAf8Xvh08hlflP1rKG9pphONFOtS/ZLoQsJHGK7Dig/YAtutwhfZ595SkXipcTW9NTJKEsg4xiWBC1a/X3C3DoA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:32 GMT', 'server': 'Apache/2.4.41 (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-f2349975-b86b-4c32-9a06-134a512142bd', 'x-compute-request-id': 'req-f2349975-b86b-4c32-9a06-134a512142bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1368950302", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFCuuiyIM8AjMnmxUVG+UHmWazKS3B5/sVtd5gDRZxBXAf8Xvh08hlflP1rKG9pphONFOtS/ZLoQsJHGK7Dig/YAtutwhfZ595SkXipcTW9NTJKEsg4xiWBC1a/X3C3DoA==", "fingerprint": "57:e3:b0:a8:49:4b:40:18:7d:91:6f:44:2b:df:e3:49", "user_id": "dec9e7d852134c96a9ce8b6f5b4e6ea0"}}' 2022-06-05 08:36:32,780 119944 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1368950302 created 2022-06-05 08:36:33,391 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.610s 2022-06-05 08:36:33,391 119944 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--1673522717", "description": "tempest-description--832800625"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-b19a5fb1-ab5c-4b47-bc11-66725f79d9de', 'date': 'Sun, 05 Jun 2022 08:36:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "name": "tempest-securitygroup--1673522717", "stateful": true, "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "description": "tempest-description--832800625", "shared": false, "security_group_rules": [{"id": "781a147d-a015-4a4c-a982-0c09ae8a69c7", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "security_group_id": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "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": 1558, "description": null, "tags": [], "created_at": "2022-06-05T08:36:33Z", "updated_at": "2022-06-05T08:36:33Z", "revision_number": 0, "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf"}, {"id": "cef8527b-90e9-404b-8024-2643b3eabe8b", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "security_group_id": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "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": 1559, "description": null, "tags": [], "created_at": "2022-06-05T08:36:33Z", "updated_at": "2022-06-05T08:36:33Z", "revision_number": 0, "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf"}], "tags": [], "created_at": "2022-06-05T08:36:32Z", "updated_at": "2022-06-05T08:36:33Z", "revision_number": 1, "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf"}}' 2022-06-05 08:36:34,186 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.794s 2022-06-05 08:36:34,187 119944 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": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c9159540-8531-4b62-8b8d-dc8cb1f2fd1f', 'date': 'Sun, 05 Jun 2022 08:36:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54764ae5-04f3-4c37-a181-67cbd8c17df8", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "security_group_id": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:36:33Z", "updated_at": "2022-06-05T08:36:33Z", "revision_number": 0, "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf"}}' 2022-06-05 08:36:34,516 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.329s 2022-06-05 08:36:34,517 119944 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": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ff05145d-1246-4a87-8689-c3fb841010e8', 'date': 'Sun, 05 Jun 2022 08:36:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b320ac0-a09c-416a-9d58-3a6f8f51e640", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "security_group_id": "8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:36:34Z", "updated_at": "2022-06-05T08:36:34Z", "revision_number": 0, "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf"}}' 2022-06-05 08:36:34,517 119944 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1673522717 created 2022-06-05 08:36:38,833 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.33:9696/v2.0/floatingips 4.316s 2022-06-05 08:36:38,834 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-a3e48f58-3cde-495a-92c2-e7448bdf9188', 'date': 'Sun, 05 Jun 2022 08:36:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fcce1cd3-238b-4d5e-8837-5009365003b0", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "floating_ip_address": "172.25.6.30", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:36:35Z", "updated_at": "2022-06-05T08:36:35Z", "revision_number": 0}}' 2022-06-05 08:36:38,834 119944 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fcce1cd3-238b-4d5e-8837-5009365003b0', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'floating_ip_address': '172.25.6.30', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:36:35Z', 'updated_at': '2022-06-05T08:36:35Z', 'revision_number': 0, 'ip': '172.25.6.30'} created 2022-06-05 08:36:39,076 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.234s 2022-06-05 08:36:39,076 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5df5771a-d03d-476c-bd90-3520c1ced726', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "name": "tempest-VolumesAdminNegativeTest-352686275-project", "password_expires_at": null}, "audit_ids": ["tRJFN_YbSbGPChCXMDOhOw"], "expires_at": "2022-06-05T09:36:38.000000Z", "issued_at": "2022-06-05T08:36:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12256b2ca66f4ea7a2eafc2dbc305caf", "name": "tempest-VolumesAdminNegativeTest-352686275"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:36:39,077 119944 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'cf8b6d10-455b-41ec-9179-b06740a3fc45', 'name': 'tempest-VolumesAdminNegativeTest-879273925-network', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 118, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:35:47Z', 'updated_at': '2022-06-05T08:35:47Z', 'revision_number': 1} available for tenant 2022-06-05 08:36:39,077 119944 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1368950302', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFCuuiyIM8AjMnmxUVG+UHmWazKS3B5/sVtd5gDRZxBXAf8Xvh08hlflP1rKG9pphONFOtS/ZLoQsJHGK7Dig/YAtutwhfZ595SkXipcTW9NTJKEsg4xiWBC1a/X3C3DoA==', 'fingerprint': '57:e3:b0:a8:49:4b:40:18:7d:91:6f:44:2b:df:e3:49', 'user_id': 'dec9e7d852134c96a9ce8b6f5b4e6ea0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBcQqpUf7poYj3pcJbNzN/ueNZ7XfYrK/VpgV1yTe2bGGo6tr4PE/z+\n6Cpat6Hoz4+gBwYFK4EEACKhZANiAARQrrosiDPAIzJ5sVFRvlB5lmsyktwef7Fb\nXeYA0WcQVwH/F74dPIZX5T9ayhvaaYTjRTrUv2S6ELCRxiuw4oP2ALbrcIX2efeU\npF4qXE1vTUyShLIOMYlgQtWv19wtw6A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb', 'name': 'tempest-securitygroup--1673522717', 'stateful': True, 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'description': 'tempest-description--832800625', 'shared': False, 'security_group_rules': [{'id': '781a147d-a015-4a4c-a982-0c09ae8a69c7', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'security_group_id': '8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb', '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': 1558, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:36:33Z', 'updated_at': '2022-06-05T08:36:33Z', 'revision_number': 0, 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf'}, {'id': 'cef8527b-90e9-404b-8024-2643b3eabe8b', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'security_group_id': '8bce4eb3-d0ab-4a21-92bc-3e802ad4f8fb', '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': 1559, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:36:33Z', 'updated_at': '2022-06-05T08:36:33Z', 'revision_number': 0, 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf'}], 'tags': [], 'created_at': '2022-06-05T08:36:32Z', 'updated_at': '2022-06-05T08:36:33Z', 'revision_number': 1, 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf'}, 'floating_ip': {'id': 'fcce1cd3-238b-4d5e-8837-5009365003b0', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'floating_ip_address': '172.25.6.30', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:36:35Z', 'updated_at': '2022-06-05T08:36:35Z', 'revision_number': 0, 'ip': '172.25.6.30'}} 2022-06-05 08:36:41,848 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.222.0.33/compute/v2.1/servers 2.770s 2022-06-05 08:36:41,848 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1565853850", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "cf8b6d10-455b-41ec-9179-b06740a3fc45"}], "security_groups": [{"name": "tempest-securitygroup--1673522717"}], "key_name": "tempest-keypair-1368950302", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee', '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-01387858-96ef-4654-8ae0-6c4e606c0ce6', 'x-compute-request-id': 'req-01387858-96ef-4654-8ae0-6c4e606c0ce6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "d98801d3-531c-4f81-8fff-612e53ca66ee", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1673522717"}], "adminPass": "Uq7osD4tFXVm"}}' 2022-06-05 08:36:42,008 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee 0.158s 2022-06-05 08:36:42,008 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a0fffe8-1cda-49cb-a4c1-5fb000fa434f', 'x-compute-request-id': 'req-0a0fffe8-1cda-49cb-a4c1-5fb000fa434f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee'} Body: b'{"server": {"id": "d98801d3-531c-4f81-8fff-612e53ca66ee", "name": "tempest-VolumesAdminNegativeTest-server-1565853850", "status": "BUILD", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "user_id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:42Z", "updated": "2022-06-05T08:36:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1368950302", "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": []}}' 2022-06-05 08:36:43,274 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee 0.257s 2022-06-05 08:36:43,274 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', '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-f6a998f6-6046-4f3f-982b-d2e284f5ea14', 'x-compute-request-id': 'req-f6a998f6-6046-4f3f-982b-d2e284f5ea14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee'} Body: b'{"server": {"id": "d98801d3-531c-4f81-8fff-612e53ca66ee", "name": "tempest-VolumesAdminNegativeTest-server-1565853850", "status": "ERROR", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "user_id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:41Z", "updated": "2022-06-05T08:36:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d98801d3-531c-4f81-8fff-612e53ca66ee"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:36:42Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1368950302", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:36:43,282 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:36:44,838 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 204 DELETE http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee 1.555s 2022-06-05 08:36:44,839 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d79bf6e-357f-449c-8654-b0f9d1c886df', 'x-compute-request-id': 'req-4d79bf6e-357f-449c-8654-b0f9d1c886df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee'} Body: b'' 2022-06-05 08:36:44,920 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 404 GET http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee 0.080s 2022-06-05 08:36:44,921 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ad1481a3-7eb8-4fbc-a92c-a1c6617ea919', 'x-compute-request-id': 'req-ad1481a3-7eb8-4fbc-a92c-a1c6617ea919', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d98801d3-531c-4f81-8fff-612e53ca66ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d98801d3-531c-4f81-8fff-612e53ca66ee could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d98801d3-531c-4f81-8fff-612e53ca66ee failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:42Z', 'message': 'No valid host was found. '}. Server boot request ID: req-01387858-96ef-4654-8ae0-6c4e606c0ce6. |
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
fail
ft43.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]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:36:45,140 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.198s 2022-06-05 08:36:45,140 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-56941320-389e-4917-9c82-ee62a1275d28', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "name": "tempest-VolumesAdminNegativeTest-352686275-project", "password_expires_at": null}, "audit_ids": ["D2R3zg0gRaizXd43ztaQoQ"], "expires_at": "2022-06-05T09:36:44.000000Z", "issued_at": "2022-06-05T08:36:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12256b2ca66f4ea7a2eafc2dbc305caf", "name": "tempest-VolumesAdminNegativeTest-352686275"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/12256b2ca66f4ea7a2eafc2dbc305caf", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:36:45,141 119944 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'cf8b6d10-455b-41ec-9179-b06740a3fc45', 'name': 'tempest-VolumesAdminNegativeTest-879273925-network', 'tenant_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12256b2ca66f4ea7a2eafc2dbc305caf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 118, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:35:47Z', 'updated_at': '2022-06-05T08:35:47Z', 'revision_number': 1} available for tenant 2022-06-05 08:36:47,429 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.222.0.33/compute/v2.1/servers 2.287s 2022-06-05 08:36:47,430 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-21841340", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "cf8b6d10-455b-41ec-9179-b06740a3fc45"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919', '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-a7cf5b6b-7020-4bcf-baec-1869eeafb0ea', 'x-compute-request-id': 'req-a7cf5b6b-7020-4bcf-baec-1869eeafb0ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "3dcc6314-1320-474f-af4b-be632134f919", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3dcc6314-1320-474f-af4b-be632134f919"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9udnaN4AYTZu"}}' 2022-06-05 08:36:47,619 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919 0.186s 2022-06-05 08:36:47,619 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1216', '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-54eb921c-1306-4254-ba9f-ed195ba6d0f0', 'x-compute-request-id': 'req-54eb921c-1306-4254-ba9f-ed195ba6d0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919'} Body: b'{"server": {"id": "3dcc6314-1320-474f-af4b-be632134f919", "name": "tempest-VolumesAdminNegativeTest-server-21841340", "status": "BUILD", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "user_id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:47Z", "updated": "2022-06-05T08:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3dcc6314-1320-474f-af4b-be632134f919"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:36:49,652 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919 1.024s 2022-06-05 08:36:49,653 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:48 GMT', 'server': 'Apache/2.4.41 (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-48062d02-9461-4a33-bd15-7a5f7e9b5964', 'x-compute-request-id': 'req-48062d02-9461-4a33-bd15-7a5f7e9b5964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919'} Body: b'{"server": {"id": "3dcc6314-1320-474f-af4b-be632134f919", "name": "tempest-VolumesAdminNegativeTest-server-21841340", "status": "ERROR", "tenant_id": "12256b2ca66f4ea7a2eafc2dbc305caf", "user_id": "dec9e7d852134c96a9ce8b6f5b4e6ea0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:47Z", "updated": "2022-06-05T08:36:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3dcc6314-1320-474f-af4b-be632134f919"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:36:48Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:36:49,660 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:36:50,537 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 204 DELETE http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919 0.876s 2022-06-05 08:36:50,537 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a6d2847-a803-4f46-8719-9a49ec670590', 'x-compute-request-id': 'req-7a6d2847-a803-4f46-8719-9a49ec670590', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919'} Body: b'' 2022-06-05 08:36:50,813 119944 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 404 GET http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919 0.276s 2022-06-05 08:36:50,814 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8e498e35-898e-4ea1-9088-fb5ad1ca39e7', 'x-compute-request-id': 'req-8e498e35-898e-4ea1-9088-fb5ad1ca39e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3dcc6314-1320-474f-af4b-be632134f919'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3dcc6314-1320-474f-af4b-be632134f919 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3dcc6314-1320-474f-af4b-be632134f919 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:48Z', 'message': 'No valid host was found. '}. Server boot request ID: req-a7cf5b6b-7020-4bcf-baec-1869eeafb0ea. |
||||||
tempest.api.compute.images.test_images.ImagesTestJSON | 4 | 3 | 1 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
pass
pt44.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
pass
pt44.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
pass
pt44.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
fail
ft44.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:32:19,475 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.196s 2022-06-05 08:32:19,476 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3232', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ffd3d04d-5c62-44bc-94f2-4e5d393ba9f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "41b99bee0b35400281da332533850481", "name": "tempest-ImagesTestJSON-1138117227-project", "password_expires_at": null}, "audit_ids": ["lNExjEDyRMKKhrtToqRJHw"], "expires_at": "2022-06-05T09:32:19.000000Z", "issued_at": "2022-06-05T08:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e0706485194d6ab0cf41ea0f651074", "name": "tempest-ImagesTestJSON-1138117227"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/d7e0706485194d6ab0cf41ea0f651074", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d7e0706485194d6ab0cf41ea0f651074", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_d7e0706485194d6ab0cf41ea0f651074", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d7e0706485194d6ab0cf41ea0f651074", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:32:19,476 119942 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '78ad483b-a47a-44a2-8bc0-8789288467d5', 'name': 'tempest-ImagesTestJSON-348713247-network', 'tenant_id': 'd7e0706485194d6ab0cf41ea0f651074', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd7e0706485194d6ab0cf41ea0f651074', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 110, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:28:29Z', 'updated_at': '2022-06-05T08:28:29Z', 'revision_number': 1} available for tenant 2022-06-05 08:32:21,699 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 202 POST http://10.222.0.33/compute/v2.1/servers 2.222s 2022-06-05 08:32:21,700 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesTestJSON-server-667447867", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "78ad483b-a47a-44a2-8bc0-8789288467d5"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1', '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-5e2f2213-064a-4f5e-9bc4-e0076992651d', 'x-compute-request-id': 'req-5e2f2213-064a-4f5e-9bc4-e0076992651d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "904526ef-2fc6-4c43-997d-df2989b692c1", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QZTg7Bk7g2yQ"}}' 2022-06-05 08:32:22,134 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1 0.432s 2022-06-05 08:32:22,134 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1207', '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-233bc826-80e4-4ba6-a081-ccabbdf58f8e', 'x-compute-request-id': 'req-233bc826-80e4-4ba6-a081-ccabbdf58f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1'} Body: b'{"server": {"id": "904526ef-2fc6-4c43-997d-df2989b692c1", "name": "tempest-ImagesTestJSON-server-667447867", "status": "BUILD", "tenant_id": "d7e0706485194d6ab0cf41ea0f651074", "user_id": "41b99bee0b35400281da332533850481", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:22Z", "updated": "2022-06-05T08:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:23,736 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1 0.593s 2022-06-05 08:32:23,737 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', '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-ea1d8fda-ddf7-42eb-a92e-621b5daf2b30', 'x-compute-request-id': 'req-ea1d8fda-ddf7-42eb-a92e-621b5daf2b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1'} Body: b'{"server": {"id": "904526ef-2fc6-4c43-997d-df2989b692c1", "name": "tempest-ImagesTestJSON-server-667447867", "status": "ERROR", "tenant_id": "d7e0706485194d6ab0cf41ea0f651074", "user_id": "41b99bee0b35400281da332533850481", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:21Z", "updated": "2022-06-05T08:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/904526ef-2fc6-4c43-997d-df2989b692c1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:23Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:23,744 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:32:25,029 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 204 DELETE http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1 1.285s 2022-06-05 08:32:25,030 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e2a93a3-8d22-46ca-8494-0fadae546f3d', 'x-compute-request-id': 'req-9e2a93a3-8d22-46ca-8494-0fadae546f3d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1'} Body: b'' 2022-06-05 08:32:25,133 119942 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 404 GET http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1 0.102s 2022-06-05 08:32:25,133 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-59fdf125-dc35-48f0-9493-7cc69199817e', 'x-compute-request-id': 'req-59fdf125-dc35-48f0-9493-7cc69199817e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/904526ef-2fc6-4c43-997d-df2989b692c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 904526ef-2fc6-4c43-997d-df2989b692c1 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 54, in test_delete_saving_image server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 904526ef-2fc6-4c43-997d-df2989b692c1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:23Z', 'message': 'No valid host was found. '}. Server boot request ID: req-5e2f2213-064a-4f5e-9bc4-e0076992651d. |
||||||
tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 3 | 1 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
fail
ft45.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:26:53,094 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.048s 2022-06-05 08:26:53,095 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0b0364f9-9e1d-4e9f-8b09-e66af74aeb1b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cdc8382bafd49a3877df672d02f8206", "name": "tempest-ImagesNegativeTestJSON-850637503-project", "password_expires_at": null}, "audit_ids": ["0-aZ8QeaRDqE-VUuoD5dVA"], "expires_at": "2022-06-05T09:26:53.000000Z", "issued_at": "2022-06-05T08:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc76c30c981d4c69b229b6d7415c910c", "name": "tempest-ImagesNegativeTestJSON-850637503"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/bc76c30c981d4c69b229b6d7415c910c", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bc76c30c981d4c69b229b6d7415c910c", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_bc76c30c981d4c69b229b6d7415c910c", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bc76c30c981d4c69b229b6d7415c910c", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:26:53,095 119935 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network None available for tenant 2022-06-05 08:26:54,164 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 202 POST http://10.222.0.33/compute/v2.1/servers 1.068s 2022-06-05 08:26:54,165 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesNegativeTestJSON-server-1851787663", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5', '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-eb5624ce-1bc3-478c-b18d-c619a6ea6d4c', 'x-compute-request-id': 'req-eb5624ce-1bc3-478c-b18d-c619a6ea6d4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8c2aVdvn9gsL"}}' 2022-06-05 08:26:55,389 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 1.222s 2022-06-05 08:26:55,389 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-2c562c5a-4c53-4ca8-abed-5ac3577eb0f7', 'x-compute-request-id': 'req-2c562c5a-4c53-4ca8-abed-5ac3577eb0f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:26:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:56,752 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.354s 2022-06-05 08:26:56,752 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-b01c7179-2b69-4229-af72-ccc4f0e1380b', 'x-compute-request-id': 'req-b01c7179-2b69-4229-af72-ccc4f0e1380b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:26:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:57,931 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.171s 2022-06-05 08:26:57,932 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-aecb6b0a-ae02-4157-8085-8c62ceab6e93', 'x-compute-request-id': 'req-aecb6b0a-ae02-4157-8085-8c62ceab6e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:26:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:26:59,331 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.391s 2022-06-05 08:26:59,332 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-3e8432e7-d69c-4763-840f-35c31ab9c4bc', 'x-compute-request-id': 'req-3e8432e7-d69c-4763-840f-35c31ab9c4bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:00,520 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.180s 2022-06-05 08:27:00,521 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-20bc90ed-be4e-41c7-93f4-89050a596b5e', 'x-compute-request-id': 'req-20bc90ed-be4e-41c7-93f4-89050a596b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:01,848 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.318s 2022-06-05 08:27:01,849 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1220', '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-2d27bfb6-af2b-4714-8c57-fd133fce18cc', 'x-compute-request-id': 'req-2d27bfb6-af2b-4714-8c57-fd133fce18cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:03,610 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.752s 2022-06-05 08:27:03,610 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', '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-926e342c-6923-4b9d-8e1c-3ed657c0a7de', 'x-compute-request-id': 'req-926e342c-6923-4b9d-8e1c-3ed657c0a7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:03,617 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 8 second wait 2022-06-05 08:27:04,917 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.298s 2022-06-05 08:27:04,918 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1274', '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-6d93fbe4-fe86-436f-89e9-e6912bba6de0', 'x-compute-request-id': 'req-6d93fbe4-fe86-436f-89e9-e6912bba6de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:04,926 119935 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 9 second wait 2022-06-05 08:27:06,348 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.422s 2022-06-05 08:27:06,349 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-35d8bb90-2a27-4bb1-bbbb-f6657b98a6fb', 'x-compute-request-id': 'req-35d8bb90-2a27-4bb1-bbbb-f6657b98a6fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:07,538 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.180s 2022-06-05 08:27:07,539 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-b5424bee-0c08-4f8a-8c8d-7b8677928e70', 'x-compute-request-id': 'req-b5424bee-0c08-4f8a-8c8d-7b8677928e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:09,023 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.472s 2022-06-05 08:27:09,023 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-1272adc2-88f2-4cb4-bb58-066c63f8df21', 'x-compute-request-id': 'req-1272adc2-88f2-4cb4-bb58-066c63f8df21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:11,565 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 1.532s 2022-06-05 08:27:11,565 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-2e9efffc-17e3-4f19-95f0-3cf736b9b2c4', 'x-compute-request-id': 'req-2e9efffc-17e3-4f19-95f0-3cf736b9b2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:12,878 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.303s 2022-06-05 08:27:12,878 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-e3dc59c8-603f-464d-95a0-d8306f9ba760', 'x-compute-request-id': 'req-e3dc59c8-603f-464d-95a0-d8306f9ba760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:14,343 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.456s 2022-06-05 08:27:14,343 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-af78bc1a-7dfd-4c04-af58-9d2fd769ac82', 'x-compute-request-id': 'req-af78bc1a-7dfd-4c04-af58-9d2fd769ac82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:15,694 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.342s 2022-06-05 08:27:15,695 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-04c9ce12-2c72-46ab-9c7f-ef90343e4b6d', 'x-compute-request-id': 'req-04c9ce12-2c72-46ab-9c7f-ef90343e4b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:17,059 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.356s 2022-06-05 08:27:17,060 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-2514abef-7f52-4edb-a0e6-5fc7bd641be8', 'x-compute-request-id': 'req-2514abef-7f52-4edb-a0e6-5fc7bd641be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:18,410 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.342s 2022-06-05 08:27:18,410 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-c7c05358-5a75-484c-bf83-9d5bc457f91e', 'x-compute-request-id': 'req-c7c05358-5a75-484c-bf83-9d5bc457f91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:20,475 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 1.045s 2022-06-05 08:27:20,475 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-4df326ff-1777-4d7e-8289-1e76c33cf015', 'x-compute-request-id': 'req-4df326ff-1777-4d7e-8289-1e76c33cf015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:22,399 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.915s 2022-06-05 08:27:22,399 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-95486b73-201e-4655-8ff9-dd80f8f35e5d', 'x-compute-request-id': 'req-95486b73-201e-4655-8ff9-dd80f8f35e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:23,759 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.351s 2022-06-05 08:27:23,760 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-a2a07c7e-a522-431b-9351-539889146284', 'x-compute-request-id': 'req-a2a07c7e-a522-431b-9351-539889146284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:25,167 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.398s 2022-06-05 08:27:25,168 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-ab0ceb4e-3bcc-4034-9362-bca9baae0ad8', 'x-compute-request-id': 'req-ab0ceb4e-3bcc-4034-9362-bca9baae0ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:26,574 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.398s 2022-06-05 08:27:26,574 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1316', '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-38062afd-1d5d-462d-9490-aaafec8afa9a', 'x-compute-request-id': 'req-38062afd-1d5d-462d-9490-aaafec8afa9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "BUILD", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:27,930 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.347s 2022-06-05 08:27:27,930 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1466', '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-bb79fd26-c4dd-4798-9769-7b0a4793ca2e', 'x-compute-request-id': 'req-bb79fd26-c4dd-4798-9769-7b0a4793ca2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "ACTIVE", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:27Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.178", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:9e:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:27:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:27,938 119935 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 32 second wait 2022-06-05 08:27:28,158 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.219s 2022-06-05 08:27:28,158 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e642ae42-ce13-43f5-9b48-5ff206c2610c', 'x-compute-request-id': 'req-e642ae42-ce13-43f5-9b48-5ff206c2610c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'' 2022-06-05 08:27:28,609 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.450s 2022-06-05 08:27:28,610 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1472', '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-57e975eb-704f-45aa-ac2f-6993f975670d', 'x-compute-request-id': 'req-57e975eb-704f-45aa-ac2f-6993f975670d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "ACTIVE", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:28Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.178", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:9e:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:27:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:30,221 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.602s 2022-06-05 08:27:30,221 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1472', '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-d5163291-191b-43f1-af83-bc2954baa30a', 'x-compute-request-id': 'req-d5163291-191b-43f1-af83-bc2954baa30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "ACTIVE", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:28Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.178", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:9e:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:27:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:31,628 119935 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5 0.397s 2022-06-05 08:27:31,629 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:27:31 GMT', 'server': 'Apache/2.4.41 (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-ad663795-d0b5-44f1-8665-57533c0928b0', 'x-compute-request-id': 'req-ad663795-d0b5-44f1-8665-57533c0928b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5'} Body: b'{"server": {"id": "ab76465b-2e53-4bf6-8371-6393b1aa99b5", "name": "tempest-ImagesNegativeTestJSON-server-1851787663", "status": "ERROR", "tenant_id": "bc76c30c981d4c69b229b6d7415c910c", "user_id": "6cdc8382bafd49a3877df672d02f8206", "metadata": {}, "hostId": "6d8ba5a0ab18f627e45f2b87b3a488511164eec6cc55d82add899aec", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:26:54Z", "updated": "2022-06-05T08:27:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ab76465b-2e53-4bf6-8371-6393b1aa99b5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:27:31Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:27:26.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:27:31,637 119935 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/None" after 3 second wait }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images_negative.py", line 55, in test_create_image_from_deleted_server waiters.wait_for_server_termination(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server ab76465b-2e53-4bf6-8371-6393b1aa99b5 failed to delete and is in ERROR status |
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt45.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt45.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt45.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
fail
ft46.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:38,966 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.33/compute/v2.1/os-security-groups 0.831s 2022-06-05 08:33:38,966 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-18395562", "description": "tempest-description-2109071861"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', '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-0acecedf-15f5-443a-8a46-0b3307d49fba', 'x-compute-request-id': 'req-0acecedf-15f5-443a-8a46-0b3307d49fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "e6fd05df-4cf5-44db-8b92-c1cd10ee1d6e", "description": "tempest-description-2109071861", "name": "tempest-SecurityGroupsTestJSON-securitygroup-18395562", "tenant_id": "bca25b0072144b22a04124f80362a310", "rules": []}}' 2022-06-05 08:33:39,948 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.33/compute/v2.1/os-security-groups 0.976s 2022-06-05 08:33:39,948 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-657888382", "description": "tempest-description-1777053987"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '243', '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-5d72d5d8-b573-4b3d-97fb-7942eb3bf8eb', 'x-compute-request-id': 'req-5d72d5d8-b573-4b3d-97fb-7942eb3bf8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "a66053c2-4b2b-4b21-ada1-23fdd2879dce", "description": "tempest-description-1777053987", "name": "tempest-SecurityGroupsTestJSON-securitygroup-657888382", "tenant_id": "bca25b0072144b22a04124f80362a310", "rules": []}}' 2022-06-05 08:33:40,213 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.256s 2022-06-05 08:33:40,213 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7000754d-5f2a-431b-b43b-0db3fb2c34b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3f3f6d563ecb4a6c88931c63b04a0974", "name": "tempest-SecurityGroupsTestJSON-1613578867-project", "password_expires_at": null}, "audit_ids": ["Qt1k4PB6SH6C-vrs_ll_gw"], "expires_at": "2022-06-05T09:33:40.000000Z", "issued_at": "2022-06-05T08:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bca25b0072144b22a04124f80362a310", "name": "tempest-SecurityGroupsTestJSON-1613578867"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_bca25b0072144b22a04124f80362a310", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:40,214 119950 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': 'd0e67171-28e8-402b-b6fe-2c9f0c0fff86', 'name': 'tempest-SecurityGroupsTestJSON-938758964-network', 'tenant_id': 'bca25b0072144b22a04124f80362a310', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bca25b0072144b22a04124f80362a310', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:33:35Z', 'updated_at': '2022-06-05T08:33:35Z', 'revision_number': 1} available for tenant 2022-06-05 08:33:43,543 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 202 POST http://10.222.0.33/compute/v2.1/servers 3.328s 2022-06-05 08:33:43,543 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-432028700", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "d0e67171-28e8-402b-b6fe-2c9f0c0fff86"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6', '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-801c474c-bb93-4f6c-ade8-ec9c3e1abce4', 'x-compute-request-id': 'req-801c474c-bb93-4f6c-ade8-ec9c3e1abce4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "0c1c5b97-b093-4e28-93c9-b39687513dd6", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Hha26WFKFyFc"}}' 2022-06-05 08:33:44,928 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6 1.382s 2022-06-05 08:33:44,928 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-6ee6eb61-5c0a-4c2a-bd56-77e2ae273e0c', 'x-compute-request-id': 'req-6ee6eb61-5c0a-4c2a-bd56-77e2ae273e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6'} Body: b'{"server": {"id": "0c1c5b97-b093-4e28-93c9-b39687513dd6", "name": "tempest-SecurityGroupsTestJSON-server-432028700", "status": "ERROR", "tenant_id": "bca25b0072144b22a04124f80362a310", "user_id": "3f3f6d563ecb4a6c88931c63b04a0974", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:43Z", "updated": "2022-06-05T08:33:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:44Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:46,829 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6 0.892s 2022-06-05 08:33:46,829 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-37f891c9-ae5a-49ec-bc19-ab894a7d45f5', 'x-compute-request-id': 'req-37f891c9-ae5a-49ec-bc19-ab894a7d45f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6'} Body: b'{"server": {"id": "0c1c5b97-b093-4e28-93c9-b39687513dd6", "name": "tempest-SecurityGroupsTestJSON-server-432028700", "status": "ERROR", "tenant_id": "bca25b0072144b22a04124f80362a310", "user_id": "3f3f6d563ecb4a6c88931c63b04a0974", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:43Z", "updated": "2022-06-05T08:33:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:44Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:48,099 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6 1.262s 2022-06-05 08:33:48,099 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb091d4f-7962-4c64-b427-3e6677f9b794', 'x-compute-request-id': 'req-cb091d4f-7962-4c64-b427-3e6677f9b794', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6'} Body: b'' 2022-06-05 08:33:48,232 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 404 GET http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6 0.132s 2022-06-05 08:33:48,233 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-eb297714-05dc-460c-b243-6c42fbe0b27c', 'x-compute-request-id': 'req-eb297714-05dc-460c-b243-6c42fbe0b27c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0c1c5b97-b093-4e28-93c9-b39687513dd6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0c1c5b97-b093-4e28-93c9-b39687513dd6 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 161, in test_list_security_groups_by_server server_id = self.create_test_server(wait_until='ACTIVE')['id'] File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 0c1c5b97-b093-4e28-93c9-b39687513dd6 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:44Z', 'message': 'No valid host was found. '}. Server boot request ID: req-801c474c-bb93-4f6c-ade8-ec9c3e1abce4. |
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt46.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt46.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
fail
ft46.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:34:13,711 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.33/compute/v2.1/os-security-groups 1.285s 2022-06-05 08:34:13,712 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1008830092", "description": "tempest-description-1757663018"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '244', '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-20121e9c-c0b9-4103-b12e-4f1e79429903', 'x-compute-request-id': 'req-20121e9c-c0b9-4103-b12e-4f1e79429903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "709a0d71-28c0-4e65-b487-98c0d462cb1c", "description": "tempest-description-1757663018", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1008830092", "tenant_id": "bca25b0072144b22a04124f80362a310", "rules": []}}' 2022-06-05 08:34:14,820 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.33/compute/v2.1/os-security-groups 1.105s 2022-06-05 08:34:14,821 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-289653783", "description": "tempest-description-966506196"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', '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-2cec854f-4432-44f0-9a95-de99b6f06e4c', 'x-compute-request-id': 'req-2cec854f-4432-44f0-9a95-de99b6f06e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "9866985c-4048-43b8-98a8-2221f23f160c", "description": "tempest-description-966506196", "name": "tempest-SecurityGroupsTestJSON-securitygroup-289653783", "tenant_id": "bca25b0072144b22a04124f80362a310", "rules": []}}' 2022-06-05 08:34:15,278 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.448s 2022-06-05 08:34:15,278 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e37c3279-f6dd-4be2-997b-a6b011af67c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3f3f6d563ecb4a6c88931c63b04a0974", "name": "tempest-SecurityGroupsTestJSON-1613578867-project", "password_expires_at": null}, "audit_ids": ["0I1yfNWmSe-WbYQ0AGGO0A"], "expires_at": "2022-06-05T09:34:15.000000Z", "issued_at": "2022-06-05T08:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bca25b0072144b22a04124f80362a310", "name": "tempest-SecurityGroupsTestJSON-1613578867"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_bca25b0072144b22a04124f80362a310", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/bca25b0072144b22a04124f80362a310", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:34:15,279 119950 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': 'd0e67171-28e8-402b-b6fe-2c9f0c0fff86', 'name': 'tempest-SecurityGroupsTestJSON-938758964-network', 'tenant_id': 'bca25b0072144b22a04124f80362a310', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bca25b0072144b22a04124f80362a310', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:33:35Z', 'updated_at': '2022-06-05T08:33:35Z', 'revision_number': 1} available for tenant 2022-06-05 08:34:17,539 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 202 POST http://10.222.0.33/compute/v2.1/servers 2.260s 2022-06-05 08:34:17,540 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-252017349", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "d0e67171-28e8-402b-b6fe-2c9f0c0fff86"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e', '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-3c7f5c5c-5120-44a9-8418-6e41755d4196', 'x-compute-request-id': 'req-3c7f5c5c-5120-44a9-8418-6e41755d4196', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "ca9adda9-a74d-49f0-889f-2b9f68b2724e", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "EacepdJf9qUj"}}' 2022-06-05 08:34:17,747 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e 0.205s 2022-06-05 08:34:17,748 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', '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-387d8a20-a7cf-444d-b10c-387ad099ff11', 'x-compute-request-id': 'req-387d8a20-a7cf-444d-b10c-387ad099ff11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e'} Body: b'{"server": {"id": "ca9adda9-a74d-49f0-889f-2b9f68b2724e", "name": "tempest-SecurityGroupsTestJSON-server-252017349", "status": "BUILD", "tenant_id": "bca25b0072144b22a04124f80362a310", "user_id": "3f3f6d563ecb4a6c88931c63b04a0974", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:34:17Z", "updated": "2022-06-05T08:34:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:34:19,537 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e 0.781s 2022-06-05 08:34:19,538 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-af3c1620-e866-400b-bfbb-cebd9f3afa0e', 'x-compute-request-id': 'req-af3c1620-e866-400b-bfbb-cebd9f3afa0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e'} Body: b'{"server": {"id": "ca9adda9-a74d-49f0-889f-2b9f68b2724e", "name": "tempest-SecurityGroupsTestJSON-server-252017349", "status": "ERROR", "tenant_id": "bca25b0072144b22a04124f80362a310", "user_id": "3f3f6d563ecb4a6c88931c63b04a0974", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:34:17Z", "updated": "2022-06-05T08:34:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:34:18Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:34:19,548 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:34:21,143 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 204 DELETE http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e 1.594s 2022-06-05 08:34:21,144 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1f00712-60eb-4920-9f3a-ee60e1bfa8cf', 'x-compute-request-id': 'req-a1f00712-60eb-4920-9f3a-ee60e1bfa8cf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e'} Body: b'' 2022-06-05 08:34:21,301 119950 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 404 GET http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e 0.156s 2022-06-05 08:34:21,301 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bdeba2e7-8873-4d80-b274-b1bcc11f3cd4', 'x-compute-request-id': 'req-bdeba2e7-8873-4d80-b274-b1bcc11f3cd4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ca9adda9-a74d-49f0-889f-2b9f68b2724e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ca9adda9-a74d-49f0-889f-2b9f68b2724e could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 101, in test_server_security_groups server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ca9adda9-a74d-49f0-889f-2b9f68b2724e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:34:18Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3c7f5c5c-5120-44a9-8418-6e41755d4196. |
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt46.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
fail
ft47.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:34:56,783 119950 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:34:57,052 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.266s 2022-06-05 08:34:57,053 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1357202557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJbgS1tZe7UJ/sNx9giNLAJRW3SvOVmdoVfoa3saShTBbKAfOYQWxj3NU/RbTqpcE4WS9V2p+FaBuYgRqXgGFdag45kHwkahT+4gBicXmgHhCIHVppouPZp3junGOyDW6g=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:56 GMT', 'server': 'Apache/2.4.41 (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-0ad74763-2ee7-41a5-8cd4-0ffe6d44deb3', 'x-compute-request-id': 'req-0ad74763-2ee7-41a5-8cd4-0ffe6d44deb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1357202557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJbgS1tZe7UJ/sNx9giNLAJRW3SvOVmdoVfoa3saShTBbKAfOYQWxj3NU/RbTqpcE4WS9V2p+FaBuYgRqXgGFdag45kHwkahT+4gBicXmgHhCIHVppouPZp3junGOyDW6g==", "fingerprint": "21:ce:a0:b7:c9:73:a0:12:c0:0a:c7:2f:a4:ef:91:65", "user_id": "73d35c50862d43558407afdedeb8e232"}}' 2022-06-05 08:34:57,055 119950 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1357202557 created 2022-06-05 08:34:57,508 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.453s 2022-06-05 08:34:57,509 119950 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--469205306", "description": "tempest-description--1882666171"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-d2c56eb4-9ba4-4c9c-92ac-8ec8ff12e502', 'date': 'Sun, 05 Jun 2022 08:34:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "name": "tempest-securitygroup--469205306", "stateful": true, "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "description": "tempest-description--1882666171", "shared": false, "security_group_rules": [{"id": "6278d72b-2354-443a-ba20-dee44ccb6c40", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "security_group_id": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "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": 1383, "description": null, "tags": [], "created_at": "2022-06-05T08:34:57Z", "updated_at": "2022-06-05T08:34:57Z", "revision_number": 0, "project_id": "64561b8391a34b5ab01f51cb31378fea"}, {"id": "d32d300e-bf5e-4d5c-b381-b7312e5764b3", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "security_group_id": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "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": 1384, "description": null, "tags": [], "created_at": "2022-06-05T08:34:57Z", "updated_at": "2022-06-05T08:34:57Z", "revision_number": 0, "project_id": "64561b8391a34b5ab01f51cb31378fea"}], "tags": [], "created_at": "2022-06-05T08:34:57Z", "updated_at": "2022-06-05T08:34:57Z", "revision_number": 1, "project_id": "64561b8391a34b5ab01f51cb31378fea"}}' 2022-06-05 08:34:57,761 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.251s 2022-06-05 08:34:57,761 119950 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": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c8c159df-62c2-4f17-84c8-0a1fbccda636', 'date': 'Sun, 05 Jun 2022 08:34:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b1599426-7f68-4467-a270-fb884220ba57", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "security_group_id": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:34:57Z", "updated_at": "2022-06-05T08:34:57Z", "revision_number": 0, "project_id": "64561b8391a34b5ab01f51cb31378fea"}}' 2022-06-05 08:34:58,909 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.147s 2022-06-05 08:34:58,910 119950 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": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-996b8bc9-c2dc-4e6b-bd4d-3f503be01204', 'date': 'Sun, 05 Jun 2022 08:34:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62bcc892-39b7-4170-aed6-0575c2991360", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "security_group_id": "34d2d10f-a205-43cc-a1a8-09013ead07bb", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:34:58Z", "updated_at": "2022-06-05T08:34:58Z", "revision_number": 0, "project_id": "64561b8391a34b5ab01f51cb31378fea"}}' 2022-06-05 08:34:58,910 119950 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--469205306 created 2022-06-05 08:35:02,090 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.33:9696/v2.0/floatingips 3.179s 2022-06-05 08:35:02,090 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d96c192f-9904-4599-83dd-4ca18a0c8041', 'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fdb313ee-fb43-45d5-8e66-15e273658ec7", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "floating_ip_address": "172.25.6.177", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "64561b8391a34b5ab01f51cb31378fea", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:35:00Z", "updated_at": "2022-06-05T08:35:00Z", "revision_number": 0}}' 2022-06-05 08:35:02,091 119950 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fdb313ee-fb43-45d5-8e66-15e273658ec7', 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'floating_ip_address': '172.25.6.177', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '64561b8391a34b5ab01f51cb31378fea', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:00Z', 'updated_at': '2022-06-05T08:35:00Z', 'revision_number': 0, 'ip': '172.25.6.177'} created 2022-06-05 08:35:02,142 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.044s 2022-06-05 08:35:02,142 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dd209d53-bcf2-49f3-931b-d4c50cfa04d0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "73d35c50862d43558407afdedeb8e232", "name": "tempest-ServersTestFqdnHostnames-327294939-project", "password_expires_at": null}, "audit_ids": ["7ovCLFX-TMu5ipnQw1n2JQ"], "expires_at": "2022-06-05T09:35:02.000000Z", "issued_at": "2022-06-05T08:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "64561b8391a34b5ab01f51cb31378fea", "name": "tempest-ServersTestFqdnHostnames-327294939"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/64561b8391a34b5ab01f51cb31378fea", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/64561b8391a34b5ab01f51cb31378fea", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_64561b8391a34b5ab01f51cb31378fea", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/64561b8391a34b5ab01f51cb31378fea", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:02,143 119950 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': 'd9f35206-9205-4017-b3bf-54b393e6aacb', 'name': 'tempest-ServersTestFqdnHostnames-231601155-network', 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '64561b8391a34b5ab01f51cb31378fea', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 129, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:34:36Z', 'updated_at': '2022-06-05T08:34:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:02,143 119950 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1357202557', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJbgS1tZe7UJ/sNx9giNLAJRW3SvOVmdoVfoa3saShTBbKAfOYQWxj3NU/RbTqpcE4WS9V2p+FaBuYgRqXgGFdag45kHwkahT+4gBicXmgHhCIHVppouPZp3junGOyDW6g==', 'fingerprint': '21:ce:a0:b7:c9:73:a0:12:c0:0a:c7:2f:a4:ef:91:65', 'user_id': '73d35c50862d43558407afdedeb8e232', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD6shKKoYn54mOB4vOwQVOkGFYrxuu1Dz/s8nKpRm2Vgz5lAZ6ry8Xe\naJJ0BifvpwOgBwYFK4EEACKhZANiAASW4EtbWXu1Cf7DcfYIjSwCUVt0rzlZnaFX\n6Gt7GkoUwWygHzmEFsY9zVP0W06qXBOFkvVdqfhWgbmIEal4BhXWoOOZB8JGoU/u\nIAYnF5oB4QiB1aaaLj2ad47pxjsg1uo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '34d2d10f-a205-43cc-a1a8-09013ead07bb', 'name': 'tempest-securitygroup--469205306', 'stateful': True, 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'description': 'tempest-description--1882666171', 'shared': False, 'security_group_rules': [{'id': '6278d72b-2354-443a-ba20-dee44ccb6c40', 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'security_group_id': '34d2d10f-a205-43cc-a1a8-09013ead07bb', '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': 1383, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:34:57Z', 'updated_at': '2022-06-05T08:34:57Z', 'revision_number': 0, 'project_id': '64561b8391a34b5ab01f51cb31378fea'}, {'id': 'd32d300e-bf5e-4d5c-b381-b7312e5764b3', 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'security_group_id': '34d2d10f-a205-43cc-a1a8-09013ead07bb', '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': 1384, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:34:57Z', 'updated_at': '2022-06-05T08:34:57Z', 'revision_number': 0, 'project_id': '64561b8391a34b5ab01f51cb31378fea'}], 'tags': [], 'created_at': '2022-06-05T08:34:57Z', 'updated_at': '2022-06-05T08:34:57Z', 'revision_number': 1, 'project_id': '64561b8391a34b5ab01f51cb31378fea'}, 'floating_ip': {'id': 'fdb313ee-fb43-45d5-8e66-15e273658ec7', 'tenant_id': '64561b8391a34b5ab01f51cb31378fea', 'floating_ip_address': '172.25.6.177', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '64561b8391a34b5ab01f51cb31378fea', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:00Z', 'updated_at': '2022-06-05T08:35:00Z', 'revision_number': 0, 'ip': '172.25.6.177'}} 2022-06-05 08:35:05,148 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 202 POST http://10.222.0.33/compute/v2.1/servers 3.003s 2022-06-05 08:35:05,148 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "guest-instance-1.domain.com", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "G8%k13quqZI%4dJ", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "d9f35206-9205-4017-b3bf-54b393e6aacb"}], "security_groups": [{"name": "tempest-securitygroup--469205306"}], "key_name": "tempest-keypair-1357202557", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '408', 'location': 'http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2', '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-c4acc74c-caf2-4f3a-a7b9-3931427f9fc1', 'x-compute-request-id': 'req-c4acc74c-caf2-4f3a-a7b9-3931427f9fc1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "0139d707-356f-433f-a04a-4e4315dbc4b2", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--469205306"}], "adminPass": "G8%k13quqZI%4dJ"}}' 2022-06-05 08:35:05,332 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 GET http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2 0.181s 2022-06-05 08:35:05,332 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', '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-3f27c10f-8f5f-451a-a4b5-a26ac2aff46a', 'x-compute-request-id': 'req-3f27c10f-8f5f-451a-a4b5-a26ac2aff46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2'} Body: b'{"server": {"id": "0139d707-356f-433f-a04a-4e4315dbc4b2", "name": "guest-instance-1.domain.com", "status": "BUILD", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "user_id": "73d35c50862d43558407afdedeb8e232", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:05Z", "updated": "2022-06-05T08:35:05Z", "addresses": {}, "accessIPv4": "2.2.2.2", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1357202557", "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": []}}' 2022-06-05 08:35:06,658 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 GET http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2 0.318s 2022-06-05 08:35:06,658 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1299', '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-ebdcd0bb-3d35-435b-a2e3-f7072a8819ae', 'x-compute-request-id': 'req-ebdcd0bb-3d35-435b-a2e3-f7072a8819ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2'} Body: b'{"server": {"id": "0139d707-356f-433f-a04a-4e4315dbc4b2", "name": "guest-instance-1.domain.com", "status": "ERROR", "tenant_id": "64561b8391a34b5ab01f51cb31378fea", "user_id": "73d35c50862d43558407afdedeb8e232", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:05Z", "updated": "2022-06-05T08:35:06Z", "addresses": {}, "accessIPv4": "2.2.2.2", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/0139d707-356f-433f-a04a-4e4315dbc4b2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:06Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1357202557", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:06,665 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:35:07,474 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 204 DELETE http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2 0.808s 2022-06-05 08:35:07,474 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64b91d73-0d54-475c-af8b-b247cc9208b4', 'x-compute-request-id': 'req-64b91d73-0d54-475c-af8b-b247cc9208b4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2'} Body: b'' 2022-06-05 08:35:07,560 119950 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 404 GET http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2 0.085s 2022-06-05 08:35:07,561 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9b1786f9-76ad-434c-ac2d-742dc671ac79', 'x-compute-request-id': 'req-9b1786f9-76ad-434c-ac2d-742dc671ac79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/0139d707-356f-433f-a04a-4e4315dbc4b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0139d707-356f-433f-a04a-4e4315dbc4b2 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 215, in test_create_server_with_fqdn_name test_server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 0139d707-356f-433f-a04a-4e4315dbc4b2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:06Z', 'message': 'No valid host was found. '}. Server boot request ID: req-c4acc74c-caf2-4f3a-a7b9-3931427f9fc1. |
||||||
tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 0 | 2 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft48.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:34:36,855 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.33:9696/v2.0/networks 0.732s 2022-06-05 08:34:36,855 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1958407103"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-9051c723-ea1c-4f4c-99c6-583170c0b9e7', 'date': 'Sun, 05 Jun 2022 08:34:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"321c0366-f264-43d7-b907-6c0dafaf83ea","name":"tempest-ServersTestMultiNic-1958407103","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"82fde866a28a4b49badbe81e5b5ced08","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:34:36Z","updated_at":"2022-06-05T08:34:36Z","revision_number":1}}' 2022-06-05 08:34:37,642 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.786s 2022-06-05 08:34:37,642 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "321c0366-f264-43d7-b907-6c0dafaf83ea", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-8fde654d-bc41-477c-9f65-c0b93d9bee6b', 'date': 'Sun, 05 Jun 2022 08:34:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"60e899ef-934f-4344-865c-85e65db8f539","name":"","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","network_id":"321c0366-f264-43d7-b907-6c0dafaf83ea","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.80.0.1","cidr":"19.80.0.0/24","allocation_pools":[{"start":"19.80.0.2","end":"19.80.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:34:37Z","updated_at":"2022-06-05T08:34:37Z","revision_number":0,"project_id":"82fde866a28a4b49badbe81e5b5ced08"}}' 2022-06-05 08:34:38,062 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.33:9696/v2.0/networks 0.419s 2022-06-05 08:34:38,063 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-349941286"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-af9154d0-cf3c-4f4a-957e-1dc2146611bf', 'date': 'Sun, 05 Jun 2022 08:34:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"9f6d33d2-9830-4f2a-b648-cd5d912eb31d","name":"tempest-ServersTestMultiNic-349941286","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"82fde866a28a4b49badbe81e5b5ced08","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:34:37Z","updated_at":"2022-06-05T08:34:37Z","revision_number":1}}' 2022-06-05 08:34:39,372 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.33:9696/v2.0/subnets 1.309s 2022-06-05 08:34:39,372 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "9f6d33d2-9830-4f2a-b648-cd5d912eb31d", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-f38f9b56-15fc-4dc4-baef-ffd0f7e629f6', 'date': 'Sun, 05 Jun 2022 08:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"bbd0b5fb-4285-4959-8d20-4e6b6fd0e93f","name":"","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","network_id":"9f6d33d2-9830-4f2a-b648-cd5d912eb31d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.86.0.1","cidr":"19.86.0.0/24","allocation_pools":[{"start":"19.86.0.2","end":"19.86.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:34:38Z","updated_at":"2022-06-05T08:34:38Z","revision_number":0,"project_id":"82fde866a28a4b49badbe81e5b5ced08"}}' 2022-06-05 08:34:39,446 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.067s 2022-06-05 08:34:39,447 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1bb75bfa-b550-4ad9-95e7-8e9872700a3f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "edc2ac8650ca4864ac407b2e24afdb6e", "name": "tempest-ServersTestMultiNic-1509830942-project", "password_expires_at": null}, "audit_ids": ["mnp_li84Qu-fp99es6GTQg"], "expires_at": "2022-06-05T09:34:39.000000Z", "issued_at": "2022-06-05T08:34:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82fde866a28a4b49badbe81e5b5ced08", "name": "tempest-ServersTestMultiNic-1509830942"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:34:39,447 119942 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '4c039547-3cd0-4deb-b859-e02651c45a6b', 'name': 'tempest-ServersTestMultiNic-970236459-network', 'tenant_id': '82fde866a28a4b49badbe81e5b5ced08', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '82fde866a28a4b49badbe81e5b5ced08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 103, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:34:20Z', 'updated_at': '2022-06-05T08:34:20Z', 'revision_number': 1} available for tenant 2022-06-05 08:34:45,313 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 202 POST http://10.222.0.33/compute/v2.1/servers 5.865s 2022-06-05 08:34:45,313 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestMultiNic-server-286368363", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "321c0366-f264-43d7-b907-6c0dafaf83ea"}, {"uuid": "9f6d33d2-9830-4f2a-b648-cd5d912eb31d"}, {"uuid": "321c0366-f264-43d7-b907-6c0dafaf83ea"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee', '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-8cbbb6b1-dbc7-4b38-8437-337be82e8bc5', 'x-compute-request-id': 'req-8cbbb6b1-dbc7-4b38-8437-337be82e8bc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "746ddcc1-c1f9-46b6-beba-45db6bc439ee", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "crXJQmx4LvF6"}}' 2022-06-05 08:34:46,080 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee 0.764s 2022-06-05 08:34:46,081 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', '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-ac6005f9-607c-41a2-90c9-425fab43f628', 'x-compute-request-id': 'req-ac6005f9-607c-41a2-90c9-425fab43f628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee'} Body: b'{"server": {"id": "746ddcc1-c1f9-46b6-beba-45db6bc439ee", "name": "tempest-ServersTestMultiNic-server-286368363", "status": "BUILD", "tenant_id": "82fde866a28a4b49badbe81e5b5ced08", "user_id": "edc2ac8650ca4864ac407b2e24afdb6e", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:34:45Z", "updated": "2022-06-05T08:34:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:34:47,554 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee 0.465s 2022-06-05 08:34:47,555 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-53639925-684a-4fed-b7f3-a62b706e8f26', 'x-compute-request-id': 'req-53639925-684a-4fed-b7f3-a62b706e8f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee'} Body: b'{"server": {"id": "746ddcc1-c1f9-46b6-beba-45db6bc439ee", "name": "tempest-ServersTestMultiNic-server-286368363", "status": "ERROR", "tenant_id": "82fde866a28a4b49badbe81e5b5ced08", "user_id": "edc2ac8650ca4864ac407b2e24afdb6e", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:34:45Z", "updated": "2022-06-05T08:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:34:46Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:34:47,562 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:34:48,457 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 204 DELETE http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee 0.894s 2022-06-05 08:34:48,457 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca1b1b1-cd94-477e-b8e6-ac7896792f4d', 'x-compute-request-id': 'req-cca1b1b1-cd94-477e-b8e6-ac7896792f4d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee'} Body: b'' 2022-06-05 08:34:48,563 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 404 GET http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee 0.105s 2022-06-05 08:34:48,563 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4c51e7ad-4ae6-42c0-9d6b-1b7cf490fcc0', 'x-compute-request-id': 'req-4c51e7ad-4ae6-42c0-9d6b-1b7cf490fcc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/746ddcc1-c1f9-46b6-beba-45db6bc439ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 746ddcc1-c1f9-46b6-beba-45db6bc439ee could not be found."}}' 2022-06-05 08:34:50,030 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/bbd0b5fb-4285-4959-8d20-4e6b6fd0e93f 1.459s 2022-06-05 08:34:50,030 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-59a4902e-0fa6-4aa4-afa7-5a413fae6af4', 'date': 'Sun, 05 Jun 2022 08:34:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/bbd0b5fb-4285-4959-8d20-4e6b6fd0e93f'} Body: b'' 2022-06-05 08:34:53,574 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/9f6d33d2-9830-4f2a-b648-cd5d912eb31d 3.543s 2022-06-05 08:34:53,574 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-495b3f5d-1033-4095-9580-f19057431bd1', 'date': 'Sun, 05 Jun 2022 08:34:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/9f6d33d2-9830-4f2a-b648-cd5d912eb31d'} Body: b'' 2022-06-05 08:34:56,171 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/60e899ef-934f-4344-865c-85e65db8f539 2.596s 2022-06-05 08:34:56,172 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0f4a4b6a-96d6-4519-af0c-626944148e54', 'date': 'Sun, 05 Jun 2022 08:34:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/60e899ef-934f-4344-865c-85e65db8f539'} Body: b'' 2022-06-05 08:34:58,495 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/321c0366-f264-43d7-b907-6c0dafaf83ea 2.323s 2022-06-05 08:34:58,496 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-eb90b7d5-3265-4f70-89a2-b3f233f89259', 'date': 'Sun, 05 Jun 2022 08:34:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/321c0366-f264-43d7-b907-6c0dafaf83ea'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 117, in test_verify_duplicate_network_nics server_multi_nics = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 746ddcc1-c1f9-46b6-beba-45db6bc439ee failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:34:46Z', 'message': 'No valid host was found. '}. Server boot request ID: req-8cbbb6b1-dbc7-4b38-8437-337be82e8bc5. |
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft48.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:34:59,114 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.33:9696/v2.0/networks 0.616s 2022-06-05 08:34:59,115 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1715502754"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-524051e4-e7e1-4e73-b5f0-14bf65302dbe', 'date': 'Sun, 05 Jun 2022 08:34:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"c2dce0a2-f262-43b3-a16d-8bae793b1f01","name":"tempest-ServersTestMultiNic-1715502754","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"82fde866a28a4b49badbe81e5b5ced08","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:34:58Z","updated_at":"2022-06-05T08:34:58Z","revision_number":1}}' 2022-06-05 08:35:00,916 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.33:9696/v2.0/subnets 1.800s 2022-06-05 08:35:00,916 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c2dce0a2-f262-43b3-a16d-8bae793b1f01", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-f069bf48-e986-4124-aef7-ee6c5b40da4f', 'date': 'Sun, 05 Jun 2022 08:35:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"eac7a014-6a8f-447b-93db-6aa365b7ce5a","name":"","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","network_id":"c2dce0a2-f262-43b3-a16d-8bae793b1f01","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.80.0.1","cidr":"19.80.0.0/24","allocation_pools":[{"start":"19.80.0.2","end":"19.80.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:34:59Z","updated_at":"2022-06-05T08:34:59Z","revision_number":0,"project_id":"82fde866a28a4b49badbe81e5b5ced08"}}' 2022-06-05 08:35:02,171 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.33:9696/v2.0/networks 1.254s 2022-06-05 08:35:02,172 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1684021669"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-be3589aa-41c1-4bf6-bd6a-4829d8ba38df', 'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"91de1c46-b141-4a40-9402-6e341335a426","name":"tempest-ServersTestMultiNic-1684021669","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"82fde866a28a4b49badbe81e5b5ced08","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:35:01Z","updated_at":"2022-06-05T08:35:01Z","revision_number":1}}' 2022-06-05 08:35:03,567 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.33:9696/v2.0/subnets 1.394s 2022-06-05 08:35:03,567 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "91de1c46-b141-4a40-9402-6e341335a426", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-b6a96a23-2d35-4049-b52d-f43064ebf591', 'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"e44616b4-fb55-434c-b063-5877d95ce036","name":"","tenant_id":"82fde866a28a4b49badbe81e5b5ced08","network_id":"91de1c46-b141-4a40-9402-6e341335a426","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.86.0.1","cidr":"19.86.0.0/24","allocation_pools":[{"start":"19.86.0.2","end":"19.86.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:35:03Z","updated_at":"2022-06-05T08:35:03Z","revision_number":0,"project_id":"82fde866a28a4b49badbe81e5b5ced08"}}' 2022-06-05 08:35:03,642 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.069s 2022-06-05 08:35:03,642 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5db94b50-72fb-48f4-b387-9c37876ec659', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "edc2ac8650ca4864ac407b2e24afdb6e", "name": "tempest-ServersTestMultiNic-1509830942-project", "password_expires_at": null}, "audit_ids": ["kP6mk47GR_mlLDcEhtjzIw"], "expires_at": "2022-06-05T09:35:03.000000Z", "issued_at": "2022-06-05T08:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82fde866a28a4b49badbe81e5b5ced08", "name": "tempest-ServersTestMultiNic-1509830942"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/82fde866a28a4b49badbe81e5b5ced08", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:03,643 119942 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '4c039547-3cd0-4deb-b859-e02651c45a6b', 'name': 'tempest-ServersTestMultiNic-970236459-network', 'tenant_id': '82fde866a28a4b49badbe81e5b5ced08', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '82fde866a28a4b49badbe81e5b5ced08', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 103, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:34:20Z', 'updated_at': '2022-06-05T08:34:20Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:06,104 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 202 POST http://10.222.0.33/compute/v2.1/servers 2.461s 2022-06-05 08:35:06,104 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestMultiNic-server-884454860", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "c2dce0a2-f262-43b3-a16d-8bae793b1f01"}, {"uuid": "91de1c46-b141-4a40-9402-6e341335a426"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36', '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-f7b069ad-d920-4c40-bb36-fbc2250ce0d0', 'x-compute-request-id': 'req-f7b069ad-d920-4c40-bb36-fbc2250ce0d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "650827ac-1ddc-401c-896b-ce315894fe36", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/650827ac-1ddc-401c-896b-ce315894fe36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "H3G6DFHvey4f"}}' 2022-06-05 08:35:06,247 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36 0.140s 2022-06-05 08:35:06,247 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', '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-17de62e4-2186-4bb4-88a5-7459ba50bb8e', 'x-compute-request-id': 'req-17de62e4-2186-4bb4-88a5-7459ba50bb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36'} Body: b'{"server": {"id": "650827ac-1ddc-401c-896b-ce315894fe36", "name": "tempest-ServersTestMultiNic-server-884454860", "status": "BUILD", "tenant_id": "82fde866a28a4b49badbe81e5b5ced08", "user_id": "edc2ac8650ca4864ac407b2e24afdb6e", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:06Z", "updated": "2022-06-05T08:35:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/650827ac-1ddc-401c-896b-ce315894fe36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:07,478 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36 0.223s 2022-06-05 08:35:07,479 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', '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-4e56c103-56cd-4ac2-9e57-115dffc43ba5', 'x-compute-request-id': 'req-4e56c103-56cd-4ac2-9e57-115dffc43ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36'} Body: b'{"server": {"id": "650827ac-1ddc-401c-896b-ce315894fe36", "name": "tempest-ServersTestMultiNic-server-884454860", "status": "ERROR", "tenant_id": "82fde866a28a4b49badbe81e5b5ced08", "user_id": "edc2ac8650ca4864ac407b2e24afdb6e", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:06Z", "updated": "2022-06-05T08:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/650827ac-1ddc-401c-896b-ce315894fe36"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:07,487 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:35:08,327 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 204 DELETE http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36 0.840s 2022-06-05 08:35:08,328 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f3563a-5662-486f-a3b8-302447aa7b76', 'x-compute-request-id': 'req-42f3563a-5662-486f-a3b8-302447aa7b76', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36'} Body: b'' 2022-06-05 08:35:08,476 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 404 GET http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36 0.147s 2022-06-05 08:35:08,476 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-82bde3ef-5f72-48cd-bb6d-d5f80f09289b', 'x-compute-request-id': 'req-82bde3ef-5f72-48cd-bb6d-d5f80f09289b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/650827ac-1ddc-401c-896b-ce315894fe36'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 650827ac-1ddc-401c-896b-ce315894fe36 could not be found."}}' 2022-06-05 08:35:09,161 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/e44616b4-fb55-434c-b063-5877d95ce036 0.684s 2022-06-05 08:35:09,162 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-d61970a1-0270-4e7d-b4dc-e55149e52ffd', 'date': 'Sun, 05 Jun 2022 08:35:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/e44616b4-fb55-434c-b063-5877d95ce036'} Body: b'' 2022-06-05 08:35:13,235 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/91de1c46-b141-4a40-9402-6e341335a426 4.073s 2022-06-05 08:35:13,235 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6dd4da17-cf08-4c7a-af66-828405d96165', 'date': 'Sun, 05 Jun 2022 08:35:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/91de1c46-b141-4a40-9402-6e341335a426'} Body: b'' 2022-06-05 08:35:13,884 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/eac7a014-6a8f-447b-93db-6aa365b7ce5a 0.648s 2022-06-05 08:35:13,885 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8ceab34c-64ca-40a5-906a-9477f5c62e08', 'date': 'Sun, 05 Jun 2022 08:35:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/eac7a014-6a8f-447b-93db-6aa365b7ce5a'} Body: b'' 2022-06-05 08:35:14,927 119942 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/c2dce0a2-f262-43b3-a16d-8bae793b1f01 1.042s 2022-06-05 08:35:14,928 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-4578a898-1d2a-4187-b9c9-5a6334c0a761', 'date': 'Sun, 05 Jun 2022 08:35:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/c2dce0a2-f262-43b3-a16d-8bae793b1f01'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 74, in test_verify_multiple_nics_order server_multi_nics = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 650827ac-1ddc-401c-896b-ce315894fe36 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:07Z', 'message': 'No valid host was found. '}. Server boot request ID: req-f7b069ad-d920-4c40-bb36-fbc2250ce0d0. |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 1 | 7 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
fail
ft49.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:32:38,572 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.123s 2022-06-05 08:32:38,572 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7f508612-e0ef-4332-bee1-ff36372ef09f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["gXL0xh0ETGq1WTXzK7eohw"], "expires_at": "2022-06-05T09:32:38.000000Z", "issued_at": "2022-06-05T08:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:32:38,573 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:32:41,180 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 202 POST http://10.222.0.33/compute/v2.1/servers 2.606s 2022-06-05 08:32:41,180 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1739058482", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031', '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-e5e82a2a-1282-433c-892d-03a616d934de', 'x-compute-request-id': 'req-e5e82a2a-1282-433c-892d-03a616d934de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "c83e9195-8396-4b31-bef0-238994d07031", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c83e9195-8396-4b31-bef0-238994d07031"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7Lh2o5cz6v9q"}}' 2022-06-05 08:32:41,482 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031 0.299s 2022-06-05 08:32:41,482 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', '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-e32fcbe3-17db-4597-8b95-1ea8fc56eff4', 'x-compute-request-id': 'req-e32fcbe3-17db-4597-8b95-1ea8fc56eff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031'} Body: b'{"server": {"id": "c83e9195-8396-4b31-bef0-238994d07031", "name": "tempest-DeleteServersTestJSON-server-1739058482", "status": "BUILD", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:41Z", "updated": "2022-06-05T08:32:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c83e9195-8396-4b31-bef0-238994d07031"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:42,943 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031 0.451s 2022-06-05 08:32:42,943 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-61b420be-90ae-4f3c-a448-9192acc43c5f', 'x-compute-request-id': 'req-61b420be-90ae-4f3c-a448-9192acc43c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031'} Body: b'{"server": {"id": "c83e9195-8396-4b31-bef0-238994d07031", "name": "tempest-DeleteServersTestJSON-server-1739058482", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:41Z", "updated": "2022-06-05T08:32:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c83e9195-8396-4b31-bef0-238994d07031"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:42Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:42,950 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:32:43,801 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031 0.850s 2022-06-05 08:32:43,801 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa638427-0573-475d-9a56-85ee62328562', 'x-compute-request-id': 'req-aa638427-0573-475d-9a56-85ee62328562', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031'} Body: b'' 2022-06-05 08:32:44,158 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 404 GET http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031 0.357s 2022-06-05 08:32:44,159 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cf08a43a-3f4d-48aa-a3c5-0a832552823d', 'x-compute-request-id': 'req-cf08a43a-3f4d-48aa-a3c5-0a832552823d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c83e9195-8396-4b31-bef0-238994d07031'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c83e9195-8396-4b31-bef0-238994d07031 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 50, in test_delete_active_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c83e9195-8396-4b31-bef0-238994d07031 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:42Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e5e82a2a-1282-433c-892d-03a616d934de. |
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft49.2: 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:'': {{{ 2022-06-05 08:32:44,309 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.142s 2022-06-05 08:32:44,310 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a4d0d27-51f7-46dc-800b-8d16a17aad92', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["c3bvtebERw6b9vJr3SSZJg"], "expires_at": "2022-06-05T09:32:44.000000Z", "issued_at": "2022-06-05T08:32:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:32:44,310 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:32:46,239 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 1.927s 2022-06-05 08:32:46,239 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-125820152", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5', '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-d5049d60-e3f0-4f38-998c-421417ce9f85', 'x-compute-request-id': 'req-d5049d60-e3f0-4f38-998c-421417ce9f85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "48i9yDPEiSaH"}}' 2022-06-05 08:32:46,978 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 0.736s 2022-06-05 08:32:46,978 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:46 GMT', 'server': 'Apache/2.4.41 (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-1982c031-69b7-4993-8366-64d2e7343e18', 'x-compute-request-id': 'req-1982c031-69b7-4993-8366-64d2e7343e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5'} Body: b'{"server": {"id": "a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5", "name": "tempest-DeleteServersTestJSON-server-125820152", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:46Z", "updated": "2022-06-05T08:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:47Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:48,422 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 0.435s 2022-06-05 08:32:48,422 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:47 GMT', 'server': 'Apache/2.4.41 (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-6901a2cb-83dc-4bde-95d4-dbf9c9a8c26b', 'x-compute-request-id': 'req-6901a2cb-83dc-4bde-95d4-dbf9c9a8c26b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5'} Body: b'{"server": {"id": "a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5", "name": "tempest-DeleteServersTestJSON-server-125820152", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:46Z", "updated": "2022-06-05T08:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:47Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:49,434 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 1.003s 2022-06-05 08:32:49,434 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ec7dd7e-af9e-4df4-8097-8ae35ab48c54', 'x-compute-request-id': 'req-5ec7dd7e-af9e-4df4-8097-8ae35ab48c54', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5'} Body: b'' 2022-06-05 08:32:49,891 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 0.456s 2022-06-05 08:32:49,891 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-af968a1d-c253-4e65-9c89-1bb99c51fab0', 'x-compute-request-id': 'req-af968a1d-c253-4e65-9c89-1bb99c51fab0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, 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 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a9fca4aa-f2ee-42b9-a9f8-54b5abb012d5 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:47Z', 'message': 'No valid host was found. '}. Server boot request ID: req-d5049d60-e3f0-4f38-998c-421417ce9f85. |
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt49.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
fail
ft49.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:32:54,958 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.332s 2022-06-05 08:32:54,958 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9989f7a8-fff2-4ccb-bd73-6a3044936a9e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["8E69iV8HQTyxSvLJREtWSg"], "expires_at": "2022-06-05T09:32:54.000000Z", "issued_at": "2022-06-05T08:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:32:54,959 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:32:57,161 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 202 POST http://10.222.0.33/compute/v2.1/servers 2.201s 2022-06-05 08:32:57,161 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-215699615", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c', '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-0da0c359-86b3-40c4-8ff7-6ab7165672c2', 'x-compute-request-id': 'req-0da0c359-86b3-40c4-8ff7-6ab7165672c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "fdef50fc-ea3a-476f-81aa-226958ae3c4c", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "x82QkBuURqMb"}}' 2022-06-05 08:32:57,870 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 200 GET http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c 0.706s 2022-06-05 08:32:57,871 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', '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-f2700c40-3bb7-4cba-8def-c6e40dd25ba3', 'x-compute-request-id': 'req-f2700c40-3bb7-4cba-8def-c6e40dd25ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c'} Body: b'{"server": {"id": "fdef50fc-ea3a-476f-81aa-226958ae3c4c", "name": "tempest-DeleteServersTestJSON-server-215699615", "status": "BUILD", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:57Z", "updated": "2022-06-05T08:32:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:59,369 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 200 GET http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c 0.490s 2022-06-05 08:32:59,369 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:58 GMT', 'server': 'Apache/2.4.41 (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-712237fb-e01c-40b6-aeb7-a524b65debbe', 'x-compute-request-id': 'req-712237fb-e01c-40b6-aeb7-a524b65debbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c'} Body: b'{"server": {"id": "fdef50fc-ea3a-476f-81aa-226958ae3c4c", "name": "tempest-DeleteServersTestJSON-server-215699615", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:32:57Z", "updated": "2022-06-05T08:32:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:32:58Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:32:59,376 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:33:00,391 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c 1.014s 2022-06-05 08:33:00,392 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb0986c-047e-4cc5-9747-e0234effccad', 'x-compute-request-id': 'req-efb0986c-047e-4cc5-9747-e0234effccad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c'} Body: b'' 2022-06-05 08:33:01,219 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 404 GET http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c 0.827s 2022-06-05 08:33:01,221 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c0667db7-e827-42d6-8167-d872d48f1c32', 'x-compute-request-id': 'req-c0667db7-e827-42d6-8167-d872d48f1c32', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fdef50fc-ea3a-476f-81aa-226958ae3c4c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fdef50fc-ea3a-476f-81aa-226958ae3c4c could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 68, in test_delete_server_while_in_pause_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fdef50fc-ea3a-476f-81aa-226958ae3c4c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:32:58Z', 'message': 'No valid host was found. '}. Server boot request ID: req-0da0c359-86b3-40c4-8ff7-6ab7165672c2. |
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
fail
ft49.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:01,464 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.233s 2022-06-05 08:33:01,464 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bd951127-4b73-4338-b5b4-890fcfae0004', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["K4M5nIR6R1KU5zV87qNRXA"], "expires_at": "2022-06-05T09:33:01.000000Z", "issued_at": "2022-06-05T08:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:01,465 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:33:03,829 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 202 POST http://10.222.0.33/compute/v2.1/servers 2.364s 2022-06-05 08:33:03,830 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1732602782", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3', '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-519e105e-f431-4813-a314-ab558d09c051', 'x-compute-request-id': 'req-519e105e-f431-4813-a314-ab558d09c051', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "65c0ff64-f818-4afb-b4eb-08a6ff9614b3", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7h3UyaHgTj4v"}}' 2022-06-05 08:33:05,255 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3 1.422s 2022-06-05 08:33:05,255 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-85290a40-73dd-4335-95a0-1ef9f69b65c0', 'x-compute-request-id': 'req-85290a40-73dd-4335-95a0-1ef9f69b65c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3'} Body: b'{"server": {"id": "65c0ff64-f818-4afb-b4eb-08a6ff9614b3", "name": "tempest-DeleteServersTestJSON-server-1732602782", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:03Z", "updated": "2022-06-05T08:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:04Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:07,249 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3 0.985s 2022-06-05 08:33:07,250 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-ed3dd80f-f7e0-4a41-9551-e6586db90dd5', 'x-compute-request-id': 'req-ed3dd80f-f7e0-4a41-9551-e6586db90dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3'} Body: b'{"server": {"id": "65c0ff64-f818-4afb-b4eb-08a6ff9614b3", "name": "tempest-DeleteServersTestJSON-server-1732602782", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:03Z", "updated": "2022-06-05T08:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:04Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:09,242 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3 1.985s 2022-06-05 08:33:09,242 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c85be69e-cce4-40c2-a16e-dd88611a7b81', 'x-compute-request-id': 'req-c85be69e-cce4-40c2-a16e-dd88611a7b81', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3'} Body: b'' 2022-06-05 08:33:10,216 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 404 GET http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3 0.973s 2022-06-05 08:33:10,216 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a3d9d9e9-5566-4f1a-aa0d-73afa1e4026c', 'x-compute-request-id': 'req-a3d9d9e9-5566-4f1a-aa0d-73afa1e4026c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/65c0ff64-f818-4afb-b4eb-08a6ff9614b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 65c0ff64-f818-4afb-b4eb-08a6ff9614b3 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 90, in test_delete_server_while_in_shelved_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 65c0ff64-f818-4afb-b4eb-08a6ff9614b3 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:04Z', 'message': 'No valid host was found. '}. Server boot request ID: req-519e105e-f431-4813-a314-ab558d09c051. |
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
fail
ft49.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:10,655 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.431s 2022-06-05 08:33:10,655 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6369cfd2-090a-40f6-8dd2-85e15e9f9f25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["xd7Rb3-xQvyOb64X2ETjvw"], "expires_at": "2022-06-05T09:33:10.000000Z", "issued_at": "2022-06-05T08:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:10,656 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:33:12,758 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 202 POST http://10.222.0.33/compute/v2.1/servers 2.102s 2022-06-05 08:33:12,759 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-2136725675", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d', '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-e81d3dba-60ca-4587-aaa0-d8faeae52d90', 'x-compute-request-id': 'req-e81d3dba-60ca-4587-aaa0-d8faeae52d90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2UmT6VvF8M8Z"}}' 2022-06-05 08:33:13,852 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d 1.090s 2022-06-05 08:33:13,852 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-643f7967-5b10-4b81-b267-4da99e098cd2', 'x-compute-request-id': 'req-643f7967-5b10-4b81-b267-4da99e098cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d'} Body: b'{"server": {"id": "a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d", "name": "tempest-DeleteServersTestJSON-server-2136725675", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:12Z", "updated": "2022-06-05T08:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:15,314 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d 0.453s 2022-06-05 08:33:15,314 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-6affd90c-73b8-473c-8c7c-3ebed9a671da', 'x-compute-request-id': 'req-6affd90c-73b8-473c-8c7c-3ebed9a671da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d'} Body: b'{"server": {"id": "a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d", "name": "tempest-DeleteServersTestJSON-server-2136725675", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:12Z", "updated": "2022-06-05T08:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:16,462 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d 1.139s 2022-06-05 08:33:16,462 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37705b93-fe34-44a8-9de2-154698aa2767', 'x-compute-request-id': 'req-37705b93-fe34-44a8-9de2-154698aa2767', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d'} Body: b'' 2022-06-05 08:33:16,738 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 404 GET http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d 0.275s 2022-06-05 08:33:16,738 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3b2ba56b-1441-4017-afa8-7c3d237c3282', 'x-compute-request-id': 'req-3b2ba56b-1441-4017-afa8-7c3d237c3282', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 57, in test_delete_server_while_in_shutoff_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a8e112c2-ecb2-426a-a8d9-f5cab1c0e40d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:13Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e81d3dba-60ca-4587-aaa0-d8faeae52d90. |
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
fail
ft49.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:33:16,958 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.212s 2022-06-05 08:33:16,958 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4358efe6-2e29-4512-b3ba-96566cf98a57', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87be0705721c42878ae5fb2cb21c9c0d", "name": "tempest-DeleteServersTestJSON-753623147-project", "password_expires_at": null}, "audit_ids": ["9eYZS7I0R1K7NlEZx4Tssg"], "expires_at": "2022-06-05T09:33:16.000000Z", "issued_at": "2022-06-05T08:33:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68ede041c3c744daa44a56817af472d7", "name": "tempest-DeleteServersTestJSON-753623147"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/68ede041c3c744daa44a56817af472d7", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:33:16,959 119947 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '6ae041e2-2719-4b5a-8067-42384887402d', 'name': 'tempest-DeleteServersTestJSON-1187577051-network', 'tenant_id': '68ede041c3c744daa44a56817af472d7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68ede041c3c744daa44a56817af472d7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:32:36Z', 'updated_at': '2022-06-05T08:32:36Z', 'revision_number': 1} available for tenant 2022-06-05 08:33:18,582 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 202 POST http://10.222.0.33/compute/v2.1/servers 1.622s 2022-06-05 08:33:18,582 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1593550941", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6ae041e2-2719-4b5a-8067-42384887402d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea', '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-18864aad-1d57-425e-97d1-130b404e144d', 'x-compute-request-id': 'req-18864aad-1d57-425e-97d1-130b404e144d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "80e9c75c-91b3-4183-903e-ea0a292648ea", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "PU5DoqvcBgot"}}' 2022-06-05 08:33:19,405 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea 0.819s 2022-06-05 08:33:19,405 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-3d142fe5-04ca-4d6e-8e80-109cb57a7789', 'x-compute-request-id': 'req-3d142fe5-04ca-4d6e-8e80-109cb57a7789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea'} Body: b'{"server": {"id": "80e9c75c-91b3-4183-903e-ea0a292648ea", "name": "tempest-DeleteServersTestJSON-server-1593550941", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:18Z", "updated": "2022-06-05T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:19Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:21,115 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea 0.701s 2022-06-05 08:33:21,115 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', '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-9e61538f-6940-4c02-8ed9-9cd7fe280588', 'x-compute-request-id': 'req-9e61538f-6940-4c02-8ed9-9cd7fe280588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea'} Body: b'{"server": {"id": "80e9c75c-91b3-4183-903e-ea0a292648ea", "name": "tempest-DeleteServersTestJSON-server-1593550941", "status": "ERROR", "tenant_id": "68ede041c3c744daa44a56817af472d7", "user_id": "87be0705721c42878ae5fb2cb21c9c0d", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:33:18Z", "updated": "2022-06-05T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/80e9c75c-91b3-4183-903e-ea0a292648ea"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:33:19Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:33:22,880 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea 1.757s 2022-06-05 08:33:22,881 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5649988d-c9e3-4039-8a3b-f94584037310', 'x-compute-request-id': 'req-5649988d-c9e3-4039-8a3b-f94584037310', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea'} Body: b'' 2022-06-05 08:33:23,313 119947 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 404 GET http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea 0.431s 2022-06-05 08:33:23,314 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8c696f53-bea6-4d79-8faa-3caf225eaea5', 'x-compute-request-id': 'req-8c696f53-bea6-4d79-8faa-3caf225eaea5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/80e9c75c-91b3-4183-903e-ea0a292648ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 80e9c75c-91b3-4183-903e-ea0a292648ea could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 79, in test_delete_server_while_in_suspended_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 80e9c75c-91b3-4183-903e-ea0a292648ea failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:33:19Z', 'message': 'No valid host was found. '}. Server boot request ID: req-18864aad-1d57-425e-97d1-130b404e144d. |
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
fail
ft49.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:02:59,256 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.031s 2022-06-05 09:02:59,257 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-767890d8-ffb7-4a57-bb08-79ff8410e11f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b742d4a480c4c218a293c04c0b687d0", "name": "tempest-DeleteServersTestJSON-857371337-project", "password_expires_at": null}, "audit_ids": ["58WLOUn-TQq0uFRvvdjeNA"], "expires_at": "2022-06-05T10:02:59.000000Z", "issued_at": "2022-06-05T09:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8a9e94f4f143ccbeb9d1708df79345", "name": "tempest-DeleteServersTestJSON-857371337"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/4c8a9e94f4f143ccbeb9d1708df79345", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/4c8a9e94f4f143ccbeb9d1708df79345", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_4c8a9e94f4f143ccbeb9d1708df79345", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/4c8a9e94f4f143ccbeb9d1708df79345", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:02:59,257 168724 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': 'd1b8ba5c-7a85-49d9-a81e-59a91521c4e5', 'name': 'tempest-DeleteServersTestJSON-1657895486-network', 'tenant_id': '4c8a9e94f4f143ccbeb9d1708df79345', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c8a9e94f4f143ccbeb9d1708df79345', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:02:58Z', 'updated_at': '2022-06-05T09:02:58Z', 'revision_number': 1} available for tenant 2022-06-05 09:02:59,875 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 202 POST http://10.222.0.33/compute/v2.1/servers 0.617s 2022-06-05 09:02:59,875 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-339947698", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "d1b8ba5c-7a85-49d9-a81e-59a91521c4e5"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e', '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-3af132a9-c8bb-4c58-be80-588fa633724e', 'x-compute-request-id': 'req-3af132a9-c8bb-4c58-be80-588fa633724e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "ef2848b6-6072-4f3f-b3f5-f708dab77d5e", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "c3hQUTDn8xQ5"}}' 2022-06-05 09:02:59,952 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 200 GET http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e 0.074s 2022-06-05 09:02:59,953 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', '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-39f105e9-32ad-408e-a86e-a7dc2f2a148e', 'x-compute-request-id': 'req-39f105e9-32ad-408e-a86e-a7dc2f2a148e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e'} Body: b'{"server": {"id": "ef2848b6-6072-4f3f-b3f5-f708dab77d5e", "name": "tempest-DeleteServersTestJSON-server-339947698", "status": "BUILD", "tenant_id": "4c8a9e94f4f143ccbeb9d1708df79345", "user_id": "7b742d4a480c4c218a293c04c0b687d0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:00Z", "updated": "2022-06-05T09:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:01,063 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 200 GET http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e 0.101s 2022-06-05 09:03:01,063 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:00 GMT', 'server': 'Apache/2.4.41 (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-43b008c5-77a0-464f-a8c3-49c4e5934791', 'x-compute-request-id': 'req-43b008c5-77a0-464f-a8c3-49c4e5934791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e'} Body: b'{"server": {"id": "ef2848b6-6072-4f3f-b3f5-f708dab77d5e", "name": "tempest-DeleteServersTestJSON-server-339947698", "status": "ERROR", "tenant_id": "4c8a9e94f4f143ccbeb9d1708df79345", "user_id": "7b742d4a480c4c218a293c04c0b687d0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:59Z", "updated": "2022-06-05T09:03:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:03:00Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:01,072 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 09:03:01,349 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 204 DELETE http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e 0.277s 2022-06-05 09:03:01,350 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78e06d15-f8f5-4d7f-9b55-a25ad0ef082c', 'x-compute-request-id': 'req-78e06d15-f8f5-4d7f-9b55-a25ad0ef082c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e'} Body: b'' 2022-06-05 09:03:01,383 168724 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 404 GET http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e 0.033s 2022-06-05 09:03:01,384 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-fecf56a1-421b-474e-b686-b060988d29c7', 'x-compute-request-id': 'req-fecf56a1-421b-474e-b686-b060988d29c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ef2848b6-6072-4f3f-b3f5-f708dab77d5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ef2848b6-6072-4f3f-b3f5-f708dab77d5e could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 101, in test_delete_server_while_in_verify_resize_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ef2848b6-6072-4f3f-b3f5-f708dab77d5e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:00Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3af132a9-c8bb-4c58-be80-588fa633724e. |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft50.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:34:07,354 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes 1.005s 2022-06-05 08:34:07,355 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1060877573", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e134de-7a49-4d67-9069-d74fb06e5d5c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e134de-7a49-4d67-9069-d74fb06e5d5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.177707", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:34:07,441 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.079s 2022-06-05 08:34:07,442 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52652218-12ce-42a9-9d72-df5d0c475638', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52652218-12ce-42a9-9d72-df5d0c475638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:08,540 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.090s 2022-06-05 08:34:08,540 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49dbf4a-7be6-414d-8be6-7c90d8f0352b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49dbf4a-7be6-414d-8be6-7c90d8f0352b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:09,633 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.084s 2022-06-05 08:34:09,633 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0d8363-c0f1-46c8-9041-9e1dcb8627b9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0d8363-c0f1-46c8-9041-9e1dcb8627b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:10,802 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.156s 2022-06-05 08:34:10,803 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb10a8d1-9c36-4dda-b19f-1ca15f30e66d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb10a8d1-9c36-4dda-b19f-1ca15f30e66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:11,916 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.105s 2022-06-05 08:34:11,916 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573890e8-abb1-460b-a2c1-914a90f59634', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573890e8-abb1-460b-a2c1-914a90f59634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:13,049 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.124s 2022-06-05 08:34:13,050 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3efcfb6d-d967-481a-a2f2-2d36d4040a32', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3efcfb6d-d967-481a-a2f2-2d36d4040a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:14,189 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.131s 2022-06-05 08:34:14,189 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ea43da-ff78-45eb-8de6-c42bc9bd3f20', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ea43da-ff78-45eb-8de6-c42bc9bd3f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:15,368 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.169s 2022-06-05 08:34:15,368 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cabf4cbe-8e58-4d1d-9c18-c68aa1e91acd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cabf4cbe-8e58-4d1d-9c18-c68aa1e91acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:16,508 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.131s 2022-06-05 08:34:16,509 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf8d85b-f589-4f75-a25d-6c76c48cc70a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf8d85b-f589-4f75-a25d-6c76c48cc70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:17,717 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.200s 2022-06-05 08:34:17,718 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13bbe0a-16a5-4380-b073-f5afa0fb7b08', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13bbe0a-16a5-4380-b073-f5afa0fb7b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:18,934 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.206s 2022-06-05 08:34:18,934 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719e9244-ee01-416d-b112-7b2c3f0c9754', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719e9244-ee01-416d-b112-7b2c3f0c9754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:20,154 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.213s 2022-06-05 08:34:20,155 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cc0d4f-e09b-40bf-8219-64c5cf24551b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cc0d4f-e09b-40bf-8219-64c5cf24551b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:21,254 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.090s 2022-06-05 08:34:21,255 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8118970d-e96f-4dfc-ae6c-944f5aacfe2c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8118970d-e96f-4dfc-ae6c-944f5aacfe2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:22,368 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.101s 2022-06-05 08:34:22,369 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e890ab3-c018-46ce-911e-de0063e364c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e890ab3-c018-46ce-911e-de0063e364c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:23,515 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.133s 2022-06-05 08:34:23,515 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef9f044-a314-4b7e-a3e5-de3f3900eed5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef9f044-a314-4b7e-a3e5-de3f3900eed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:24,627 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.102s 2022-06-05 08:34:24,627 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1dab46a-aebe-41b8-843c-0b1f38815908', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1dab46a-aebe-41b8-843c-0b1f38815908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:25,834 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.194s 2022-06-05 08:34:25,835 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec2eb8a-a273-4282-b2d2-30b26f6e3622', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec2eb8a-a273-4282-b2d2-30b26f6e3622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:26,956 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.113s 2022-06-05 08:34:26,956 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5602fe-a95c-4398-b542-4199cdd924f5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5602fe-a95c-4398-b542-4199cdd924f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:28,099 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.135s 2022-06-05 08:34:28,099 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8daa713c-0ee3-4acf-b1af-e4002446620b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8daa713c-0ee3-4acf-b1af-e4002446620b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:29,234 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.122s 2022-06-05 08:34:29,234 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1da64649-828e-4ea8-a5ec-57840db29e8c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1da64649-828e-4ea8-a5ec-57840db29e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:30,389 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.147s 2022-06-05 08:34:30,390 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8342b86d-1832-4363-bfbe-07ad5f46cc1b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8342b86d-1832-4363-bfbe-07ad5f46cc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:31,523 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.122s 2022-06-05 08:34:31,523 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4b6d75-ce83-43ba-912a-e931a8a40796', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4b6d75-ce83-43ba-912a-e931a8a40796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:32,611 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.080s 2022-06-05 08:34:32,612 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443a2dcf-4a72-4d7c-bc16-69bffdf65a57', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443a2dcf-4a72-4d7c-bc16-69bffdf65a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:33,693 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.074s 2022-06-05 08:34:33,694 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e92f9aca-9fb3-4508-a6e8-09660c14858a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e92f9aca-9fb3-4508-a6e8-09660c14858a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:34,841 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.139s 2022-06-05 08:34:34,842 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff296ae-7dd7-4297-a657-42721eb267eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff296ae-7dd7-4297-a657-42721eb267eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:35,948 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.098s 2022-06-05 08:34:35,948 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e318f1-f0ab-4af6-9b58-825610bc95a3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e318f1-f0ab-4af6-9b58-825610bc95a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:37,071 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.113s 2022-06-05 08:34:37,071 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e158d56a-ff55-40ed-91ef-40d40600e3e1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e158d56a-ff55-40ed-91ef-40d40600e3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:38,183 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.103s 2022-06-05 08:34:38,183 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fde1d6d-cd8a-4ae0-bf4a-23f9a82e4b23', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fde1d6d-cd8a-4ae0-bf4a-23f9a82e4b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:39,339 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.147s 2022-06-05 08:34:39,339 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a52c04-22f5-4606-a393-c18d2e57ff87', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a52c04-22f5-4606-a393-c18d2e57ff87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:40,503 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.156s 2022-06-05 08:34:40,504 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3443452d-93ea-4710-b72a-03866a971ed6', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3443452d-93ea-4710-b72a-03866a971ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:41,717 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.206s 2022-06-05 08:34:41,717 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7672a4f-2df7-4279-b501-621ea8f6ed7d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7672a4f-2df7-4279-b501-621ea8f6ed7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:42,806 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.079s 2022-06-05 08:34:42,806 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-012d9156-ecff-461b-ab38-0cfc60d16bd6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-012d9156-ecff-461b-ab38-0cfc60d16bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:43,912 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.099s 2022-06-05 08:34:43,912 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3d3a0e0-e1ca-46e1-aaa5-9c40eb77cb47', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3d3a0e0-e1ca-46e1-aaa5-9c40eb77cb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:45,063 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.143s 2022-06-05 08:34:45,064 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d4e31e-4811-4012-8903-701576d6ea91', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d4e31e-4811-4012-8903-701576d6ea91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:46,183 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.111s 2022-06-05 08:34:46,183 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61367f56-80a6-47bb-8e0d-084c37fdc96e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61367f56-80a6-47bb-8e0d-084c37fdc96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:47,352 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.161s 2022-06-05 08:34:47,353 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb4aecf-0872-4341-abe4-09d866ba3bb7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb4aecf-0872-4341-abe4-09d866ba3bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:48,495 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.135s 2022-06-05 08:34:48,496 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d212edcf-9abb-4310-b80f-2f8a39b63afa', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d212edcf-9abb-4310-b80f-2f8a39b63afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:49,603 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.099s 2022-06-05 08:34:49,603 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9919c725-4415-4553-bee6-97e73a33a504', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9919c725-4415-4553-bee6-97e73a33a504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:50,772 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.161s 2022-06-05 08:34:50,773 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca161669-d5fa-4bea-9d97-f52e09e95c99', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca161669-d5fa-4bea-9d97-f52e09e95c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:51,893 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.113s 2022-06-05 08:34:51,894 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59f2856-c1c2-41cd-b133-80c31f9e27ec', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59f2856-c1c2-41cd-b133-80c31f9e27ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:52,997 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.096s 2022-06-05 08:34:52,998 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3d9a41-06cb-4cd8-b274-321a67d005e2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3d9a41-06cb-4cd8-b274-321a67d005e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:54,182 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.175s 2022-06-05 08:34:54,182 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593c5dcb-63d8-4e6c-992a-f7ed6e42f54e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593c5dcb-63d8-4e6c-992a-f7ed6e42f54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:55,285 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.092s 2022-06-05 08:34:55,286 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf58afe-fef6-406c-89ea-57a6a63dc2ac', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf58afe-fef6-406c-89ea-57a6a63dc2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:56,377 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.083s 2022-06-05 08:34:56,377 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace9a341-bc0d-4aaf-8b9d-2cabf5245656', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace9a341-bc0d-4aaf-8b9d-2cabf5245656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:57,485 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.100s 2022-06-05 08:34:57,485 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8c98d1-6a97-411d-a2a3-f2ab0aee1ea7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a8c98d1-6a97-411d-a2a3-f2ab0aee1ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:58,590 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.096s 2022-06-05 08:34:58,590 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce125c7-595e-4583-a2e4-a66a8adf227f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce125c7-595e-4583-a2e4-a66a8adf227f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:59,703 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3 0.104s 2022-06-05 08:34:59,703 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51342c66-650d-4205-a0a2-b3d1365d92ef', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51342c66-650d-4205-a0a2-b3d1365d92ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3'} Body: b'{"volume": {"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:34:07.000000", "updated_at": "2022-06-05T08:34:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1060877573", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/7460ea05-5688-4cf0-97a8-43cac0d52ed3"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:34:59,710 119947 INFO [tempest.common.waiters] volume 7460ea05-5688-4cf0-97a8-43cac0d52ed3 reached available after waiting for 52.710402 seconds 2022-06-05 08:35:00,148 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes 0.437s 2022-06-05 08:35:00,149 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-990439769"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079fc21b-9833-41ef-bbae-bd02be399747', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079fc21b-9833-41ef-bbae-bd02be399747', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes'} Body: b'{"volume": {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:00.007040", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-990439769", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:35:00,333 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e 0.175s 2022-06-05 08:35:00,333 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cd0b62-a79c-4fa4-a083-23dba50aecdc', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cd0b62-a79c-4fa4-a083-23dba50aecdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e'} Body: b'{"volume": {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:00.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-990439769", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:01,434 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e 0.092s 2022-06-05 08:35:01,434 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3af8ca3-ea83-469a-b4f6-fdf44c96abbb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3af8ca3-ea83-469a-b4f6-fdf44c96abbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e'} Body: b'{"volume": {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:00.000000", "updated_at": "2022-06-05T08:35:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-990439769", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:02,533 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e 0.090s 2022-06-05 08:35:02,533 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880b90ee-8c93-420e-9bed-ef8ca40cbbff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880b90ee-8c93-420e-9bed-ef8ca40cbbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e'} Body: b'{"volume": {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:00.000000", "updated_at": "2022-06-05T08:35:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-990439769", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:03,656 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e 0.113s 2022-06-05 08:35:03,656 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62381223-57ab-4cbb-8f78-8740d09def24', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62381223-57ab-4cbb-8f78-8740d09def24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e'} Body: b'{"volume": {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:00.000000", "updated_at": "2022-06-05T08:35:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-990439769", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/ae6512dd-798a-4d9a-8155-4306aeabb34e"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:03,663 119947 INFO [tempest.common.waiters] volume ae6512dd-798a-4d9a-8155-4306aeabb34e reached available after waiting for 3.663373 seconds 2022-06-05 08:35:04,165 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes 0.497s 2022-06-05 08:35:04,165 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1145700118"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4411cea7-9567-47ca-99bd-65ce510427eb', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4411cea7-9567-47ca-99bd-65ce510427eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes'} Body: b'{"volume": {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:04.023980", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1145700118", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:35:04,257 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1 0.086s 2022-06-05 08:35:04,258 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014bf754-b3df-466a-9ed3-40e38aff6bca', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014bf754-b3df-466a-9ed3-40e38aff6bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1'} Body: b'{"volume": {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:04.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1145700118", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:05,393 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1 0.126s 2022-06-05 08:35:05,393 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b588fc2-862f-4091-a9b1-bce9659830aa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b588fc2-862f-4091-a9b1-bce9659830aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1'} Body: b'{"volume": {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:04.000000", "updated_at": "2022-06-05T08:35:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-1145700118", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:06,534 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1 0.134s 2022-06-05 08:35:06,535 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79632b5c-37fd-4a21-b9f8-1f750edcb0bc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79632b5c-37fd-4a21-b9f8-1f750edcb0bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1'} Body: b'{"volume": {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:04.000000", "updated_at": "2022-06-05T08:35:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-1145700118", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:07,621 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1 0.079s 2022-06-05 08:35:07,621 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf540fdb-4a5b-459a-9228-460a978e8657', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf540fdb-4a5b-459a-9228-460a978e8657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1'} Body: b'{"volume": {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:35:04.000000", "updated_at": "2022-06-05T08:35:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1145700118", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/ce97a39ef01f4a4abddf40b68bfff99d/volumes/3e272c85-31a5-4256-8422-2f62177011c1"}], "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:07,629 119947 INFO [tempest.common.waiters] volume 3e272c85-31a5-4256-8422-2f62177011c1 reached available after waiting for 3.629055 seconds 2022-06-05 08:35:08,485 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/networks 0.856s 2022-06-05 08:35:08,485 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net1-907382409"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-119a3bef-59f7-486e-9862-395e4508050a', 'date': 'Sun, 05 Jun 2022 08:35:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"b4d1c1d6-ebcc-4197-8f18-1919a99d69f2","name":"tempest-device-tagging-net1-907382409","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce97a39ef01f4a4abddf40b68bfff99d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:35:07Z","updated_at":"2022-06-05T08:35:08Z","revision_number":1}}' 2022-06-05 08:35:09,568 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/networks 1.082s 2022-06-05 08:35:09,569 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net2-677126630"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-1d08d6f0-7d71-455e-8e37-9440369bf805', 'date': 'Sun, 05 Jun 2022 08:35:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"277b2a2d-9f40-41ba-a6b0-9016f66604db","name":"tempest-device-tagging-net2-677126630","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce97a39ef01f4a4abddf40b68bfff99d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:35:08Z","updated_at":"2022-06-05T08:35:09Z","revision_number":1}}' 2022-06-05 08:35:12,755 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/subnets 3.185s 2022-06-05 08:35:12,755 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "b4d1c1d6-ebcc-4197-8f18-1919a99d69f2", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-7c06b42c-e6ac-40b7-b7c9-ebfe6e5f12d4', 'date': 'Sun, 05 Jun 2022 08:35:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"473b52cf-2e66-4e7c-be4d-9826331c761a","name":"","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","network_id":"b4d1c1d6-ebcc-4197-8f18-1919a99d69f2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:35:11Z","updated_at":"2022-06-05T08:35:11Z","revision_number":0,"project_id":"ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:15,597 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/subnets 2.841s 2022-06-05 08:35:15,598 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "277b2a2d-9f40-41ba-a6b0-9016f66604db", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-505e14ff-1436-49da-b5a4-75f544f76515', 'date': 'Sun, 05 Jun 2022 08:35:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"31678c1e-331b-4634-b7de-7b79761249bb","name":"","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","network_id":"277b2a2d-9f40-41ba-a6b0-9016f66604db","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:35:13Z","updated_at":"2022-06-05T08:35:13Z","revision_number":0,"project_id":"ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:19,129 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/ports 3.530s 2022-06-05 08:35:19,129 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "b4d1c1d6-ebcc-4197-8f18-1919a99d69f2", "name": "tempest-TaggedBootDevicesTest-661840905", "fixed_ips": [{"subnet_id": "473b52cf-2e66-4e7c-be4d-9826331c761a"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-25efaafe-6285-4851-849c-ddda7e86b744', 'date': 'Sun, 05 Jun 2022 08:35:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/ports'} Body: b'{"port":{"id":"d1c08b3e-c9e9-4bf4-97f2-ab555daa319f","name":"tempest-TaggedBootDevicesTest-661840905","network_id":"b4d1c1d6-ebcc-4197-8f18-1919a99d69f2","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","mac_address":"fa:16:3e:2b:26:2a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"473b52cf-2e66-4e7c-be4d-9826331c761a","ip_address":"10.1.1.136"}],"project_id":"ce97a39ef01f4a4abddf40b68bfff99d","port_security_enabled":true,"security_groups":["a433ecb3-99d7-47ee-a15d-7c91561e9a0b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-06-05T08:35:16Z","updated_at":"2022-06-05T08:35:17Z","revision_number":1}}' 2022-06-05 08:35:22,028 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33:9696/v2.0/ports 2.899s 2022-06-05 08:35:22,029 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "b4d1c1d6-ebcc-4197-8f18-1919a99d69f2", "name": "tempest-TaggedBootDevicesTest-1378465587", "fixed_ips": [{"subnet_id": "473b52cf-2e66-4e7c-be4d-9826331c761a"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-c88f940d-03fd-43b5-a6d7-e38816799552', 'date': 'Sun, 05 Jun 2022 08:35:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/ports'} Body: b'{"port":{"id":"b190ff02-eb8a-4f55-9197-91861946a589","name":"tempest-TaggedBootDevicesTest-1378465587","network_id":"b4d1c1d6-ebcc-4197-8f18-1919a99d69f2","tenant_id":"ce97a39ef01f4a4abddf40b68bfff99d","mac_address":"fa:16:3e:3f:8a:75","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"473b52cf-2e66-4e7c-be4d-9826331c761a","ip_address":"10.1.1.28"}],"project_id":"ce97a39ef01f4a4abddf40b68bfff99d","port_security_enabled":true,"security_groups":["a433ecb3-99d7-47ee-a15d-7c91561e9a0b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-06-05T08:35:19Z","updated_at":"2022-06-05T08:35:20Z","revision_number":1}}' 2022-06-05 08:35:22,030 119947 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:35:22,030 119947 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:35:22,215 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.181s 2022-06-05 08:35:22,215 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1279979662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP53e2amz+O7qKk06C7IQl8haayPEhx0GIIx4x6Xk1JtgdSgABrGivb6t4aJAaJiICBX2poo/EQPAz7ZjZtWSRC8ZwiIQdWlodGqdtDwlKYutSoQ3JcwTywT6ULQXfubMw=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f87325-6235-412a-80be-2561b97ae53d', 'x-compute-request-id': 'req-42f87325-6235-412a-80be-2561b97ae53d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1279979662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP53e2amz+O7qKk06C7IQl8haayPEhx0GIIx4x6Xk1JtgdSgABrGivb6t4aJAaJiICBX2poo/EQPAz7ZjZtWSRC8ZwiIQdWlodGqdtDwlKYutSoQ3JcwTywT6ULQXfubMw==", "fingerprint": "eb:d9:60:89:9e:7c:fb:3b:f5:1b:40:06:c2:cf:3d:70", "user_id": "fe434e218d5c43ddbc6124bb0cda57fe"}}' 2022-06-05 08:35:22,218 119947 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1279979662 created 2022-06-05 08:35:23,713 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 1.494s 2022-06-05 08:35:23,714 119947 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--93915342", "description": "tempest-description--44862438"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-8ef23eef-780a-4047-a4a2-451cc7edf9c7', 'date': 'Sun, 05 Jun 2022 08:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "name": "tempest-securitygroup--93915342", "stateful": true, "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "description": "tempest-description--44862438", "shared": false, "security_group_rules": [{"id": "53e75a2f-36db-4312-a8aa-163e25194222", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "security_group_id": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "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": 1434, "description": null, "tags": [], "created_at": "2022-06-05T08:35:22Z", "updated_at": "2022-06-05T08:35:22Z", "revision_number": 0, "project_id": "ce97a39ef01f4a4abddf40b68bfff99d"}, {"id": "66e1e42c-58a3-4bb6-ac85-92d1e7042474", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "security_group_id": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "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": 1435, "description": null, "tags": [], "created_at": "2022-06-05T08:35:22Z", "updated_at": "2022-06-05T08:35:22Z", "revision_number": 0, "project_id": "ce97a39ef01f4a4abddf40b68bfff99d"}], "tags": [], "created_at": "2022-06-05T08:35:22Z", "updated_at": "2022-06-05T08:35:22Z", "revision_number": 1, "project_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:24,660 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.946s 2022-06-05 08:35:24,661 119947 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": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-cea0ec40-7489-46bc-bed2-c365017e66f8', 'date': 'Sun, 05 Jun 2022 08:35:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e95fa3fa-1360-4417-8039-443c4a84d9c0", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "security_group_id": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:35:24Z", "updated_at": "2022-06-05T08:35:24Z", "revision_number": 0, "project_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:24,961 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.299s 2022-06-05 08:35:24,961 119947 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": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0c67682c-3ebc-41be-8b56-44635fe9e404', 'date': 'Sun, 05 Jun 2022 08:35:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ebbeeb6a-e67d-43e7-afe8-389cd89fa0b8", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "security_group_id": "cc7b660f-7c17-4744-8076-e95a2edbeb23", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:35:24Z", "updated_at": "2022-06-05T08:35:24Z", "revision_number": 0, "project_id": "ce97a39ef01f4a4abddf40b68bfff99d"}}' 2022-06-05 08:35:24,962 119947 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--93915342 created 2022-06-05 08:35:27,726 119947 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 2.763s 2022-06-05 08:35:27,726 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-19c3e88f-c932-4a69-81cc-a8219e468a63', 'date': 'Sun, 05 Jun 2022 08:35:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "539d8cbd-c35b-472d-8e41-89d1645ad78f", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "floating_ip_address": "172.25.6.204", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ce97a39ef01f4a4abddf40b68bfff99d", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:35:26Z", "updated_at": "2022-06-05T08:35:26Z", "revision_number": 0}}' 2022-06-05 08:35:27,726 119947 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '539d8cbd-c35b-472d-8e41-89d1645ad78f', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'floating_ip_address': '172.25.6.204', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:26Z', 'updated_at': '2022-06-05T08:35:26Z', 'revision_number': 0, 'ip': '172.25.6.204'} created 2022-06-05 08:35:27,883 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.150s 2022-06-05 08:35:27,884 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5c5191ef-885c-403d-920d-bd340d1be80a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe434e218d5c43ddbc6124bb0cda57fe", "name": "tempest-TaggedBootDevicesTest-800546974-project", "password_expires_at": null}, "audit_ids": ["S0aT7LHFTFqDaLnlnqM--Q"], "expires_at": "2022-06-05T09:35:27.000000Z", "issued_at": "2022-06-05T08:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce97a39ef01f4a4abddf40b68bfff99d", "name": "tempest-TaggedBootDevicesTest-800546974"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:27,884 119947 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'ba77b749-4853-452f-9acf-9818739ed51d', 'name': 'tempest-TaggedBootDevicesTest-1496877584-network', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 140, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:33:32Z', 'updated_at': '2022-06-05T08:33:33Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:27,942 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.052s 2022-06-05 08:35:27,943 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9f7e30a-0494-4273-9bd1-e16fc0b0982f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe434e218d5c43ddbc6124bb0cda57fe", "name": "tempest-TaggedBootDevicesTest-800546974-project", "password_expires_at": null}, "audit_ids": ["p8zfR076SI2mX_aEdCZyJg"], "expires_at": "2022-06-05T09:35:27.000000Z", "issued_at": "2022-06-05T08:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce97a39ef01f4a4abddf40b68bfff99d", "name": "tempest-TaggedBootDevicesTest-800546974"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/ce97a39ef01f4a4abddf40b68bfff99d", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:27,943 119947 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'ba77b749-4853-452f-9acf-9818739ed51d', 'name': 'tempest-TaggedBootDevicesTest-1496877584-network', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 140, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:33:32Z', 'updated_at': '2022-06-05T08:33:33Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:27,944 119947 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1279979662', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP53e2amz+O7qKk06C7IQl8haayPEhx0GIIx4x6Xk1JtgdSgABrGivb6t4aJAaJiICBX2poo/EQPAz7ZjZtWSRC8ZwiIQdWlodGqdtDwlKYutSoQ3JcwTywT6ULQXfubMw==', 'fingerprint': 'eb:d9:60:89:9e:7c:fb:3b:f5:1b:40:06:c2:cf:3d:70', 'user_id': 'fe434e218d5c43ddbc6124bb0cda57fe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIZuIRRss2r5aHBxVcWwhcb9S+SZ9fPKxtV9bHtU9QBTNABLZYR8eb\nj9vBkT1jI8ugBwYFK4EEACKhZANiAAT+d3tmps/ju6ipNOguyEJfIWmsjxIcdBiC\nMeMel5NSbYHUoAAaxor2+reGiQGiYiAgV9qaKPxEDwM+2Y2bVkkQvGcIiEHVpaHR\nqnbQ8JSmLrUqENyXME8sE+lC0F37mzM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cc7b660f-7c17-4744-8076-e95a2edbeb23', 'name': 'tempest-securitygroup--93915342', 'stateful': True, 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'description': 'tempest-description--44862438', 'shared': False, 'security_group_rules': [{'id': '53e75a2f-36db-4312-a8aa-163e25194222', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'security_group_id': 'cc7b660f-7c17-4744-8076-e95a2edbeb23', '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': 1434, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:35:22Z', 'updated_at': '2022-06-05T08:35:22Z', 'revision_number': 0, 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d'}, {'id': '66e1e42c-58a3-4bb6-ac85-92d1e7042474', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'security_group_id': 'cc7b660f-7c17-4744-8076-e95a2edbeb23', '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': 1435, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:35:22Z', 'updated_at': '2022-06-05T08:35:22Z', 'revision_number': 0, 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d'}], 'tags': [], 'created_at': '2022-06-05T08:35:22Z', 'updated_at': '2022-06-05T08:35:22Z', 'revision_number': 1, 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d'}, 'floating_ip': {'id': '539d8cbd-c35b-472d-8e41-89d1645ad78f', 'tenant_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'floating_ip_address': '172.25.6.204', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ce97a39ef01f4a4abddf40b68bfff99d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:35:26Z', 'updated_at': '2022-06-05T08:35:26Z', 'revision_number': 0, 'ip': '172.25.6.204'}} 2022-06-05 08:35:33,657 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.33/compute/v2.1/servers 5.712s 2022-06-05 08:35:33,658 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-device-tagging-server-1833781254", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "ba77b749-4853-452f-9acf-9818739ed51d"}, {"port": "d1c08b3e-c9e9-4bf4-97f2-ab555daa319f", "tag": "port-1"}, {"port": "b190ff02-eb8a-4f55-9197-91861946a589", "tag": "port-2"}, {"uuid": "b4d1c1d6-ebcc-4197-8f18-1919a99d69f2", "tag": "net-1"}, {"uuid": "b4d1c1d6-ebcc-4197-8f18-1919a99d69f2"}, {"uuid": "277b2a2d-9f40-41ba-a6b0-9016f66604db", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "277b2a2d-9f40-41ba-a6b0-9016f66604db", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "3e272c85-31a5-4256-8422-2f62177011c1", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--93915342"}], "key_name": "tempest-keypair-1279979662", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', 'location': 'http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2167f484-eb43-4b9a-8f13-b4a8773811bb', 'x-compute-request-id': 'req-2167f484-eb43-4b9a-8f13-b4a8773811bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--93915342"}], "adminPass": "vF35ZX8KpoEL"}}' 2022-06-05 08:35:33,778 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 0.117s 2022-06-05 08:35:33,778 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b35293d-a392-4013-a732-595b896e507b', 'x-compute-request-id': 'req-0b35293d-a392-4013-a732-595b896e507b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701'} Body: b'{"server": {"id": "fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701", "name": "tempest-device-tagging-server-1833781254", "status": "BUILD", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:34Z", "updated": "2022-06-05T08:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1279979662", "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": []}}' 2022-06-05 08:35:35,190 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 0.401s 2022-06-05 08:35:35,190 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1597', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-302047e0-2808-4e46-9430-9dbbdf726735', 'x-compute-request-id': 'req-302047e0-2808-4e46-9430-9dbbdf726735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701'} Body: b'{"server": {"id": "fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701", "name": "tempest-device-tagging-server-1833781254", "status": "ERROR", "tenant_id": "ce97a39ef01f4a4abddf40b68bfff99d", "user_id": "fe434e218d5c43ddbc6124bb0cda57fe", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:33Z", "updated": "2022-06-05T08:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:35Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1279979662", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7460ea05-5688-4cf0-97a8-43cac0d52ed3", "delete_on_termination": false}, {"id": "ae6512dd-798a-4d9a-8155-4306aeabb34e", "delete_on_termination": false}, {"id": "3e272c85-31a5-4256-8422-2f62177011c1", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:35:35,199 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:35:36,354 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 204 DELETE http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 1.155s 2022-06-05 08:35:36,355 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b1e56b-e4ff-4d38-9632-5eff53634bac', 'x-compute-request-id': 'req-19b1e56b-e4ff-4d38-9632-5eff53634bac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701'} Body: b'' 2022-06-05 08:35:36,536 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 404 GET http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 0.181s 2022-06-05 08:35:36,537 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f295a52e-eac7-4c1f-87cf-c80834609de2', 'x-compute-request-id': 'req-f295a52e-eac7-4c1f-87cf-c80834609de2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 could not be found."}}' 2022-06-05 08:35:36,597 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1279979662 0.055s 2022-06-05 08:35:36,598 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7100db38-aa8b-46f4-9249-b9d0cdb3a242', 'x-compute-request-id': 'req-7100db38-aa8b-46f4-9249-b9d0cdb3a242', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1279979662'} Body: b'' 2022-06-05 08:35:36,875 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/cc7b660f-7c17-4744-8076-e95a2edbeb23 0.277s 2022-06-05 08:35:36,875 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-b40e976d-730a-4079-9c44-a141833d6160', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:35:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/cc7b660f-7c17-4744-8076-e95a2edbeb23'} Body: b'' 2022-06-05 08:35:36,934 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/cc7b660f-7c17-4744-8076-e95a2edbeb23 0.058s 2022-06-05 08:35:36,934 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-08688f73-6a79-4865-94b5-8db9222cdbaf', 'date': 'Sun, 05 Jun 2022 08:35:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/cc7b660f-7c17-4744-8076-e95a2edbeb23'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cc7b660f-7c17-4744-8076-e95a2edbeb23 does not exist", "detail": ""}}' 2022-06-05 08:35:38,570 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/539d8cbd-c35b-472d-8e41-89d1645ad78f 1.635s 2022-06-05 08:35:38,571 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-10056ac9-80bf-4b20-a96d-e5aa5218ac49', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:35:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/539d8cbd-c35b-472d-8e41-89d1645ad78f'} Body: b'' 2022-06-05 08:35:40,969 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/ports/b190ff02-eb8a-4f55-9197-91861946a589 2.398s 2022-06-05 08:35:40,970 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8aa1ac9d-16c1-4db9-9958-12d2353475c5', 'date': 'Sun, 05 Jun 2022 08:35:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/ports/b190ff02-eb8a-4f55-9197-91861946a589'} Body: b'' 2022-06-05 08:35:42,011 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/ports/d1c08b3e-c9e9-4bf4-97f2-ab555daa319f 1.041s 2022-06-05 08:35:42,012 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-3ba740ba-3493-48ca-a5de-d9e5a083f8f9', 'date': 'Sun, 05 Jun 2022 08:35:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/ports/d1c08b3e-c9e9-4bf4-97f2-ab555daa319f'} Body: b'' 2022-06-05 08:35:43,160 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/31678c1e-331b-4634-b7de-7b79761249bb 1.147s 2022-06-05 08:35:43,160 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-bb838dd3-4ddf-4f99-ba79-24d2a27b317d', 'date': 'Sun, 05 Jun 2022 08:35:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/31678c1e-331b-4634-b7de-7b79761249bb'} Body: b'' 2022-06-05 08:35:44,050 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/473b52cf-2e66-4e7c-be4d-9826331c761a 0.889s 2022-06-05 08:35:44,050 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0af531f7-73a5-4546-a748-ed56f52ecb97', 'date': 'Sun, 05 Jun 2022 08:35:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/473b52cf-2e66-4e7c-be4d-9826331c761a'} Body: b'' 2022-06-05 08:35:44,788 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/277b2a2d-9f40-41ba-a6b0-9016f66604db 0.738s 2022-06-05 08:35:44,789 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c434482b-5419-4f9f-9bc1-c125ef2e934c', 'date': 'Sun, 05 Jun 2022 08:35:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/277b2a2d-9f40-41ba-a6b0-9016f66604db'} Body: b'' 2022-06-05 08:35:45,848 119947 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/b4d1c1d6-ebcc-4197-8f18-1919a99d69f2 1.059s 2022-06-05 08:35:45,848 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-a2da888b-dedb-4775-87c2-8cb00accdff0', 'date': 'Sun, 05 Jun 2022 08:35:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/b4d1c1d6-ebcc-4197-8f18-1919a99d69f2'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fbdf0c9a-fac3-4a42-a9ce-bf2fbe8f8701 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:35Z', 'message': 'No valid host was found. '}. Server boot request ID: req-2167f484-eb43-4b9a-8f13-b4a8773811bb. |
||||||
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 0 | 5 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
fail
ft51.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:35:22,807 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.041s 2022-06-05 08:35:22,808 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7964398a-cffb-454d-98a4-639425ac3434', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "45d0fce6620f4820bbac85573eeba520", "name": "tempest-ServerDiskConfigTestJSON-2015357332-project", "password_expires_at": null}, "audit_ids": ["YiG8VNouTyGFLKWvgihBEA"], "expires_at": "2022-06-05T09:35:22.000000Z", "issued_at": "2022-06-05T08:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "name": "tempest-ServerDiskConfigTestJSON-2015357332"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:22,808 119937 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': '68deb695-3f2e-416b-901b-759f07a12228', 'name': 'tempest-ServerDiskConfigTestJSON-1575423805-network', 'tenant_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 141, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:35:20Z', 'updated_at': '2022-06-05T08:35:20Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:24,214 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 202 POST http://10.222.0.33/compute/v2.1/servers 1.404s 2022-06-05 08:35:24,214 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1435404710", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "68deb695-3f2e-416b-901b-759f07a12228"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4', '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-37ac5d30-bebf-45d6-8cc7-ae6053313d35', 'x-compute-request-id': 'req-37ac5d30-bebf-45d6-8cc7-ae6053313d35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "2704c655-e3a6-4e16-bf8c-18876b08a5e4", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ppGMpbWP6j2y"}}' 2022-06-05 08:35:24,362 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4 0.145s 2022-06-05 08:35:24,363 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', '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-b863ac04-680a-4a44-bced-cfda513801d3', 'x-compute-request-id': 'req-b863ac04-680a-4a44-bced-cfda513801d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4'} Body: b'{"server": {"id": "2704c655-e3a6-4e16-bf8c-18876b08a5e4", "name": "tempest-ServerDiskConfigTestJSON-server-1435404710", "status": "BUILD", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:24Z", "updated": "2022-06-05T08:35:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:25,554 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4 0.182s 2022-06-05 08:35:25,554 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:25 GMT', 'server': 'Apache/2.4.41 (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-c442c6d5-fb39-4925-8596-f8b161034b30', 'x-compute-request-id': 'req-c442c6d5-fb39-4925-8596-f8b161034b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4'} Body: b'{"server": {"id": "2704c655-e3a6-4e16-bf8c-18876b08a5e4", "name": "tempest-ServerDiskConfigTestJSON-server-1435404710", "status": "ERROR", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:24Z", "updated": "2022-06-05T08:35:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:25Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:25,562 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:35:26,096 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 204 DELETE http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4 0.533s 2022-06-05 08:35:26,096 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11343640-979a-4daf-9806-93e4a76060e6', 'x-compute-request-id': 'req-11343640-979a-4daf-9806-93e4a76060e6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4'} Body: b'' 2022-06-05 08:35:26,185 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 404 GET http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4 0.087s 2022-06-05 08:35:26,186 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ea39d01c-9571-4bd1-888c-ce45c8fe58f9', 'x-compute-request-id': 'req-ea39d01c-9571-4bd1-888c-ce45c8fe58f9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2704c655-e3a6-4e16-bf8c-18876b08a5e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2704c655-e3a6-4e16-bf8c-18876b08a5e4 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 74, in test_rebuild_server_with_auto_disk_config server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 2704c655-e3a6-4e16-bf8c-18876b08a5e4 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:25Z', 'message': 'No valid host was found. '}. Server boot request ID: req-37ac5d30-bebf-45d6-8cc7-ae6053313d35. |
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
fail
ft51.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:35:26,349 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.138s 2022-06-05 08:35:26,350 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3699e5ef-f800-4c1a-a77a-699c6ebe5c85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "45d0fce6620f4820bbac85573eeba520", "name": "tempest-ServerDiskConfigTestJSON-2015357332-project", "password_expires_at": null}, "audit_ids": ["3DmtYocSR063W75xAgY7YQ"], "expires_at": "2022-06-05T09:35:26.000000Z", "issued_at": "2022-06-05T08:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "name": "tempest-ServerDiskConfigTestJSON-2015357332"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:26,350 119937 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': '68deb695-3f2e-416b-901b-759f07a12228', 'name': 'tempest-ServerDiskConfigTestJSON-1575423805-network', 'tenant_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 141, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:35:20Z', 'updated_at': '2022-06-05T08:35:20Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:27,737 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 202 POST http://10.222.0.33/compute/v2.1/servers 1.385s 2022-06-05 08:35:27,737 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1175968715", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "68deb695-3f2e-416b-901b-759f07a12228"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b', '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-fc9eeb46-7127-4bce-8216-c2b23043a301', 'x-compute-request-id': 'req-fc9eeb46-7127-4bce-8216-c2b23043a301', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "cf2cc27b-e1de-4068-84ac-5614bf6cc68b", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6YzWKuTsi77R"}}' 2022-06-05 08:35:27,838 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b 0.098s 2022-06-05 08:35:27,838 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', '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-52d9b245-71d0-4fd4-a280-abc6b713a9b7', 'x-compute-request-id': 'req-52d9b245-71d0-4fd4-a280-abc6b713a9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b'} Body: b'{"server": {"id": "cf2cc27b-e1de-4068-84ac-5614bf6cc68b", "name": "tempest-ServerDiskConfigTestJSON-server-1175968715", "status": "BUILD", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:28Z", "updated": "2022-06-05T08:35:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:29,243 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b 0.396s 2022-06-05 08:35:29,243 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:28 GMT', 'server': 'Apache/2.4.41 (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-8d8df713-b558-4663-905c-fa7deaf742d8', 'x-compute-request-id': 'req-8d8df713-b558-4663-905c-fa7deaf742d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b'} Body: b'{"server": {"id": "cf2cc27b-e1de-4068-84ac-5614bf6cc68b", "name": "tempest-ServerDiskConfigTestJSON-server-1175968715", "status": "ERROR", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:27Z", "updated": "2022-06-05T08:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:28Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:29,251 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:35:31,746 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 204 DELETE http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b 2.493s 2022-06-05 08:35:31,747 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e291fce-51ff-499f-9389-b6dd7acac53d', 'x-compute-request-id': 'req-1e291fce-51ff-499f-9389-b6dd7acac53d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b'} Body: b'' 2022-06-05 08:35:32,175 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 404 GET http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b 0.427s 2022-06-05 08:35:32,175 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f0d2b7c6-c131-49ba-8beb-c55e47e87931', 'x-compute-request-id': 'req-f0d2b7c6-c131-49ba-8beb-c55e47e87931', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cf2cc27b-e1de-4068-84ac-5614bf6cc68b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cf2cc27b-e1de-4068-84ac-5614bf6cc68b could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 55, in test_rebuild_server_with_manual_disk_config server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server cf2cc27b-e1de-4068-84ac-5614bf6cc68b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:28Z', 'message': 'No valid host was found. '}. Server boot request ID: req-fc9eeb46-7127-4bce-8216-c2b23043a301. |
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
fail
ft51.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:35:32,337 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.148s 2022-06-05 08:35:32,337 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-72d6b087-5eb3-4a75-a02b-8c261e182ac3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "45d0fce6620f4820bbac85573eeba520", "name": "tempest-ServerDiskConfigTestJSON-2015357332-project", "password_expires_at": null}, "audit_ids": ["oskxshGFQru7t0a9Tu7Fmw"], "expires_at": "2022-06-05T09:35:32.000000Z", "issued_at": "2022-06-05T08:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "name": "tempest-ServerDiskConfigTestJSON-2015357332"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e1b10d3d3540464fb9dee3b8a5bbe12e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:32,338 119937 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': '68deb695-3f2e-416b-901b-759f07a12228', 'name': 'tempest-ServerDiskConfigTestJSON-1575423805-network', 'tenant_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e1b10d3d3540464fb9dee3b8a5bbe12e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 141, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:35:20Z', 'updated_at': '2022-06-05T08:35:20Z', 'revision_number': 1} available for tenant 2022-06-05 08:35:33,188 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 202 POST http://10.222.0.33/compute/v2.1/servers 0.850s 2022-06-05 08:35:33,189 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-339353148", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "68deb695-3f2e-416b-901b-759f07a12228"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97', '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-f923764b-ae02-458d-86a4-a69fc48f1cbe', 'x-compute-request-id': 'req-f923764b-ae02-458d-86a4-a69fc48f1cbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "c2b888c7-43f8-47a0-9f7d-c8204e87ee97", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Yky4CTWhduGY"}}' 2022-06-05 08:35:33,490 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97 0.298s 2022-06-05 08:35:33,490 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', '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-2736158e-5d18-43bc-9de7-ec98d7e1cd68', 'x-compute-request-id': 'req-2736158e-5d18-43bc-9de7-ec98d7e1cd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97'} Body: b'{"server": {"id": "c2b888c7-43f8-47a0-9f7d-c8204e87ee97", "name": "tempest-ServerDiskConfigTestJSON-server-339353148", "status": "BUILD", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:33Z", "updated": "2022-06-05T08:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:34,669 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97 0.171s 2022-06-05 08:35:34,670 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1290', '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-28fc57d6-5011-4a9b-8093-853f350acbdc', 'x-compute-request-id': 'req-28fc57d6-5011-4a9b-8093-853f350acbdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97'} Body: b'{"server": {"id": "c2b888c7-43f8-47a0-9f7d-c8204e87ee97", "name": "tempest-ServerDiskConfigTestJSON-server-339353148", "status": "ERROR", "tenant_id": "e1b10d3d3540464fb9dee3b8a5bbe12e", "user_id": "45d0fce6620f4820bbac85573eeba520", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:35:33Z", "updated": "2022-06-05T08:35:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:34Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:35:34,677 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:35:35,271 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 204 DELETE http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97 0.593s 2022-06-05 08:35:35,272 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a87f4fc-0a42-4c98-bc0c-6b58377d65fa', 'x-compute-request-id': 'req-5a87f4fc-0a42-4c98-bc0c-6b58377d65fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97'} Body: b'' 2022-06-05 08:35:35,373 119937 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 404 GET http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97 0.100s 2022-06-05 08:35:35,373 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3f87e6ef-c702-4ac6-abf9-737bb1c0b2fe', 'x-compute-request-id': 'req-3f87e6ef-c702-4ac6-abf9-737bb1c0b2fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c2b888c7-43f8-47a0-9f7d-c8204e87ee97'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c2b888c7-43f8-47a0-9f7d-c8204e87ee97 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 125, in test_update_server_from_auto_to_manual server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c2b888c7-43f8-47a0-9f7d-c8204e87ee97 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:34Z', 'message': 'No valid host was found. '}. Server boot request ID: req-f923764b-ae02-458d-86a4-a69fc48f1cbe. |
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
fail
ft51.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:03:03,856 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.031s 2022-06-05 09:03:03,856 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b00db65-e27e-47ed-81bf-abb8f0d7e78b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5df0fff606ea4c22995cf947a53231f1", "name": "tempest-ServerDiskConfigTestJSON-894297614-project", "password_expires_at": null}, "audit_ids": ["67Cg80CLTGmyGl0tJjWgOg"], "expires_at": "2022-06-05T10:03:03.000000Z", "issued_at": "2022-06-05T09:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c47e0df6033a426d9bcc3b2bf937c395", "name": "tempest-ServerDiskConfigTestJSON-894297614"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:03:03,857 168724 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': 'b783e1fb-d463-450b-baf5-b6e18ab4ef19', 'name': 'tempest-ServerDiskConfigTestJSON-1846508486-network', 'tenant_id': 'c47e0df6033a426d9bcc3b2bf937c395', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c47e0df6033a426d9bcc3b2bf937c395', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:03:03Z', 'updated_at': '2022-06-05T09:03:03Z', 'revision_number': 1} available for tenant 2022-06-05 09:03:04,487 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 202 POST http://10.222.0.33/compute/v2.1/servers 0.629s 2022-06-05 09:03:04,487 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-536402680", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "b783e1fb-d463-450b-baf5-b6e18ab4ef19"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c', '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-e06650da-1b2b-4680-a0a7-0a8974d15411', 'x-compute-request-id': 'req-e06650da-1b2b-4680-a0a7-0a8974d15411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NGojZVe8bMDf"}}' 2022-06-05 09:03:04,563 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 200 GET http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c 0.073s 2022-06-05 09:03:04,563 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', '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-07bdf270-5425-4692-bc9e-986fa99f3658', 'x-compute-request-id': 'req-07bdf270-5425-4692-bc9e-986fa99f3658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c'} Body: b'{"server": {"id": "9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c", "name": "tempest-ServerDiskConfigTestJSON-server-536402680", "status": "BUILD", "tenant_id": "c47e0df6033a426d9bcc3b2bf937c395", "user_id": "5df0fff606ea4c22995cf947a53231f1", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:04Z", "updated": "2022-06-05T09:03:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:05,670 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 200 GET http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c 0.097s 2022-06-05 09:03:05,670 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1290', '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-f720525c-0716-474d-aef6-92f627b5a458', 'x-compute-request-id': 'req-f720525c-0716-474d-aef6-92f627b5a458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c'} Body: b'{"server": {"id": "9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c", "name": "tempest-ServerDiskConfigTestJSON-server-536402680", "status": "ERROR", "tenant_id": "c47e0df6033a426d9bcc3b2bf937c395", "user_id": "5df0fff606ea4c22995cf947a53231f1", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:04Z", "updated": "2022-06-05T09:03:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:03:05Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:05,678 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:03:05,961 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 204 DELETE http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c 0.282s 2022-06-05 09:03:05,961 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a073fa0-26a9-47ba-a063-9940ce031101', 'x-compute-request-id': 'req-6a073fa0-26a9-47ba-a063-9940ce031101', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c'} Body: b'' 2022-06-05 09:03:05,996 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 404 GET http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c 0.034s 2022-06-05 09:03:05,996 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-34b85585-bda8-4ebf-897e-178c60b6a252', 'x-compute-request-id': 'req-34b85585-bda8-4ebf-897e-178c60b6a252', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 111, in test_resize_server_from_auto_to_manual server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 9e4d25f0-c42d-45b8-8cf8-b6afc5fc0d2c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:05Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e06650da-1b2b-4680-a0a7-0a8974d15411. |
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
fail
ft51.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:03:06,037 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.032s 2022-06-05 09:03:06,038 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e2b3239-dd58-41c0-83e0-f4c17bf8bd13', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5df0fff606ea4c22995cf947a53231f1", "name": "tempest-ServerDiskConfigTestJSON-894297614-project", "password_expires_at": null}, "audit_ids": ["2E12x5JmQMmXDXy475znKw"], "expires_at": "2022-06-05T10:03:06.000000Z", "issued_at": "2022-06-05T09:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c47e0df6033a426d9bcc3b2bf937c395", "name": "tempest-ServerDiskConfigTestJSON-894297614"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/c47e0df6033a426d9bcc3b2bf937c395", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:03:06,038 168724 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': 'b783e1fb-d463-450b-baf5-b6e18ab4ef19', 'name': 'tempest-ServerDiskConfigTestJSON-1846508486-network', 'tenant_id': 'c47e0df6033a426d9bcc3b2bf937c395', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c47e0df6033a426d9bcc3b2bf937c395', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:03:03Z', 'updated_at': '2022-06-05T09:03:03Z', 'revision_number': 1} available for tenant 2022-06-05 09:03:06,831 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 202 POST http://10.222.0.33/compute/v2.1/servers 0.792s 2022-06-05 09:03:06,832 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1227703134", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "b783e1fb-d463-450b-baf5-b6e18ab4ef19"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3', '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-77965dc6-f11e-4f63-8c4a-3db169a14287', 'x-compute-request-id': 'req-77965dc6-f11e-4f63-8c4a-3db169a14287', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "883565f9-f67c-4b4e-a4b8-7e9bc80b64f3", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "utT6LJhsnwxR"}}' 2022-06-05 09:03:06,913 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 200 GET http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 0.077s 2022-06-05 09:03:06,913 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', '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-2048c1c4-991c-412d-a79d-3ffab0aac34d', 'x-compute-request-id': 'req-2048c1c4-991c-412d-a79d-3ffab0aac34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3'} Body: b'{"server": {"id": "883565f9-f67c-4b4e-a4b8-7e9bc80b64f3", "name": "tempest-ServerDiskConfigTestJSON-server-1227703134", "status": "BUILD", "tenant_id": "c47e0df6033a426d9bcc3b2bf937c395", "user_id": "5df0fff606ea4c22995cf947a53231f1", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:07Z", "updated": "2022-06-05T09:03:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:08,018 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 200 GET http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 0.096s 2022-06-05 09:03:08,019 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:07 GMT', 'server': 'Apache/2.4.41 (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-6b5c13a4-28e6-48e0-8a6e-b2d9261641ee', 'x-compute-request-id': 'req-6b5c13a4-28e6-48e0-8a6e-b2d9261641ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3'} Body: b'{"server": {"id": "883565f9-f67c-4b4e-a4b8-7e9bc80b64f3", "name": "tempest-ServerDiskConfigTestJSON-server-1227703134", "status": "ERROR", "tenant_id": "c47e0df6033a426d9bcc3b2bf937c395", "user_id": "5df0fff606ea4c22995cf947a53231f1", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:06Z", "updated": "2022-06-05T09:03:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:03:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:08,027 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 09:03:08,311 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 204 DELETE http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 0.283s 2022-06-05 09:03:08,311 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97ca88b-5c33-49a6-ae51-947237a3f9f4', 'x-compute-request-id': 'req-a97ca88b-5c33-49a6-ae51-947237a3f9f4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3'} Body: b'' 2022-06-05 09:03:08,345 168724 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 404 GET http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 0.033s 2022-06-05 09:03:08,345 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b6af1cb3-6bb4-4d4f-ada7-149ac3e0cde7', 'x-compute-request-id': 'req-b6af1cb3-6bb4-4d4f-ada7-149ac3e0cde7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883565f9-f67c-4b4e-a4b8-7e9bc80b64f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 95, in test_resize_server_from_manual_to_auto server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 883565f9-f67c-4b4e-a4b8-7e9bc80b64f3 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:07Z', 'message': 'No valid host was found. '}. Server boot request ID: req-77965dc6-f11e-4f63-8c4a-3db169a14287. |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
fail
ft52.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:24:52,394 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.138s 2022-06-05 08:24:52,394 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c241a84e-9851-44df-82ef-ae0fc06510bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af823091e4574d3c8ad0576ed3d1fec0", "name": "tempest-InstanceActionsV221TestJSON-1281702188-project", "password_expires_at": null}, "audit_ids": ["l1S21cIFTMa6a_VLN_tJfQ"], "expires_at": "2022-06-05T09:24:52.000000Z", "issued_at": "2022-06-05T08:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3690560330ef4d5985fa664d3c4773d9", "name": "tempest-InstanceActionsV221TestJSON-1281702188"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/3690560330ef4d5985fa664d3c4773d9", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3690560330ef4d5985fa664d3c4773d9", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_3690560330ef4d5985fa664d3c4773d9", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3690560330ef4d5985fa664d3c4773d9", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:24:52,395 119945 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '84ea03f8-de6d-4d69-98f7-fab996eece83', 'name': 'tempest-InstanceActionsV221TestJSON-1278547964-network', 'tenant_id': '3690560330ef4d5985fa664d3c4773d9', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3690560330ef4d5985fa664d3c4773d9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 104, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:24:51Z', 'updated_at': '2022-06-05T08:24:51Z', 'revision_number': 1} available for tenant 2022-06-05 08:24:53,386 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 202 POST http://10.222.0.33/compute/v2.1/servers 0.990s 2022-06-05 08:24:53,387 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-InstanceActionsV221TestJSON-server-835699022", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "84ea03f8-de6d-4d69-98f7-fab996eece83"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d9ac05a-794a-4418-8f81-df364541a269', 'x-compute-request-id': 'req-6d9ac05a-794a-4418-8f81-df364541a269', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "R3UTkHnMsG8G"}}' 2022-06-05 08:24:53,874 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.485s 2022-06-05 08:24:53,874 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1258', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0328d472-c43d-420e-b63f-3b93f86271eb', 'x-compute-request-id': 'req-0328d472-c43d-420e-b63f-3b93f86271eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:24:55,992 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 1.108s 2022-06-05 08:24:55,992 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de5a4d9e-b3f4-4080-b54c-b8adcfe9660b', 'x-compute-request-id': 'req-de5a4d9e-b3f4-4080-b54c-b8adcfe9660b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:24:56,001 119945 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2022-06-05 08:24:58,050 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 1.047s 2022-06-05 08:24:58,050 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d0e539f-bedb-4a1b-be17-d8010153ee97', 'x-compute-request-id': 'req-3d0e539f-bedb-4a1b-be17-d8010153ee97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:24:59,562 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.502s 2022-06-05 08:24:59,562 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ced90b8-7761-43ec-8b44-46ec723c1b6f', 'x-compute-request-id': 'req-4ced90b8-7761-43ec-8b44-46ec723c1b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:01,030 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.458s 2022-06-05 08:25:01,031 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16733871-6076-4aa4-81e0-29dd32de427f', 'x-compute-request-id': 'req-16733871-6076-4aa4-81e0-29dd32de427f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:02,507 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.461s 2022-06-05 08:25:02,508 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8b7802f-aeb9-4014-84cb-9e9aa5e711b5', 'x-compute-request-id': 'req-c8b7802f-aeb9-4014-84cb-9e9aa5e711b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:03,820 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.301s 2022-06-05 08:25:03,820 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cffdeea-47d1-4afb-bf96-4437d22fc48a', 'x-compute-request-id': 'req-2cffdeea-47d1-4afb-bf96-4437d22fc48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:05,077 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.246s 2022-06-05 08:25:05,077 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b81a9d45-041e-47ba-a400-0354dab9cdc1', 'x-compute-request-id': 'req-b81a9d45-041e-47ba-a400-0354dab9cdc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:06,267 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.179s 2022-06-05 08:25:06,268 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc7e044-16ce-4663-86d9-8aa7c1035c8d', 'x-compute-request-id': 'req-0cc7e044-16ce-4663-86d9-8aa7c1035c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "BUILD", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:07,701 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.423s 2022-06-05 08:25:07,701 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd3b799-8d1e-4796-9805-43c00c24bfa7', 'x-compute-request-id': 'req-8cd3b799-8d1e-4796-9805-43c00c24bfa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "ACTIVE", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:25:06Z", "addresses": {"tempest-InstanceActionsV221TestJSON-1278547964-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:66:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:25:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:07,711 119945 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2022-06-05 08:25:07,844 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 204 DELETE http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.132s 2022-06-05 08:25:07,844 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fdb63c8-2980-406a-a3bc-cb715b844c75', 'x-compute-request-id': 'req-9fdb63c8-2980-406a-a3bc-cb715b844c75', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'' 2022-06-05 08:25:08,521 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.676s 2022-06-05 08:25:08,521 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2790490f-e487-4d7c-9e5a-76c3ad9e598c', 'x-compute-request-id': 'req-2790490f-e487-4d7c-9e5a-76c3ad9e598c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "ACTIVE", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:25:08Z", "addresses": {"tempest-InstanceActionsV221TestJSON-1278547964-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:66:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:25:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:10,262 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.730s 2022-06-05 08:25:10,262 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ab2ebc3-f57f-4c37-ab19-7b0995305132', 'x-compute-request-id': 'req-4ab2ebc3-f57f-4c37-ab19-7b0995305132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "ACTIVE", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:25:08Z", "addresses": {"tempest-InstanceActionsV221TestJSON-1278547964-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:66:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:25:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:11,713 119945 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e 0.440s 2022-06-05 08:25:11,713 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd12bb88-4388-485a-90d5-711229b28750', 'x-compute-request-id': 'req-dd12bb88-4388-485a-90d5-711229b28750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e'} Body: b'{"server": {"id": "34e2fe19-835a-4a68-a5ed-6570a7edcd2e", "name": "tempest-InstanceActionsV221TestJSON-server-835699022", "status": "ERROR", "tenant_id": "3690560330ef4d5985fa664d3c4773d9", "user_id": "af823091e4574d3c8ad0576ed3d1fec0", "metadata": {}, "hostId": "b7459630379566cc95d5598684ea3541b56407dadc6e59f48692c5a8", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:24:53Z", "updated": "2022-06-05T08:25:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/34e2fe19-835a-4a68-a5ed-6570a7edcd2e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:25:11Z", "message": "NameError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-06-05T08:25:06.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-06-05 08:25:11,722 119945 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/None" after 3 second wait }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions.py", line 79, in test_get_list_deleted_instance_actions waiters.wait_for_server_termination(self.client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 34e2fe19-835a-4a68-a5ed-6570a7edcd2e failed to delete and is in ERROR status |
||||||
tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
fail
ft53.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:36:35,917 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.085s 2022-06-05 08:36:35,918 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3cd3c732-cb33-4877-87cd-4df3599560c2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b6060a9a16504031975ca8a91a6c2ea6", "name": "tempest-ServersAaction247Test-1248554092-project", "password_expires_at": null}, "audit_ids": ["YWmGyf48TQuw_xbwkVwaUg"], "expires_at": "2022-06-05T09:36:35.000000Z", "issued_at": "2022-06-05T08:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4efff1c29a94c14b13b37ea5ae3bb4d", "name": "tempest-ServersAaction247Test-1248554092"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/d4efff1c29a94c14b13b37ea5ae3bb4d", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d4efff1c29a94c14b13b37ea5ae3bb4d", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_d4efff1c29a94c14b13b37ea5ae3bb4d", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d4efff1c29a94c14b13b37ea5ae3bb4d", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:36:35,918 119937 INFO [tempest.lib.common.fixed_network] (ServersAaction247Test:test_create_backup) Found network None available for tenant 2022-06-05 08:36:36,823 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 202 POST http://10.222.0.33/compute/v2.1/servers 0.904s 2022-06-05 08:36:36,823 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersAaction247Test-server-387748707", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d3dbb44-cf8a-4c4a-bf3f-d2324ecd3fac', 'x-compute-request-id': 'req-5d3dbb44-cf8a-4c4a-bf3f-d2324ecd3fac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "b306b05a-28ba-48fe-a760-3d57da51b1cb", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DVPJJkpvbG2x"}}' 2022-06-05 08:36:37,097 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb 0.271s 2022-06-05 08:36:37,098 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6984e31d-74d6-4403-b7e4-7e5d709cad68', 'x-compute-request-id': 'req-6984e31d-74d6-4403-b7e4-7e5d709cad68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb'} Body: b'{"server": {"id": "b306b05a-28ba-48fe-a760-3d57da51b1cb", "name": "tempest-ServersAaction247Test-server-387748707", "status": "BUILD", "tenant_id": "d4efff1c29a94c14b13b37ea5ae3bb4d", "user_id": "b6060a9a16504031975ca8a91a6c2ea6", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:36:37Z", "updated": "2022-06-05T08:36:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:36:38,624 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb 0.515s 2022-06-05 08:36:38,625 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc01951-8cb0-44a0-8c4f-21c887482c8b', 'x-compute-request-id': 'req-fcc01951-8cb0-44a0-8c4f-21c887482c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb'} Body: b'{"server": {"id": "b306b05a-28ba-48fe-a760-3d57da51b1cb", "name": "tempest-ServersAaction247Test-server-387748707", "status": "ERROR", "tenant_id": "d4efff1c29a94c14b13b37ea5ae3bb4d", "user_id": "b6060a9a16504031975ca8a91a6c2ea6", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:36:36Z", "updated": "2022-06-05T08:36:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:36:38Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:36:38,633 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:36:39,481 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 204 DELETE http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb 0.847s 2022-06-05 08:36:39,481 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8302aab9-a7c9-4190-99cf-4bb2d73ffaf1', 'x-compute-request-id': 'req-8302aab9-a7c9-4190-99cf-4bb2d73ffaf1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb'} Body: b'' 2022-06-05 08:36:40,022 119937 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 404 GET http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb 0.540s 2022-06-05 08:36:40,022 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f83f09bb-9578-4755-bf54-adf986c4b2a2', 'x-compute-request-id': 'req-f83f09bb-9578-4755-bf54-adf986c4b2a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b306b05a-28ba-48fe-a760-3d57da51b1cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b306b05a-28ba-48fe-a760-3d57da51b1cb could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 812, in test_create_backup server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server b306b05a-28ba-48fe-a760-3d57da51b1cb failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:38Z', 'message': 'No valid host was found. '}. Server boot request ID: req-5d3dbb44-cf8a-4c4a-bf3f-d2324ecd3fac. |
||||||
tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt54.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt54.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt54.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
fail
ft54.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:34,773 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.409s 2022-06-05 08:39:34,774 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-748b791b-4ffd-47c5-828e-f1cb5c48d76a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "876108eee7cd434fa3351bf2546d3152", "name": "tempest-ServerGroupTestJSON-2077707328-project", "password_expires_at": null}, "audit_ids": ["kiEz1_kySfuXUHUJhMvDLQ"], "expires_at": "2022-06-05T09:39:34.000000Z", "issued_at": "2022-06-05T08:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4487d6dbf0d41929133bb6cd08bafca", "name": "tempest-ServerGroupTestJSON-2077707328"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/d4487d6dbf0d41929133bb6cd08bafca", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d4487d6dbf0d41929133bb6cd08bafca", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_d4487d6dbf0d41929133bb6cd08bafca", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/d4487d6dbf0d41929133bb6cd08bafca", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:34,774 119944 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'f02ca34e-4fbe-4c04-b760-1aa71e0f41ea', 'name': 'tempest-ServerGroupTestJSON-1398272241-network', 'tenant_id': 'd4487d6dbf0d41929133bb6cd08bafca', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4487d6dbf0d41929133bb6cd08bafca', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 110, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:29Z', 'updated_at': '2022-06-05T08:39:29Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:37,385 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 202 POST http://10.222.0.33/compute/v2.1/servers 2.610s 2022-06-05 08:39:37,385 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerGroupTestJSON-server-1040251143", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "f02ca34e-4fbe-4c04-b760-1aa71e0f41ea"}]}, "os:scheduler_hints": {"group": "5c48a781-e82f-4427-9d0c-075348c89ea2"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5', '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-644a3384-ac5e-4e45-9e99-bccbd9842865', 'x-compute-request-id': 'req-644a3384-ac5e-4e45-9e99-bccbd9842865', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "c6a5526d-58bf-492a-a006-1407afd6b7d5", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "P6aWGBNXTjpG"}}' 2022-06-05 08:39:37,698 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5 0.310s 2022-06-05 08:39:37,698 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3c0db6-ffae-4e20-8cca-9d3af73b809c', 'x-compute-request-id': 'req-df3c0db6-ffae-4e20-8cca-9d3af73b809c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5'} Body: b'{"server": {"id": "c6a5526d-58bf-492a-a006-1407afd6b7d5", "name": "tempest-ServerGroupTestJSON-server-1040251143", "status": "BUILD", "tenant_id": "d4487d6dbf0d41929133bb6cd08bafca", "user_id": "876108eee7cd434fa3351bf2546d3152", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:37Z", "updated": "2022-06-05T08:39:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:38,884 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5 0.176s 2022-06-05 08:39:38,884 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-7705b92f-7f5e-4dd6-adfb-482e6a34c89e', 'x-compute-request-id': 'req-7705b92f-7f5e-4dd6-adfb-482e6a34c89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5'} Body: b'{"server": {"id": "c6a5526d-58bf-492a-a006-1407afd6b7d5", "name": "tempest-ServerGroupTestJSON-server-1040251143", "status": "ERROR", "tenant_id": "d4487d6dbf0d41929133bb6cd08bafca", "user_id": "876108eee7cd434fa3351bf2546d3152", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:37Z", "updated": "2022-06-05T08:39:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:38Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:38,892 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:39,972 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 204 DELETE http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5 1.080s 2022-06-05 08:39:39,973 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a49ce6-188a-4a43-a221-e1e43b8ba536', 'x-compute-request-id': 'req-42a49ce6-188a-4a43-a221-e1e43b8ba536', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5'} Body: b'' 2022-06-05 08:39:40,163 119944 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 404 GET http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5 0.190s 2022-06-05 08:39:40,164 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0c5105fe-132b-43c2-883d-83a1bdb22676', 'x-compute-request-id': 'req-0c5105fe-132b-43c2-883d-83a1bdb22676', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c6a5526d-58bf-492a-a006-1407afd6b7d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c6a5526d-58bf-492a-a006-1407afd6b7d5 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_group.py", line 133, in test_create_server_with_scheduler_hint_group server = self.create_test_server(scheduler_hints=hints, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c6a5526d-58bf-492a-a006-1407afd6b7d5 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:38Z', 'message': 'No valid host was found. '}. Server boot request ID: req-644a3384-ac5e-4e45-9e99-bccbd9842865. |
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt54.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt54.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
||||||
tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 1 | 1 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt55.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
fail
ft55.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:35:39,025 119950 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.211s 2022-06-05 08:35:39,026 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3236', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc3bcd75-14ff-4df8-885e-2fae4ffc3363', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3792a079363f4fb18372a5d7a4a07b49", "name": "tempest-ServerShowV247Test-36219851-project", "password_expires_at": null}, "audit_ids": ["3sBJKDAqQ9OeInZDIhR80Q"], "expires_at": "2022-06-05T09:35:38.000000Z", "issued_at": "2022-06-05T08:35:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9ca3b319f18a41438d3a07afbb0b8c8c", "name": "tempest-ServerShowV247Test-36219851"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/9ca3b319f18a41438d3a07afbb0b8c8c", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9ca3b319f18a41438d3a07afbb0b8c8c", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_9ca3b319f18a41438d3a07afbb0b8c8c", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9ca3b319f18a41438d3a07afbb0b8c8c", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:35:39,026 119950 INFO [tempest.lib.common.fixed_network] (ServerShowV247Test:test_update_rebuild_list_server) Found network None available for tenant 2022-06-05 08:35:39,338 119950 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 202 POST http://10.222.0.33/compute/v2.1/servers 0.311s 2022-06-05 08:35:39,339 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerShowV247Test-server-586906103", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4842dd83-88dc-4bc2-8a33-1e093cadc839', 'x-compute-request-id': 'req-4842dd83-88dc-4bc2-8a33-1e093cadc839', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "49b3b621-46ae-435b-b6f2-39183ba2f7d7", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ToqYhho6Dj8i"}}' 2022-06-05 08:35:39,457 119950 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 PUT http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7 0.115s 2022-06-05 08:35:39,457 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: {"server": {}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ab77687-4cc9-4172-8802-a409c71d839d', 'x-compute-request-id': 'req-2ab77687-4cc9-4172-8802-a409c71d839d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7'} Body: b'{"server": {"id": "49b3b621-46ae-435b-b6f2-39183ba2f7d7", "name": "tempest-ServerShowV247Test-server-586906103", "status": "BUILD", "tenant_id": "9ca3b319f18a41438d3a07afbb0b8c8c", "user_id": "3792a079363f4fb18372a5d7a4a07b49", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:35:39Z", "updated": "2022-06-05T08:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "locked": false, "description": null, "tags": []}}' 2022-06-05 08:35:39,649 119950 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7 0.185s 2022-06-05 08:35:39,650 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b699a2e8-244c-44f0-88b7-59cdce285696', 'x-compute-request-id': 'req-b699a2e8-244c-44f0-88b7-59cdce285696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7'} Body: b'{"server": {"id": "49b3b621-46ae-435b-b6f2-39183ba2f7d7", "name": "tempest-ServerShowV247Test-server-586906103", "status": "BUILD", "tenant_id": "9ca3b319f18a41438d3a07afbb0b8c8c", "user_id": "3792a079363f4fb18372a5d7a4a07b49", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:35:39Z", "updated": "2022-06-05T08:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:35:40,972 119950 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7 0.312s 2022-06-05 08:35:40,972 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95ca84e8-51e3-4ad8-925e-176978fa28c7', 'x-compute-request-id': 'req-95ca84e8-51e3-4ad8-925e-176978fa28c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7'} Body: b'{"server": {"id": "49b3b621-46ae-435b-b6f2-39183ba2f7d7", "name": "tempest-ServerShowV247Test-server-586906103", "status": "ERROR", "tenant_id": "9ca3b319f18a41438d3a07afbb0b8c8c", "user_id": "3792a079363f4fb18372a5d7a4a07b49", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:35:39Z", "updated": "2022-06-05T08:35:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/49b3b621-46ae-435b-b6f2-39183ba2f7d7"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:35:40Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:35:40,987 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 185, in test_update_rebuild_list_server waiters.wait_for_server_status(self.servers_client, server['id'], File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 49b3b621-46ae-435b-b6f2-39183ba2f7d7 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:35:40Z', 'message': 'No valid host was found. '}. |
||||||
tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 1 | 6 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
fail
ft56.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:18,145 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.168s 2022-06-05 08:39:18,145 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-731f9e68-cfbf-4c03-b040-47ce0a8169cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["ggwRurMLTGCHMr8QGQqHYg"], "expires_at": "2022-06-05T09:39:18.000000Z", "issued_at": "2022-06-05T08:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:18,146 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:21,677 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 202 POST http://10.222.0.33/compute/v2.1/servers 3.529s 2022-06-05 08:39:21,677 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-151537258", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3', '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-fc717974-6e6e-4711-89be-04c0bf196399', 'x-compute-request-id': 'req-fc717974-6e6e-4711-89be-04c0bf196399', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "69fd726f-91f5-4f57-bb30-0ecd496402e3", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JXnWa3jGpy52"}}' 2022-06-05 08:39:22,164 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3 0.485s 2022-06-05 08:39:22,165 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1192', '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-1a7aadf8-2f8a-4f57-9d6c-2268fd7cbc02', 'x-compute-request-id': 'req-1a7aadf8-2f8a-4f57-9d6c-2268fd7cbc02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3'} Body: b'{"server": {"id": "69fd726f-91f5-4f57-bb30-0ecd496402e3", "name": "tempest-\\u20a1-151537258", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:22Z", "updated": "2022-06-05T08:39:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:23,410 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3 0.236s 2022-06-05 08:39:23,411 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1265', '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-622fc178-fe77-4592-a0ad-63400a8d9b88', 'x-compute-request-id': 'req-622fc178-fe77-4592-a0ad-63400a8d9b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3'} Body: b'{"server": {"id": "69fd726f-91f5-4f57-bb30-0ecd496402e3", "name": "tempest-\\u20a1-151537258", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:21Z", "updated": "2022-06-05T08:39:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:22Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:23,425 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:24,126 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 204 DELETE http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3 0.700s 2022-06-05 08:39:24,126 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-558d794e-03f6-4b5c-aa5b-9c1860113bbd', 'x-compute-request-id': 'req-558d794e-03f6-4b5c-aa5b-9c1860113bbd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3'} Body: b'' 2022-06-05 08:39:24,226 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 404 GET http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3 0.098s 2022-06-05 08:39:24,226 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4383dcf6-b035-44ed-9c46-2fb8765f2830', 'x-compute-request-id': 'req-4383dcf6-b035-44ed-9c46-2fb8765f2830', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/69fd726f-91f5-4f57-bb30-0ecd496402e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 69fd726f-91f5-4f57-bb30-0ecd496402e3 could not be found."}}' 2022-06-05 08:39:24,226 119935 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1730756. The failure could be related to https://launchpad.net/bugs/1730756 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 157, in test_create_server_specify_multibyte_character_name self.create_test_server(name=utf8_name, wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 69fd726f-91f5-4f57-bb30-0ecd496402e3 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:22Z', 'message': 'No valid host was found. '}. Server boot request ID: req-fc717974-6e6e-4711-89be-04c0bf196399. |
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt56.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
fail
ft56.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:28,187 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.737s 2022-06-05 08:39:28,187 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-92e7c66e-7396-4888-bffa-c156f01c9e7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["DjHpyHPYREe1BfyMYSCvEQ"], "expires_at": "2022-06-05T09:39:27.000000Z", "issued_at": "2022-06-05T08:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:28,188 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:30,359 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 202 POST http://10.222.0.33/compute/v2.1/servers 2.170s 2022-06-05 08:39:30,359 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1515935858", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f', '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-8362efc8-5cf7-4863-898f-31fca8cca55b', 'x-compute-request-id': 'req-8362efc8-5cf7-4863-898f-31fca8cca55b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "b6c4e3b1-1555-4d02-b0bb-01c62615ae3f", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "w7JEz2XMomi7"}}' 2022-06-05 08:39:31,058 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f 0.696s 2022-06-05 08:39:31,059 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1221', '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-07ce38e8-8e87-4c01-b1c1-58a81488410e', 'x-compute-request-id': 'req-07ce38e8-8e87-4c01-b1c1-58a81488410e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f'} Body: b'{"server": {"id": "b6c4e3b1-1555-4d02-b0bb-01c62615ae3f", "name": "tempest-ServersTestJSON-server-1515935858", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:30Z", "updated": "2022-06-05T08:39:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "2001:2001::3", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:32,278 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f 0.210s 2022-06-05 08:39:32,278 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', '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-22939a61-6df3-4d13-a921-b941318850a2', 'x-compute-request-id': 'req-22939a61-6df3-4d13-a921-b941318850a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f'} Body: b'{"server": {"id": "b6c4e3b1-1555-4d02-b0bb-01c62615ae3f", "name": "tempest-ServersTestJSON-server-1515935858", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:30Z", "updated": "2022-06-05T08:39:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "2001:2001::3", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:31Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:32,286 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:33,273 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 204 DELETE http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f 0.987s 2022-06-05 08:39:33,274 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd85aae2-9360-4518-8c06-19c07d042854', 'x-compute-request-id': 'req-dd85aae2-9360-4518-8c06-19c07d042854', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f'} Body: b'' 2022-06-05 08:39:33,365 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 404 GET http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f 0.090s 2022-06-05 08:39:33,365 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6eff5c7c-3060-4313-b9ad-b75d69d2c1b8', 'x-compute-request-id': 'req-6eff5c7c-3060-4313-b9ad-b75d69d2c1b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b6c4e3b1-1555-4d02-b0bb-01c62615ae3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b6c4e3b1-1555-4d02-b0bb-01c62615ae3f could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 138, in test_create_server_with_ipv6_addr_only server = self.create_test_server(accessIPv6='2001:2001::3', File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server b6c4e3b1-1555-4d02-b0bb-01c62615ae3f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:31Z', 'message': 'No valid host was found. '}. Server boot request ID: req-8362efc8-5cf7-4863-898f-31fca8cca55b. |
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
fail
ft56.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:33,562 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.191s 2022-06-05 08:39:33,562 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-2079898197", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBr2Sc8TzR0MBYtjwKlDLWSP/jRBAHHnkRnXraRkbVwNPqBoXJTtbyRWZ+xK78HAi5c/4UL+Kr0nRmfWPgdZIzEpqvgp9E+EBaqbg2Eb0PoPZX3zU07q3/navcfe5yTwFw=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '382', '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-f4bb78fa-ff8d-4237-80d6-abc752bbb5d5', 'x-compute-request-id': 'req-f4bb78fa-ff8d-4237-80d6-abc752bbb5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-2079898197", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBr2Sc8TzR0MBYtjwKlDLWSP/jRBAHHnkRnXraRkbVwNPqBoXJTtbyRWZ+xK78HAi5c/4UL+Kr0nRmfWPgdZIzEpqvgp9E+EBaqbg2Eb0PoPZX3zU07q3/navcfe5yTwFw==", "fingerprint": "4d:f8:8c:16:89:b2:33:1a:50:30:3f:99:a4:29:72:d9", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c"}}' 2022-06-05 08:39:33,607 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.33/compute/v2.1/os-keypairs 0.043s 2022-06-05 08:39:33,607 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '351', '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-95f14e9d-f321-49f3-854d-3397e496fc8b', 'x-compute-request-id': 'req-95f14e9d-f321-49f3-854d-3397e496fc8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-2079898197", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBr2Sc8TzR0MBYtjwKlDLWSP/jRBAHHnkRnXraRkbVwNPqBoXJTtbyRWZ+xK78HAi5c/4UL+Kr0nRmfWPgdZIzEpqvgp9E+EBaqbg2Eb0PoPZX3zU07q3/navcfe5yTwFw==", "fingerprint": "4d:f8:8c:16:89:b2:33:1a:50:30:3f:99:a4:29:72:d9"}}]}' 2022-06-05 08:39:33,970 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.355s 2022-06-05 08:39:33,970 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f694ebc-ee48-4cb7-9e8b-69d584d20d83', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["-UlER0CUQSqUuYvn4Ks3Rw"], "expires_at": "2022-06-05T09:39:33.000000Z", "issued_at": "2022-06-05T08:39:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:33,971 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:35,870 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 202 POST http://10.222.0.33/compute/v2.1/servers 1.898s 2022-06-05 08:39:35,870 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-127436844", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-key-2079898197", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605', '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-6b7b8806-958f-404d-8e75-5a17b60f4f18', 'x-compute-request-id': 'req-6b7b8806-958f-404d-8e75-5a17b60f4f18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "e0d5a329-83a0-48e3-a5b6-6e4718686605", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vS3EhMkLSkob"}}' 2022-06-05 08:39:36,111 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605 0.239s 2022-06-05 08:39:36,112 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1228', '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-2ab3335c-4efb-454d-8ee3-710de4f2d662', 'x-compute-request-id': 'req-2ab3335c-4efb-454d-8ee3-710de4f2d662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605'} Body: b'{"server": {"id": "e0d5a329-83a0-48e3-a5b6-6e4718686605", "name": "tempest-ServersTestJSON-server-127436844", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:36Z", "updated": "2022-06-05T08:39:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-key-2079898197", "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": []}}' 2022-06-05 08:39:37,418 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605 0.296s 2022-06-05 08:39:37,418 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1301', '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-67662f64-7f8a-4d39-9ba3-af556e4f61ad', 'x-compute-request-id': 'req-67662f64-7f8a-4d39-9ba3-af556e4f61ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605'} Body: b'{"server": {"id": "e0d5a329-83a0-48e3-a5b6-6e4718686605", "name": "tempest-ServersTestJSON-server-127436844", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:35Z", "updated": "2022-06-05T08:39:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:36Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-key-2079898197", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:37,426 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:38,464 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 204 DELETE http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605 1.037s 2022-06-05 08:39:38,465 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cfd24a0-a021-4c7e-8b60-be664f77b831', 'x-compute-request-id': 'req-2cfd24a0-a021-4c7e-8b60-be664f77b831', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605'} Body: b'' 2022-06-05 08:39:38,536 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 404 GET http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605 0.071s 2022-06-05 08:39:38,537 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9c764cce-8c7c-49ec-8918-b228173baccc', 'x-compute-request-id': 'req-9c764cce-8c7c-49ec-8918-b228173baccc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/e0d5a329-83a0-48e3-a5b6-6e4718686605'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e0d5a329-83a0-48e3-a5b6-6e4718686605 could not be found."}}' 2022-06-05 08:39:38,590 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-key-2079898197 0.051s 2022-06-05 08:39:38,590 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a96efc-3f68-41ef-a1aa-a8beff0c70a1', 'x-compute-request-id': 'req-22a96efc-3f68-41ef-a1aa-a8beff0c70a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-key-2079898197'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 80, in test_create_specify_keypair server = self.create_test_server(key_name=key_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server e0d5a329-83a0-48e3-a5b6-6e4718686605 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:36Z', 'message': 'No valid host was found. '}. Server boot request ID: req-6b7b8806-958f-404d-8e75-5a17b60f4f18. |
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
fail
ft56.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:38,846 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.248s 2022-06-05 08:39:38,846 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f59abfcb-d00c-4082-bedb-cf9d925cfad6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["VbrHZp6oTeK68i9OZcsDcg"], "expires_at": "2022-06-05T09:39:38.000000Z", "issued_at": "2022-06-05T08:39:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:38,847 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:42,225 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 202 POST http://10.222.0.33/compute/v2.1/servers 3.377s 2022-06-05 08:39:42,226 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1336350534", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47', '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-2bb23ca5-6aed-4da9-8211-d4df92778f30', 'x-compute-request-id': 'req-2bb23ca5-6aed-4da9-8211-d4df92778f30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "95ce97cb-122f-4fb7-b80c-729c67c1be47", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Kw7ipiNXcxi4"}}' 2022-06-05 08:39:42,433 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47 0.205s 2022-06-05 08:39:42,434 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63e0943e-ec14-4c00-95b4-56c3bf5061c6', 'x-compute-request-id': 'req-63e0943e-ec14-4c00-95b4-56c3bf5061c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47'} Body: b'{"server": {"id": "95ce97cb-122f-4fb7-b80c-729c67c1be47", "name": "tempest-ServersTestJSON-server-1336350534", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:42Z", "updated": "2022-06-05T08:39:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:43,891 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47 0.449s 2022-06-05 08:39:43,892 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', '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-bd54f4c2-728a-4a54-bd01-97df0e6ca518', 'x-compute-request-id': 'req-bd54f4c2-728a-4a54-bd01-97df0e6ca518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47'} Body: b'{"server": {"id": "95ce97cb-122f-4fb7-b80c-729c67c1be47", "name": "tempest-ServersTestJSON-server-1336350534", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:42Z", "updated": "2022-06-05T08:39:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:43Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:43,899 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:44,498 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 204 DELETE http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47 0.598s 2022-06-05 08:39:44,498 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57591300-1a0f-4ec9-ab2f-87e6bee56170', 'x-compute-request-id': 'req-57591300-1a0f-4ec9-ab2f-87e6bee56170', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47'} Body: b'' 2022-06-05 08:39:44,547 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 404 GET http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47 0.048s 2022-06-05 08:39:44,547 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cac07ba6-97a5-4ef7-ba11-2f9209bb7013', 'x-compute-request-id': 'req-cac07ba6-97a5-4ef7-ba11-2f9209bb7013', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/95ce97cb-122f-4fb7-b80c-729c67c1be47'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 95ce97cb-122f-4fb7-b80c-729c67c1be47 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 58, in test_create_with_existing_server_name server = self.create_test_server(name=server_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 95ce97cb-122f-4fb7-b80c-729c67c1be47 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:43Z', 'message': 'No valid host was found. '}. Server boot request ID: req-2bb23ca5-6aed-4da9-8211-d4df92778f30. |
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
fail
ft56.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:44,750 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.194s 2022-06-05 08:39:44,750 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9f89a61b-51c6-491b-acbb-3aaf87486904', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["pwfml80zSZi9P1drxmUuWg"], "expires_at": "2022-06-05T09:39:44.000000Z", "issued_at": "2022-06-05T08:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:44,751 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:46,150 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 202 POST http://10.222.0.33/compute/v2.1/servers 1.398s 2022-06-05 08:39:46,151 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1721438010", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2', '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-d315d8c9-83ea-422c-bfef-9c8fdf6412ea', 'x-compute-request-id': 'req-d315d8c9-83ea-422c-bfef-9c8fdf6412ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "1a643019-faab-4807-bb98-981a3efcb6e2", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9432vswqYLZV"}}' 2022-06-05 08:39:46,344 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2 0.189s 2022-06-05 08:39:46,344 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-489b7f4c-b026-4977-b11a-008bd84c8c53', 'x-compute-request-id': 'req-489b7f4c-b026-4977-b11a-008bd84c8c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2'} Body: b'{"server": {"id": "1a643019-faab-4807-bb98-981a3efcb6e2", "name": "tempest-ServersTestJSON-server-1721438010", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:46Z", "updated": "2022-06-05T08:39:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:47,582 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2 0.230s 2022-06-05 08:39:47,582 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', '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-2f452a37-e664-4483-92d5-57ecb8902d37', 'x-compute-request-id': 'req-2f452a37-e664-4483-92d5-57ecb8902d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2'} Body: b'{"server": {"id": "1a643019-faab-4807-bb98-981a3efcb6e2", "name": "tempest-ServersTestJSON-server-1721438010", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:46Z", "updated": "2022-06-05T08:39:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1a643019-faab-4807-bb98-981a3efcb6e2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:47Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:47,590 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:48,116 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 204 DELETE http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2 0.525s 2022-06-05 08:39:48,117 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd228ae7-2c0a-48f8-b511-f322690b70fa', 'x-compute-request-id': 'req-dd228ae7-2c0a-48f8-b511-f322690b70fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2'} Body: b'' 2022-06-05 08:39:48,167 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 404 GET http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2 0.050s 2022-06-05 08:39:48,168 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0d91fc20-440a-4551-96eb-e66546ced91c', 'x-compute-request-id': 'req-0d91fc20-440a-4551-96eb-e66546ced91c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1a643019-faab-4807-bb98-981a3efcb6e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1a643019-faab-4807-bb98-981a3efcb6e2 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 121, in test_update_access_server_address server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 1a643019-faab-4807-bb98-981a3efcb6e2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:47Z', 'message': 'No valid host was found. '}. Server boot request ID: req-d315d8c9-83ea-422c-bfef-9c8fdf6412ea. |
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
fail
ft56.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:39:48,564 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.387s 2022-06-05 08:39:48,565 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3234', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-edfb644e-5870-42b0-86d9-26920529e1f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65a3e3ac4a994d55a3c87e51b3be024c", "name": "tempest-ServersTestJSON-1445963553-project", "password_expires_at": null}, "audit_ids": ["76ixPYPrRaekyl7ZfGx2GQ"], "expires_at": "2022-06-05T09:39:48.000000Z", "issued_at": "2022-06-05T08:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a74e63775d49dbafd25b2c7257f817", "name": "tempest-ServersTestJSON-1445963553"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/e0a74e63775d49dbafd25b2c7257f817", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:39:48,565 119935 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '9cadba9d-5f73-40e2-9cd2-86024f7f62a4', 'name': 'tempest-ServersTestJSON-80300560-network', 'tenant_id': 'e0a74e63775d49dbafd25b2c7257f817', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0a74e63775d49dbafd25b2c7257f817', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 102, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:39:14Z', 'updated_at': '2022-06-05T08:39:15Z', 'revision_number': 1} available for tenant 2022-06-05 08:39:49,354 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 202 POST http://10.222.0.33/compute/v2.1/servers 0.787s 2022-06-05 08:39:49,355 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-164032972", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9cadba9d-5f73-40e2-9cd2-86024f7f62a4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824', '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-1c2533e0-3270-4a78-a551-e2fbe813658d', 'x-compute-request-id': 'req-1c2533e0-3270-4a78-a551-e2fbe813658d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "c3e40a19-4a8a-4fd7-833f-87a0a4359824", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "dy58zJ9mmYKN"}}' 2022-06-05 08:39:49,556 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824 0.199s 2022-06-05 08:39:49,557 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1208', '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-29962b46-4dd4-4dba-b3a1-cdaf1e9ddcce', 'x-compute-request-id': 'req-29962b46-4dd4-4dba-b3a1-cdaf1e9ddcce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824'} Body: b'{"server": {"id": "c3e40a19-4a8a-4fd7-833f-87a0a4359824", "name": "tempest-ServersTestJSON-server-164032972", "status": "BUILD", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:49Z", "updated": "2022-06-05T08:39:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:50,820 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824 0.251s 2022-06-05 08:39:50,821 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', '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-4f239e4e-b792-4719-a8a7-01062a9e1bc1', 'x-compute-request-id': 'req-4f239e4e-b792-4719-a8a7-01062a9e1bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824'} Body: b'{"server": {"id": "c3e40a19-4a8a-4fd7-833f-87a0a4359824", "name": "tempest-ServersTestJSON-server-164032972", "status": "ERROR", "tenant_id": "e0a74e63775d49dbafd25b2c7257f817", "user_id": "65a3e3ac4a994d55a3c87e51b3be024c", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:49Z", "updated": "2022-06-05T08:39:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:50Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:50,828 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:39:51,417 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 204 DELETE http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824 0.588s 2022-06-05 08:39:51,417 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9135b74b-7eda-495f-882d-1084a54b840c', 'x-compute-request-id': 'req-9135b74b-7eda-495f-882d-1084a54b840c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824'} Body: b'' 2022-06-05 08:39:51,489 119935 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 404 GET http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824 0.071s 2022-06-05 08:39:51,489 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7b780c3f-e5a8-47a5-bc2c-17f7fa8272d9', 'x-compute-request-id': 'req-7b780c3f-e5a8-47a5-bc2c-17f7fa8272d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c3e40a19-4a8a-4fd7-833f-87a0a4359824'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c3e40a19-4a8a-4fd7-833f-87a0a4359824 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 103, in test_update_server_name server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c3e40a19-4a8a-4fd7-833f-87a0a4359824 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:50Z', 'message': 'No valid host was found. '}. Server boot request ID: req-1c2533e0-3270-4a78-a551-e2fbe813658d. |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
fail
ft57.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:36:48,912 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.120s 2022-06-05 08:36:48,913 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6904c246-856c-4f67-8745-d78f05f56c12', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ed1965f383a4d3b97fb4ebe824cc6a7", "name": "tempest-ServerShowV254Test-1514597628-project", "password_expires_at": null}, "audit_ids": ["-e-cA_RSQzO_Aqjmuj6U3Q"], "expires_at": "2022-06-05T09:36:48.000000Z", "issued_at": "2022-06-05T08:36:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69db15f1c4e94b0dbef131d8d8911872", "name": "tempest-ServerShowV254Test-1514597628"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/69db15f1c4e94b0dbef131d8d8911872", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/69db15f1c4e94b0dbef131d8d8911872", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_69db15f1c4e94b0dbef131d8d8911872", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/69db15f1c4e94b0dbef131d8d8911872", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:36:48,914 119942 INFO [tempest.lib.common.fixed_network] (ServerShowV254Test:test_rebuild_server) Found network None available for tenant 2022-06-05 08:36:49,507 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 202 POST http://10.222.0.33/compute/v2.1/servers 0.592s 2022-06-05 08:36:49,508 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerShowV254Test-server-1389410403", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fad9cc6-1961-4608-8fc5-516560ba1e4e', 'x-compute-request-id': 'req-3fad9cc6-1961-4608-8fc5-516560ba1e4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "b798ee01-126a-4c5a-9951-6bc84bd2a4bf", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "z7uupnczdH8n"}}' 2022-06-05 08:36:49,853 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf 0.343s 2022-06-05 08:36:49,853 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4433ef2-8c6b-4384-9d01-be6ebcdca2a5', 'x-compute-request-id': 'req-a4433ef2-8c6b-4384-9d01-be6ebcdca2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf'} Body: b'{"server": {"id": "b798ee01-126a-4c5a-9951-6bc84bd2a4bf", "name": "tempest-ServerShowV254Test-server-1389410403", "status": "BUILD", "tenant_id": "69db15f1c4e94b0dbef131d8d8911872", "user_id": "9ed1965f383a4d3b97fb4ebe824cc6a7", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:36:49Z", "updated": "2022-06-05T08:36:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:36:52,045 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf 1.180s 2022-06-05 08:36:52,046 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51c7fae0-f525-4afa-8e2c-bdac5e50a14a', 'x-compute-request-id': 'req-51c7fae0-f525-4afa-8e2c-bdac5e50a14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf'} Body: b'{"server": {"id": "b798ee01-126a-4c5a-9951-6bc84bd2a4bf", "name": "tempest-ServerShowV254Test-server-1389410403", "status": "ERROR", "tenant_id": "69db15f1c4e94b0dbef131d8d8911872", "user_id": "9ed1965f383a4d3b97fb4ebe824cc6a7", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:36:49Z", "updated": "2022-06-05T08:36:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:36:50Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:36:52,055 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait 2022-06-05 08:36:53,395 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf 1.339s 2022-06-05 08:36:53,395 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc7f1f5d-5024-46fa-b75f-d0905b91ffd5', 'x-compute-request-id': 'req-dc7f1f5d-5024-46fa-b75f-d0905b91ffd5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf'} Body: b'' 2022-06-05 08:36:53,443 119942 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 404 GET http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf 0.047s 2022-06-05 08:36:53,443 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d47e8f60-84e5-45f4-ac94-6ada1c0299b9', 'x-compute-request-id': 'req-d47e8f60-84e5-45f4-ac94-6ada1c0299b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/b798ee01-126a-4c5a-9951-6bc84bd2a4bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b798ee01-126a-4c5a-9951-6bc84bd2a4bf could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_microversions.py", line 42, in test_rebuild_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server b798ee01-126a-4c5a-9951-6bc84bd2a4bf failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:50Z', 'message': 'No valid host was found. '}. Server boot request ID: req-3fad9cc6-1961-4608-8fc5-516560ba1e4e. |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
fail
ft58.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:37:52,044 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.283s 2022-06-05 08:37:52,044 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3871', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2b527615-3ae5-48a9-83b9-4f9067be62e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7a3bbbfb0cb14d049902eb17c8f3bba6", "name": "tempest-ServerShowV257Test-562784539-project", "password_expires_at": null}, "audit_ids": ["95TnHw38RL68Y8WalkDp1A"], "expires_at": "2022-06-05T09:37:52.000000Z", "issued_at": "2022-06-05T08:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "802438fe265042e8a554ddff64966226", "name": "tempest-ServerShowV257Test-562784539"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/802438fe265042e8a554ddff64966226", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ce987eba5f184145b8fb5d89fa3e0860", "interface": "internal", "region_id": "tempest-region-1066214357", "url": "https://url-1078067472.com", "region": "tempest-region-1066214357"}], "id": "94d65e59481c40baa5335fd00ce585b9", "type": "tempest-type-105800075", "name": "tempest-service-150663133"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/802438fe265042e8a554ddff64966226", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1dc1ec559698407f9faa89e5fbc19d86", "interface": "public", "region_id": "tempest-region-1972431668", "url": "https://url-1691114057.com", "region": "tempest-region-1972431668"}], "id": "b385a0657533431cb9911bf82ebfc076", "type": "tempest-type-683491997", "name": "tempest-service-1129766094"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_802438fe265042e8a554ddff64966226", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/802438fe265042e8a554ddff64966226", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:37:52,045 119937 INFO [tempest.lib.common.fixed_network] (ServerShowV257Test:test_rebuild_server) Found network None available for tenant 2022-06-05 08:37:52,706 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 202 POST http://10.222.0.33/compute/v2.1/servers 0.660s 2022-06-05 08:37:52,706 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerShowV257Test-server-693097359", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-933a67ed-48b6-4642-b7a5-570c31e021c4', 'x-compute-request-id': 'req-933a67ed-48b6-4642-b7a5-570c31e021c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "aGSLM3o5fCck"}}' 2022-06-05 08:37:52,873 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b 0.165s 2022-06-05 08:37:52,874 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4e99fa-86c0-4c94-bbfd-236981f78a92', 'x-compute-request-id': 'req-0a4e99fa-86c0-4c94-bbfd-236981f78a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b'} Body: b'{"server": {"id": "edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b", "name": "tempest-ServerShowV257Test-server-693097359", "status": "BUILD", "tenant_id": "802438fe265042e8a554ddff64966226", "user_id": "7a3bbbfb0cb14d049902eb17c8f3bba6", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:37:53Z", "updated": "2022-06-05T08:37:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:37:54,354 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b 0.470s 2022-06-05 08:37:54,354 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22e35a67-c36c-4a4f-b14a-574bb6bfff37', 'x-compute-request-id': 'req-22e35a67-c36c-4a4f-b14a-574bb6bfff37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b'} Body: b'{"server": {"id": "edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b", "name": "tempest-ServerShowV257Test-server-693097359", "status": "ERROR", "tenant_id": "802438fe265042e8a554ddff64966226", "user_id": "7a3bbbfb0cb14d049902eb17c8f3bba6", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-06-05T08:37:52Z", "updated": "2022-06-05T08:37:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:37:53Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-06-05 08:37:54,363 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:37:55,209 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b 0.845s 2022-06-05 08:37:55,209 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df562c98-081b-4396-bf83-7d041e345a79', 'x-compute-request-id': 'req-df562c98-081b-4396-bf83-7d041e345a79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b'} Body: b'' 2022-06-05 08:37:55,293 119937 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 404 GET http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b 0.083s 2022-06-05 08:37:55,294 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-728c09c1-a17c-4733-93aa-dffe23d3bac3', 'x-compute-request-id': 'req-728c09c1-a17c-4733-93aa-dffe23d3bac3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_microversions.py", line 64, in test_rebuild_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server edc89d49-cd7f-4ad2-8c9f-b73a50ec1c7b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:37:53Z', 'message': 'No valid host was found. '}. Server boot request ID: req-933a67ed-48b6-4642-b7a5-570c31e021c4. |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft59.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:36:44,097 119945 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:36:44,097 119945 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:36:44,815 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.715s 2022-06-05 08:36:44,816 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-590064180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH4OZ3itNHb9TPZQHApj8SG0RYQ2rnOApSaI3XcAELXnw6bswgjmXz62Ugfh+Hk7qyWgxJ1P5bRh3G5IXaJLcp+hktiYtuezjStsrbELY2/PieqA3MSfXwVkbM27ReUXXw=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:44 GMT', 'server': 'Apache/2.4.41 (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-68b3d92e-a70c-41c0-814c-7c1fdc739281', 'x-compute-request-id': 'req-68b3d92e-a70c-41c0-814c-7c1fdc739281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-590064180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH4OZ3itNHb9TPZQHApj8SG0RYQ2rnOApSaI3XcAELXnw6bswgjmXz62Ugfh+Hk7qyWgxJ1P5bRh3G5IXaJLcp+hktiYtuezjStsrbELY2/PieqA3MSfXwVkbM27ReUXXw==", "fingerprint": "9d:ed:08:29:18:91:ad:7e:aa:dd:1a:8d:d2:b2:da:e7", "user_id": "2d89719976f64c22bf4d9b7248da4804"}}' 2022-06-05 08:36:44,818 119945 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-590064180 created 2022-06-05 08:36:45,780 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.962s 2022-06-05 08:36:45,780 119945 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--906591604", "description": "tempest-description--1048413455"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-45e3837e-c117-4503-b467-1d8e913158f2', 'date': 'Sun, 05 Jun 2022 08:36:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "84293794-f78b-44c4-b391-672f865a844c", "name": "tempest-securitygroup--906591604", "stateful": true, "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "description": "tempest-description--1048413455", "shared": false, "security_group_rules": [{"id": "8786feb0-cee0-4f7e-8d6b-0fed336cf575", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "84293794-f78b-44c4-b391-672f865a844c", "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": 1581, "description": null, "tags": [], "created_at": "2022-06-05T08:36:45Z", "updated_at": "2022-06-05T08:36:45Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}, {"id": "ab1c7455-f476-48c8-8986-14009f5a244a", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "84293794-f78b-44c4-b391-672f865a844c", "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": 1582, "description": null, "tags": [], "created_at": "2022-06-05T08:36:45Z", "updated_at": "2022-06-05T08:36:45Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}], "tags": [], "created_at": "2022-06-05T08:36:45Z", "updated_at": "2022-06-05T08:36:45Z", "revision_number": 1, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:36:47,201 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.420s 2022-06-05 08:36:47,202 119945 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": "84293794-f78b-44c4-b391-672f865a844c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-61a04bd7-c2b4-4c6d-85ee-2e6615bda4ac', 'date': 'Sun, 05 Jun 2022 08:36:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "676f8099-74c9-4e98-9432-89d458d08886", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "84293794-f78b-44c4-b391-672f865a844c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:36:46Z", "updated_at": "2022-06-05T08:36:46Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:36:47,633 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.431s 2022-06-05 08:36:47,633 119945 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": "84293794-f78b-44c4-b391-672f865a844c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-70683609-b5ff-42a7-b177-e0bb7d4575b7', 'date': 'Sun, 05 Jun 2022 08:36:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f8ed0b1-b1ac-4cfa-95b1-1f68b6e66fd6", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "84293794-f78b-44c4-b391-672f865a844c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:36:47Z", "updated_at": "2022-06-05T08:36:47Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:36:47,634 119945 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--906591604 created 2022-06-05 08:36:52,460 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 4.826s 2022-06-05 08:36:52,461 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-a7cd7345-04ac-41b8-ae4f-0c55aa314008', 'date': 'Sun, 05 Jun 2022 08:36:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "96564f79-b13d-4388-906c-23e3da0546ca", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "floating_ip_address": "172.25.6.222", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9556f4ca2eea4506a818af2bb11d5712", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:36:50Z", "updated_at": "2022-06-05T08:36:50Z", "revision_number": 0}}' 2022-06-05 08:36:52,461 119945 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '96564f79-b13d-4388-906c-23e3da0546ca', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'floating_ip_address': '172.25.6.222', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:36:50Z', 'updated_at': '2022-06-05T08:36:50Z', 'revision_number': 0, 'ip': '172.25.6.222'} created 2022-06-05 08:36:52,704 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.236s 2022-06-05 08:36:52,705 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7a55b3ee-1709-4fbc-b702-b2de43889eed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2d89719976f64c22bf4d9b7248da4804", "name": "tempest-AttachVolumeTestJSON-656999486-project", "password_expires_at": null}, "audit_ids": ["_N3O1GGORTWWpbrtPnZoZQ"], "expires_at": "2022-06-05T09:36:52.000000Z", "issued_at": "2022-06-05T08:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9556f4ca2eea4506a818af2bb11d5712", "name": "tempest-AttachVolumeTestJSON-656999486"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:36:52,705 119945 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '820c8fba-7d8b-4aaf-95a7-62ce3a6f35e4', 'name': 'tempest-AttachVolumeTestJSON-93168425-network', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 126, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:36:18Z', 'updated_at': '2022-06-05T08:36:18Z', 'revision_number': 1} available for tenant 2022-06-05 08:36:52,706 119945 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-590064180', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH4OZ3itNHb9TPZQHApj8SG0RYQ2rnOApSaI3XcAELXnw6bswgjmXz62Ugfh+Hk7qyWgxJ1P5bRh3G5IXaJLcp+hktiYtuezjStsrbELY2/PieqA3MSfXwVkbM27ReUXXw==', 'fingerprint': '9d:ed:08:29:18:91:ad:7e:aa:dd:1a:8d:d2:b2:da:e7', 'user_id': '2d89719976f64c22bf4d9b7248da4804', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCMfOPbqTSUJmwBO0VS6emZIUmm3o39+SQvNJioiR1JMJMQhH4Z5sFO\nVIFSK63zoYagBwYFK4EEACKhZANiAAR+Dmd4rTR2/Uz2UBwKY/EhtEWENq5zgKUm\niN13ABC158Om7MII5l8+tlIH4fh5O6sloMSdT+W0YdxuSF2iS3KfoZLYmLbns40r\nbK2xC2Nvz4nqgNzEn18FZGzNu0XlF18=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '84293794-f78b-44c4-b391-672f865a844c', 'name': 'tempest-securitygroup--906591604', 'stateful': True, 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': 'tempest-description--1048413455', 'shared': False, 'security_group_rules': [{'id': '8786feb0-cee0-4f7e-8d6b-0fed336cf575', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'security_group_id': '84293794-f78b-44c4-b391-672f865a844c', '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': 1581, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:36:45Z', 'updated_at': '2022-06-05T08:36:45Z', 'revision_number': 0, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}, {'id': 'ab1c7455-f476-48c8-8986-14009f5a244a', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'security_group_id': '84293794-f78b-44c4-b391-672f865a844c', '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': 1582, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:36:45Z', 'updated_at': '2022-06-05T08:36:45Z', 'revision_number': 0, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}], 'tags': [], 'created_at': '2022-06-05T08:36:45Z', 'updated_at': '2022-06-05T08:36:45Z', 'revision_number': 1, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}, 'floating_ip': {'id': '96564f79-b13d-4388-906c-23e3da0546ca', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'floating_ip_address': '172.25.6.222', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:36:50Z', 'updated_at': '2022-06-05T08:36:50Z', 'revision_number': 0, 'ip': '172.25.6.222'}} 2022-06-05 08:36:54,679 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 1.972s 2022-06-05 08:36:54,679 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-468843822", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "820c8fba-7d8b-4aaf-95a7-62ce3a6f35e4"}], "security_groups": [{"name": "tempest-securitygroup--906591604"}], "key_name": "tempest-keypair-590064180", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03', '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-e8b805e9-6c65-4d4f-ba6b-ddd1378cd820', 'x-compute-request-id': 'req-e8b805e9-6c65-4d4f-ba6b-ddd1378cd820', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "27a27f33-fb21-4f5b-8df7-1a716eb87b03", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--906591604"}], "adminPass": "password"}}' 2022-06-05 08:36:54,947 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03 0.265s 2022-06-05 08:36:54,947 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:54 GMT', 'server': 'Apache/2.4.41 (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-4a1e3677-7a81-4311-bcc5-ccb33f7198fe', 'x-compute-request-id': 'req-4a1e3677-7a81-4311-bcc5-ccb33f7198fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03'} Body: b'{"server": {"id": "27a27f33-fb21-4f5b-8df7-1a716eb87b03", "name": "tempest-AttachVolumeTestJSON-server-468843822", "status": "BUILD", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "user_id": "2d89719976f64c22bf4d9b7248da4804", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:55Z", "updated": "2022-06-05T08:36:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-590064180", "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": []}}' 2022-06-05 08:36:56,330 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03 0.374s 2022-06-05 08:36:56,331 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ccdd42f-7408-4d5a-b10a-10312130ccb9', 'x-compute-request-id': 'req-6ccdd42f-7408-4d5a-b10a-10312130ccb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03'} Body: b'{"server": {"id": "27a27f33-fb21-4f5b-8df7-1a716eb87b03", "name": "tempest-AttachVolumeTestJSON-server-468843822", "status": "ERROR", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "user_id": "2d89719976f64c22bf4d9b7248da4804", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:36:54Z", "updated": "2022-06-05T08:36:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:36:55Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-590064180", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:36:56,338 119945 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:36:57,199 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03 0.859s 2022-06-05 08:36:57,200 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec7ce90-72fc-4eea-9ad5-013692555d80', 'x-compute-request-id': 'req-fec7ce90-72fc-4eea-9ad5-013692555d80', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03'} Body: b'' 2022-06-05 08:36:57,288 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03 0.087s 2022-06-05 08:36:57,288 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-51c12c78-5fee-4a93-91c1-690f86602be4', 'x-compute-request-id': 'req-51c12c78-5fee-4a93-91c1-690f86602be4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/27a27f33-fb21-4f5b-8df7-1a716eb87b03'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 27a27f33-fb21-4f5b-8df7-1a716eb87b03 could not be found."}}' 2022-06-05 08:36:57,348 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-590064180 0.055s 2022-06-05 08:36:57,348 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-202446f4-5ed7-4a5b-97e7-3da8d151fe4b', 'x-compute-request-id': 'req-202446f4-5ed7-4a5b-97e7-3da8d151fe4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-590064180'} Body: b'' 2022-06-05 08:36:58,453 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/84293794-f78b-44c4-b391-672f865a844c 1.104s 2022-06-05 08:36:58,453 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-89072100-fb21-4320-80f8-310acaf96c3b', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:36:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/84293794-f78b-44c4-b391-672f865a844c'} Body: b'' 2022-06-05 08:36:58,599 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/84293794-f78b-44c4-b391-672f865a844c 0.145s 2022-06-05 08:36:58,599 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-fc10710e-fbe1-4128-b62f-97de94d79f55', 'date': 'Sun, 05 Jun 2022 08:36:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/84293794-f78b-44c4-b391-672f865a844c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 84293794-f78b-44c4-b391-672f865a844c does not exist", "detail": ""}}' 2022-06-05 08:37:00,599 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/96564f79-b13d-4388-906c-23e3da0546ca 1.999s 2022-06-05 08:37:00,599 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d532b321-00c1-47b2-80dd-a83b4d7bbcbd', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:37:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/96564f79-b13d-4388-906c-23e3da0546ca'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 27a27f33-fb21-4f5b-8df7-1a716eb87b03 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:36:55Z', 'message': 'No valid host was found. '}. Server boot request ID: req-e8b805e9-6c65-4d4f-ba6b-ddd1378cd820. |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft59.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:37:00,602 119945 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:37:00,602 119945 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:37:00,726 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.119s 2022-06-05 08:37:00,726 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1033285927", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyJ1JGHGvTT3QxaTWdX8VZkTITlJXGjiDqYMz+Rok5x6P2ImesRniPPGJXr2dytdV5F6w2Ka/V8QKNdUdpVu7JOIKRLYIB5LYvzZk7eYd64Hu6rITNN12XrUB9LN88yiw=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:00 GMT', 'server': 'Apache/2.4.41 (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-63de22a1-29f2-4008-81e2-23323efc3409', 'x-compute-request-id': 'req-63de22a1-29f2-4008-81e2-23323efc3409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1033285927", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyJ1JGHGvTT3QxaTWdX8VZkTITlJXGjiDqYMz+Rok5x6P2ImesRniPPGJXr2dytdV5F6w2Ka/V8QKNdUdpVu7JOIKRLYIB5LYvzZk7eYd64Hu6rITNN12XrUB9LN88yiw==", "fingerprint": "55:08:a0:de:7c:f1:27:15:86:66:3b:6c:00:df:bd:ec", "user_id": "2d89719976f64c22bf4d9b7248da4804"}}' 2022-06-05 08:37:00,728 119945 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1033285927 created 2022-06-05 08:37:01,492 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.763s 2022-06-05 08:37:01,492 119945 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--1561104637", "description": "tempest-description--711959732"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-eafc04a8-d25b-4c86-8e41-b484b7390aef', 'date': 'Sun, 05 Jun 2022 08:37:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "dee84fcc-a579-41eb-9263-20691e914c6f", "name": "tempest-securitygroup--1561104637", "stateful": true, "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "description": "tempest-description--711959732", "shared": false, "security_group_rules": [{"id": "344b3619-5893-4cf8-b750-2cbde2e42426", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "dee84fcc-a579-41eb-9263-20691e914c6f", "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": 1613, "description": null, "tags": [], "created_at": "2022-06-05T08:37:01Z", "updated_at": "2022-06-05T08:37:01Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}, {"id": "84dd836d-df18-456f-bc69-2ec44642ab65", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "dee84fcc-a579-41eb-9263-20691e914c6f", "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": 1611, "description": null, "tags": [], "created_at": "2022-06-05T08:37:01Z", "updated_at": "2022-06-05T08:37:01Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}], "tags": [], "created_at": "2022-06-05T08:37:01Z", "updated_at": "2022-06-05T08:37:01Z", "revision_number": 1, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:37:02,080 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.588s 2022-06-05 08:37:02,081 119945 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": "dee84fcc-a579-41eb-9263-20691e914c6f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5ef88f70-1ed2-4bd5-8fb1-b361db629821', 'date': 'Sun, 05 Jun 2022 08:37:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "76c5c0fc-25e5-415d-8344-6fb3568d7bb8", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "dee84fcc-a579-41eb-9263-20691e914c6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:37:01Z", "updated_at": "2022-06-05T08:37:01Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:37:02,962 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.881s 2022-06-05 08:37:02,963 119945 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": "dee84fcc-a579-41eb-9263-20691e914c6f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b5407193-83dd-4544-a8db-00d08c6072b0', 'date': 'Sun, 05 Jun 2022 08:37:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d84bf49e-3daa-4345-bf59-080c3acba111", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "security_group_id": "dee84fcc-a579-41eb-9263-20691e914c6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:37:02Z", "updated_at": "2022-06-05T08:37:02Z", "revision_number": 0, "project_id": "9556f4ca2eea4506a818af2bb11d5712"}}' 2022-06-05 08:37:02,963 119945 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1561104637 created 2022-06-05 08:37:09,782 119945 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 6.817s 2022-06-05 08:37:09,783 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-bd501ef3-2e16-4c90-9122-df24529052f7', 'date': 'Sun, 05 Jun 2022 08:37:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d67842e5-97b6-43b3-b67c-75d39c827b39", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "floating_ip_address": "172.25.6.128", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9556f4ca2eea4506a818af2bb11d5712", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:37:06Z", "updated_at": "2022-06-05T08:37:06Z", "revision_number": 0}}' 2022-06-05 08:37:09,783 119945 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd67842e5-97b6-43b3-b67c-75d39c827b39', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'floating_ip_address': '172.25.6.128', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:37:06Z', 'updated_at': '2022-06-05T08:37:06Z', 'revision_number': 0, 'ip': '172.25.6.128'} created 2022-06-05 08:37:10,097 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.308s 2022-06-05 08:37:10,097 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-485a7c7e-6e5f-4f2c-99ee-6e2a1017945b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2d89719976f64c22bf4d9b7248da4804", "name": "tempest-AttachVolumeTestJSON-656999486-project", "password_expires_at": null}, "audit_ids": ["61tNcyfSRduLcbn3VsbbuQ"], "expires_at": "2022-06-05T09:37:09.000000Z", "issued_at": "2022-06-05T08:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9556f4ca2eea4506a818af2bb11d5712", "name": "tempest-AttachVolumeTestJSON-656999486"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/9556f4ca2eea4506a818af2bb11d5712", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:37:10,098 119945 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '820c8fba-7d8b-4aaf-95a7-62ce3a6f35e4', 'name': 'tempest-AttachVolumeTestJSON-93168425-network', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 126, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:36:18Z', 'updated_at': '2022-06-05T08:36:18Z', 'revision_number': 1} available for tenant 2022-06-05 08:37:10,098 119945 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1033285927', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyJ1JGHGvTT3QxaTWdX8VZkTITlJXGjiDqYMz+Rok5x6P2ImesRniPPGJXr2dytdV5F6w2Ka/V8QKNdUdpVu7JOIKRLYIB5LYvzZk7eYd64Hu6rITNN12XrUB9LN88yiw==', 'fingerprint': '55:08:a0:de:7c:f1:27:15:86:66:3b:6c:00:df:bd:ec', 'user_id': '2d89719976f64c22bf4d9b7248da4804', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA/vfcwsCOCfkYZiA/lpTo/n4mK1ftLfJnxllHhtKMXIFVNvTz1PUiE\n1Ses+hglij2gBwYFK4EEACKhZANiAAQsidSRhxr0090MWk1nV/FWZEyE5SVxo4g6\nmDM/kaJOcej9iJnrEZ4jzxiV69ncrXVeResNimv1fECjXVHaVbuyTiCkS2CAeS2L\n82ZO3mHeuB7uqyEzTddl61AfSzfPMos=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dee84fcc-a579-41eb-9263-20691e914c6f', 'name': 'tempest-securitygroup--1561104637', 'stateful': True, 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': 'tempest-description--711959732', 'shared': False, 'security_group_rules': [{'id': '344b3619-5893-4cf8-b750-2cbde2e42426', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'security_group_id': 'dee84fcc-a579-41eb-9263-20691e914c6f', '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': 1613, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:37:01Z', 'updated_at': '2022-06-05T08:37:01Z', 'revision_number': 0, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}, {'id': '84dd836d-df18-456f-bc69-2ec44642ab65', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'security_group_id': 'dee84fcc-a579-41eb-9263-20691e914c6f', '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': 1611, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:37:01Z', 'updated_at': '2022-06-05T08:37:01Z', 'revision_number': 0, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}], 'tags': [], 'created_at': '2022-06-05T08:37:01Z', 'updated_at': '2022-06-05T08:37:01Z', 'revision_number': 1, 'project_id': '9556f4ca2eea4506a818af2bb11d5712'}, 'floating_ip': {'id': 'd67842e5-97b6-43b3-b67c-75d39c827b39', 'tenant_id': '9556f4ca2eea4506a818af2bb11d5712', 'floating_ip_address': '172.25.6.128', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9556f4ca2eea4506a818af2bb11d5712', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:37:06Z', 'updated_at': '2022-06-05T08:37:06Z', 'revision_number': 0, 'ip': '172.25.6.128'}} 2022-06-05 08:37:13,616 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.33/compute/v2.1/servers 3.516s 2022-06-05 08:37:13,616 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-911580904", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "820c8fba-7d8b-4aaf-95a7-62ce3a6f35e4"}], "security_groups": [{"name": "tempest-securitygroup--1561104637"}], "key_name": "tempest-keypair-1033285927", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd', '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-f54d0acf-6e29-44d3-a8de-8558b2039d2e', 'x-compute-request-id': 'req-f54d0acf-6e29-44d3-a8de-8558b2039d2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1561104637"}], "adminPass": "password"}}' 2022-06-05 08:37:15,218 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd 1.599s 2022-06-05 08:37:15,218 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:13 GMT', 'server': 'Apache/2.4.41 (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-5c2dd781-7066-48fb-9f73-f651a7510c0e', 'x-compute-request-id': 'req-5c2dd781-7066-48fb-9f73-f651a7510c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd'} Body: b'{"server": {"id": "aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd", "name": "tempest-AttachVolumeTestJSON-server-911580904", "status": "BUILD", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "user_id": "2d89719976f64c22bf4d9b7248da4804", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:37:14Z", "updated": "2022-06-05T08:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1033285927", "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": []}}' 2022-06-05 08:37:16,551 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd 0.324s 2022-06-05 08:37:16,551 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1310', '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-843e5ae1-6cce-4d1e-b882-c32d265c1f46', 'x-compute-request-id': 'req-843e5ae1-6cce-4d1e-b882-c32d265c1f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd'} Body: b'{"server": {"id": "aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd", "name": "tempest-AttachVolumeTestJSON-server-911580904", "status": "ERROR", "tenant_id": "9556f4ca2eea4506a818af2bb11d5712", "user_id": "2d89719976f64c22bf4d9b7248da4804", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:37:13Z", "updated": "2022-06-05T08:37:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:37:14Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1033285927", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:37:16,560 119945 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:37:18,105 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 204 DELETE http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd 1.545s 2022-06-05 08:37:18,105 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c841184-0489-4397-9fdb-63826cbd6691', 'x-compute-request-id': 'req-5c841184-0489-4397-9fdb-63826cbd6691', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd'} Body: b'' 2022-06-05 08:37:18,209 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 404 GET http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd 0.103s 2022-06-05 08:37:18,210 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-edc386a2-1442-4093-8b78-cd1c1e938a7b', 'x-compute-request-id': 'req-edc386a2-1442-4093-8b78-cd1c1e938a7b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd could not be found."}}' 2022-06-05 08:37:18,290 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1033285927 0.079s 2022-06-05 08:37:18,290 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d06c841-c0da-42e2-b664-23981ae3fc46', 'x-compute-request-id': 'req-7d06c841-c0da-42e2-b664-23981ae3fc46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1033285927'} Body: b'' 2022-06-05 08:37:19,804 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/dee84fcc-a579-41eb-9263-20691e914c6f 1.513s 2022-06-05 08:37:19,804 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-bc34ed68-6337-44ef-a9f0-b3271b1044b1', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:37:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/dee84fcc-a579-41eb-9263-20691e914c6f'} Body: b'' 2022-06-05 08:37:20,390 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/dee84fcc-a579-41eb-9263-20691e914c6f 0.585s 2022-06-05 08:37:20,391 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-732e2bb3-563f-441e-a91a-53476770d2c1', 'date': 'Sun, 05 Jun 2022 08:37:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/dee84fcc-a579-41eb-9263-20691e914c6f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dee84fcc-a579-41eb-9263-20691e914c6f does not exist", "detail": ""}}' 2022-06-05 08:37:22,284 119945 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/d67842e5-97b6-43b3-b67c-75d39c827b39 1.893s 2022-06-05 08:37:22,285 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-6b75339f-b165-42b2-b7e2-a4801277051b', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:37:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/d67842e5-97b6-43b3-b67c-75d39c827b39'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server aa2cf07e-9c84-4cc2-80e0-2713f6edc0cd failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:37:14Z', 'message': 'No valid host was found. '}. Server boot request ID: req-f54d0acf-6e29-44d3-a8de-8558b2039d2e. |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft60.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:38:32,943 119937 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:38:32,944 119937 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:38:34,091 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 1.143s 2022-06-05 08:38:34,091 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1246822177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8NKBE6FjGCJ4W2ObMXhHf4Jx4fkMJ4C4v+AWkwLM7jNQxmlJViFL+vqPZUa017MqGMJLehjHlb3h5qSysbMK6vhyxw6E1wphyD8OzA3kG66DgY+8dNwwUImYO/9zj5bA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:32 GMT', 'server': 'Apache/2.4.41 (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-0a1c11a1-8016-4f48-9de8-ed762d106a1f', 'x-compute-request-id': 'req-0a1c11a1-8016-4f48-9de8-ed762d106a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1246822177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8NKBE6FjGCJ4W2ObMXhHf4Jx4fkMJ4C4v+AWkwLM7jNQxmlJViFL+vqPZUa017MqGMJLehjHlb3h5qSysbMK6vhyxw6E1wphyD8OzA3kG66DgY+8dNwwUImYO/9zj5bA==", "fingerprint": "78:14:f2:98:29:a8:a0:b5:3e:05:3e:3d:a8:78:78:4a", "user_id": "b279554204824a50b3fcccc8162da141"}}' 2022-06-05 08:38:34,093 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1246822177 created 2022-06-05 08:38:34,480 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.386s 2022-06-05 08:38:34,480 119937 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--1624009519", "description": "tempest-description--1492828661"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-3e6d8fdb-6d8f-4724-9b56-5512bf8e3d83', 'date': 'Sun, 05 Jun 2022 08:38:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "name": "tempest-securitygroup--1624009519", "stateful": true, "tenant_id": "72418fdfbcec401385db6b14842c7c22", "description": "tempest-description--1492828661", "shared": false, "security_group_rules": [{"id": "977fc934-9dc9-454f-afe3-6ce21cd38b73", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "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": 1831, "description": null, "tags": [], "created_at": "2022-06-05T08:38:34Z", "updated_at": "2022-06-05T08:38:34Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}, {"id": "e3db9c52-26e9-4703-8b8d-073de9950199", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "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": 1830, "description": null, "tags": [], "created_at": "2022-06-05T08:38:34Z", "updated_at": "2022-06-05T08:38:34Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}], "tags": [], "created_at": "2022-06-05T08:38:34Z", "updated_at": "2022-06-05T08:38:34Z", "revision_number": 1, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:34,814 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.333s 2022-06-05 08:38:34,815 119937 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": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9a440159-d258-4765-90a7-0231a32024a8', 'date': 'Sun, 05 Jun 2022 08:38:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "856609da-b2cb-42a9-bd79-ee000a985a49", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:34Z", "updated_at": "2022-06-05T08:38:34Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:35,038 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.222s 2022-06-05 08:38:35,038 119937 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": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3751a460-7f00-4ac2-8cbc-005d756e401f', 'date': 'Sun, 05 Jun 2022 08:38:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f502ecb2-ba45-4347-af8a-4579907544fd", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:34Z", "updated_at": "2022-06-05T08:38:34Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:35,039 119937 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1624009519 created 2022-06-05 08:38:37,303 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 2.264s 2022-06-05 08:38:37,303 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-43bafba2-12ec-406d-af9b-a0aa13662493', 'date': 'Sun, 05 Jun 2022 08:38:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fd7401b7-b5d9-4fbd-ac22-05b8ed766c04", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "floating_ip_address": "172.25.6.20", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72418fdfbcec401385db6b14842c7c22", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:38:35Z", "updated_at": "2022-06-05T08:38:35Z", "revision_number": 0}}' 2022-06-05 08:38:37,304 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fd7401b7-b5d9-4fbd-ac22-05b8ed766c04', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.20', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:35Z', 'updated_at': '2022-06-05T08:38:35Z', 'revision_number': 0, 'ip': '172.25.6.20'} created 2022-06-05 08:38:37,707 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.397s 2022-06-05 08:38:37,708 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9d34caab-43e3-4f03-9a94-2c36161583c7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b279554204824a50b3fcccc8162da141", "name": "tempest-AttachVolumeNegativeTest-322049477-project", "password_expires_at": null}, "audit_ids": ["5OtBcIP0Tf-6dA21YEuvqA"], "expires_at": "2022-06-05T09:38:37.000000Z", "issued_at": "2022-06-05T08:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72418fdfbcec401385db6b14842c7c22", "name": "tempest-AttachVolumeNegativeTest-322049477"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:38:37,709 119937 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'f1959f42-32fe-44cb-a898-d811ca57e359', 'name': 'tempest-AttachVolumeNegativeTest-33877236-network', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72418fdfbcec401385db6b14842c7c22', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 133, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:38:18Z', 'updated_at': '2022-06-05T08:38:18Z', 'revision_number': 1} available for tenant 2022-06-05 08:38:37,709 119937 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1246822177', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8NKBE6FjGCJ4W2ObMXhHf4Jx4fkMJ4C4v+AWkwLM7jNQxmlJViFL+vqPZUa017MqGMJLehjHlb3h5qSysbMK6vhyxw6E1wphyD8OzA3kG66DgY+8dNwwUImYO/9zj5bA==', 'fingerprint': '78:14:f2:98:29:a8:a0:b5:3e:05:3e:3d:a8:78:78:4a', 'user_id': 'b279554204824a50b3fcccc8162da141', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxp4l9Zh57QLf0pl5tb7JA3vB0QHfXG9OHuO9WN10LJG9jusWIjSE6\neso6vKNkO22gBwYFK4EEACKhZANiAARPDSgROhYxgieFtjmzF4R3+CceH5DCeAuL\n/gFpMCzO4zUMZpSVYhS/r6j2VGtNezKhjCS3oYx5W94eaksrGzCur4cscOhNcKYc\ng/DswN5Buug4GPvHTcMFCJmDv/c4+Ww=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0', 'name': 'tempest-securitygroup--1624009519', 'stateful': True, 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'description': 'tempest-description--1492828661', 'shared': False, 'security_group_rules': [{'id': '977fc934-9dc9-454f-afe3-6ce21cd38b73', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': 'deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0', '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': 1831, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:34Z', 'updated_at': '2022-06-05T08:38:34Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, {'id': 'e3db9c52-26e9-4703-8b8d-073de9950199', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': 'deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0', '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': 1830, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:34Z', 'updated_at': '2022-06-05T08:38:34Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}], 'tags': [], 'created_at': '2022-06-05T08:38:34Z', 'updated_at': '2022-06-05T08:38:34Z', 'revision_number': 1, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, 'floating_ip': {'id': 'fd7401b7-b5d9-4fbd-ac22-05b8ed766c04', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.20', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:35Z', 'updated_at': '2022-06-05T08:38:35Z', 'revision_number': 0, 'ip': '172.25.6.20'}} 2022-06-05 08:38:39,475 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.33/compute/v2.1/servers 1.765s 2022-06-05 08:38:39,475 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1013632854", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "f1959f42-32fe-44cb-a898-d811ca57e359"}], "security_groups": [{"name": "tempest-securitygroup--1624009519"}], "key_name": "tempest-keypair-1246822177", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234', '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-2b7a93f4-97d6-45b4-9d93-274325977173', 'x-compute-request-id': 'req-2b7a93f4-97d6-45b4-9d93-274325977173', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "4cd4ca5f-5442-4cd2-b241-9798ea965234", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1624009519"}], "adminPass": "password"}}' 2022-06-05 08:38:40,319 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234 0.839s 2022-06-05 08:38:40,319 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c093396c-3798-4e0d-bc9c-dd9dfa3a168f', 'x-compute-request-id': 'req-c093396c-3798-4e0d-bc9c-dd9dfa3a168f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234'} Body: b'{"server": {"id": "4cd4ca5f-5442-4cd2-b241-9798ea965234", "name": "tempest-AttachVolumeNegativeTest-server-1013632854", "status": "BUILD", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:38:39Z", "updated": "2022-06-05T08:38:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1246822177", "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": []}}' 2022-06-05 08:38:41,532 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234 0.204s 2022-06-05 08:38:41,532 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', '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-0e0accf2-4978-4a0e-aa36-2a3bd4cbbc99', 'x-compute-request-id': 'req-0e0accf2-4978-4a0e-aa36-2a3bd4cbbc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234'} Body: b'{"server": {"id": "4cd4ca5f-5442-4cd2-b241-9798ea965234", "name": "tempest-AttachVolumeNegativeTest-server-1013632854", "status": "ERROR", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:38:39Z", "updated": "2022-06-05T08:38:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:38:40Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1246822177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:38:41,543 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:38:41,990 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234 0.447s 2022-06-05 08:38:41,990 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b99989-8b5e-4649-a4f8-01875e1fb287', 'x-compute-request-id': 'req-10b99989-8b5e-4649-a4f8-01875e1fb287', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234'} Body: b'' 2022-06-05 08:38:42,055 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 404 GET http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234 0.064s 2022-06-05 08:38:42,055 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c290ef7d-faf6-4f96-a7c0-e903e844994d', 'x-compute-request-id': 'req-c290ef7d-faf6-4f96-a7c0-e903e844994d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4cd4ca5f-5442-4cd2-b241-9798ea965234'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4cd4ca5f-5442-4cd2-b241-9798ea965234 could not be found."}}' 2022-06-05 08:38:42,111 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1246822177 0.045s 2022-06-05 08:38:42,111 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e114c98-9080-4c8a-bbd6-13a73274b69a', 'x-compute-request-id': 'req-9e114c98-9080-4c8a-bbd6-13a73274b69a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1246822177'} Body: b'' 2022-06-05 08:38:42,641 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0 0.529s 2022-06-05 08:38:42,642 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-9ec05363-75f6-4b72-a844-4976ebe1d986', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:38:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0'} Body: b'' 2022-06-05 08:38:42,698 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0 0.056s 2022-06-05 08:38:42,698 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-83becb2e-3970-417e-9aa6-1046ec5a9243', 'date': 'Sun, 05 Jun 2022 08:38:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group deecbbc1-c8e1-4a1d-bc24-3a44ad6ac3c0 does not exist", "detail": ""}}' 2022-06-05 08:38:44,035 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/fd7401b7-b5d9-4fbd-ac22-05b8ed766c04 1.335s 2022-06-05 08:38:44,035 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-da1c1785-7f42-42c7-a678-619a5069e24a', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:38:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/fd7401b7-b5d9-4fbd-ac22-05b8ed766c04'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 4cd4ca5f-5442-4cd2-b241-9798ea965234 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:38:40Z', 'message': 'No valid host was found. '}. Server boot request ID: req-2b7a93f4-97d6-45b4-9d93-274325977173. |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft60.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:38:44,038 119937 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:38:44,039 119937 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:38:44,170 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.122s 2022-06-05 08:38:44,171 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-699263570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFOk7MU4lWqS28x08+q2moy0k1HoQcGO98M1JGVKEzg2AnbeiIolSYS2YM7WHsEEsFzKzpKJnuUCMZKHBArh8isOpEufKJu1r5eyHZiwaeNXRNCn/ikN6OHQCbkoz0aBsg=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:44 GMT', 'server': 'Apache/2.4.41 (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-63aec651-347f-487f-a255-d9ab46488e00', 'x-compute-request-id': 'req-63aec651-347f-487f-a255-d9ab46488e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-699263570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFOk7MU4lWqS28x08+q2moy0k1HoQcGO98M1JGVKEzg2AnbeiIolSYS2YM7WHsEEsFzKzpKJnuUCMZKHBArh8isOpEufKJu1r5eyHZiwaeNXRNCn/ikN6OHQCbkoz0aBsg==", "fingerprint": "1b:d8:5d:d1:61:ef:e3:4a:f0:8f:6e:e6:c7:cf:00:fa", "user_id": "b279554204824a50b3fcccc8162da141"}}' 2022-06-05 08:38:44,172 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-699263570 created 2022-06-05 08:38:44,688 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.515s 2022-06-05 08:38:44,689 119937 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--2125244578", "description": "tempest-description--476357675"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-38a6d0a5-b6b9-4138-8591-fb7ffaed2763', 'date': 'Sun, 05 Jun 2022 08:38:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "name": "tempest-securitygroup--2125244578", "stateful": true, "tenant_id": "72418fdfbcec401385db6b14842c7c22", "description": "tempest-description--476357675", "shared": false, "security_group_rules": [{"id": "7ba5daa8-1829-4a23-8dd6-28e04eff3637", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "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": 1881, "description": null, "tags": [], "created_at": "2022-06-05T08:38:44Z", "updated_at": "2022-06-05T08:38:44Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}, {"id": "a58613a4-5d5c-4f80-b7b8-698061063fba", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "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": 1882, "description": null, "tags": [], "created_at": "2022-06-05T08:38:44Z", "updated_at": "2022-06-05T08:38:44Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}], "tags": [], "created_at": "2022-06-05T08:38:44Z", "updated_at": "2022-06-05T08:38:44Z", "revision_number": 1, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:45,180 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.491s 2022-06-05 08:38:45,180 119937 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": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-55323106-df75-4de4-92af-190121ad10ff', 'date': 'Sun, 05 Jun 2022 08:38:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5ea8a89-05a9-428c-ac2b-e880bd44c09b", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:44Z", "updated_at": "2022-06-05T08:38:44Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:45,392 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.211s 2022-06-05 08:38:45,393 119937 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": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8b06702e-aea1-4d95-8459-c19b9e0d1aad', 'date': 'Sun, 05 Jun 2022 08:38:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0156303c-9720-43a9-8363-fcdf52b9658b", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "4912ad40-f813-4d3c-a83a-d3267c00c1f3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:45Z", "updated_at": "2022-06-05T08:38:45Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:45,393 119937 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2125244578 created 2022-06-05 08:38:47,673 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 2.279s 2022-06-05 08:38:47,673 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-121e65c9-7258-42e2-9673-2dcc165d641d', 'date': 'Sun, 05 Jun 2022 08:38:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f055ed67-2b81-4931-a3e9-178147888aa6", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "floating_ip_address": "172.25.6.10", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72418fdfbcec401385db6b14842c7c22", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:38:46Z", "updated_at": "2022-06-05T08:38:46Z", "revision_number": 0}}' 2022-06-05 08:38:47,673 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f055ed67-2b81-4931-a3e9-178147888aa6', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.10', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:46Z', 'updated_at': '2022-06-05T08:38:46Z', 'revision_number': 0, 'ip': '172.25.6.10'} created 2022-06-05 08:38:48,261 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.581s 2022-06-05 08:38:48,261 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0e77423d-6411-4afe-92f1-db462b941762', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b279554204824a50b3fcccc8162da141", "name": "tempest-AttachVolumeNegativeTest-322049477-project", "password_expires_at": null}, "audit_ids": ["FOyJ_PRISRGdKSQUsuNreg"], "expires_at": "2022-06-05T09:38:48.000000Z", "issued_at": "2022-06-05T08:38:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72418fdfbcec401385db6b14842c7c22", "name": "tempest-AttachVolumeNegativeTest-322049477"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:38:48,262 119937 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'f1959f42-32fe-44cb-a898-d811ca57e359', 'name': 'tempest-AttachVolumeNegativeTest-33877236-network', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72418fdfbcec401385db6b14842c7c22', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 133, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:38:18Z', 'updated_at': '2022-06-05T08:38:18Z', 'revision_number': 1} available for tenant 2022-06-05 08:38:48,262 119937 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-699263570', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFOk7MU4lWqS28x08+q2moy0k1HoQcGO98M1JGVKEzg2AnbeiIolSYS2YM7WHsEEsFzKzpKJnuUCMZKHBArh8isOpEufKJu1r5eyHZiwaeNXRNCn/ikN6OHQCbkoz0aBsg==', 'fingerprint': '1b:d8:5d:d1:61:ef:e3:4a:f0:8f:6e:e6:c7:cf:00:fa', 'user_id': 'b279554204824a50b3fcccc8162da141', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD04wo3wsZZrf/+wgL12OysyfZd69g4qmrRKmw/XstDhjf9Ft1etOfI\nTxi7Z27iN06gBwYFK4EEACKhZANiAARTpOzFOJVqktvMdPPqtpqMtJNR6EHBjvfD\nNSRlShM4NgJ23oiKJUmEtmDO1h7BBLBcys6SiZ7lAjGShwQK4fIrDqRLnyibta+X\nsh2YsGnjV0TQp/4pDejh0Am5KM9GgbI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4912ad40-f813-4d3c-a83a-d3267c00c1f3', 'name': 'tempest-securitygroup--2125244578', 'stateful': True, 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'description': 'tempest-description--476357675', 'shared': False, 'security_group_rules': [{'id': '7ba5daa8-1829-4a23-8dd6-28e04eff3637', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': '4912ad40-f813-4d3c-a83a-d3267c00c1f3', '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': 1881, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:44Z', 'updated_at': '2022-06-05T08:38:44Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, {'id': 'a58613a4-5d5c-4f80-b7b8-698061063fba', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': '4912ad40-f813-4d3c-a83a-d3267c00c1f3', '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': 1882, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:44Z', 'updated_at': '2022-06-05T08:38:44Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}], 'tags': [], 'created_at': '2022-06-05T08:38:44Z', 'updated_at': '2022-06-05T08:38:44Z', 'revision_number': 1, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, 'floating_ip': {'id': 'f055ed67-2b81-4931-a3e9-178147888aa6', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.10', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:46Z', 'updated_at': '2022-06-05T08:38:46Z', 'revision_number': 0, 'ip': '172.25.6.10'}} 2022-06-05 08:38:49,854 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.33/compute/v2.1/servers 1.590s 2022-06-05 08:38:49,854 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-803824521", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "f1959f42-32fe-44cb-a898-d811ca57e359"}], "security_groups": [{"name": "tempest-securitygroup--2125244578"}], "key_name": "tempest-keypair-699263570", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725', '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-7ecd76b6-806c-4585-ac38-54bb2a88b146', 'x-compute-request-id': 'req-7ecd76b6-806c-4585-ac38-54bb2a88b146', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "37670665-1717-4a94-8544-688c93eb5725", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/37670665-1717-4a94-8544-688c93eb5725"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2125244578"}], "adminPass": "password"}}' 2022-06-05 08:38:50,317 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725 0.461s 2022-06-05 08:38:50,318 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:49 GMT', 'server': 'Apache/2.4.41 (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-7d92ba45-f569-49d1-b2b3-68753c8309c5', 'x-compute-request-id': 'req-7d92ba45-f569-49d1-b2b3-68753c8309c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725'} Body: b'{"server": {"id": "37670665-1717-4a94-8544-688c93eb5725", "name": "tempest-AttachVolumeNegativeTest-server-803824521", "status": "BUILD", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:38:50Z", "updated": "2022-06-05T08:38:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/37670665-1717-4a94-8544-688c93eb5725"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-699263570", "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": []}}' 2022-06-05 08:38:51,521 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725 0.189s 2022-06-05 08:38:51,522 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', '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-1cd52da7-5ebf-492e-8f28-0535e1433332', 'x-compute-request-id': 'req-1cd52da7-5ebf-492e-8f28-0535e1433332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725'} Body: b'{"server": {"id": "37670665-1717-4a94-8544-688c93eb5725", "name": "tempest-AttachVolumeNegativeTest-server-803824521", "status": "ERROR", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:38:49Z", "updated": "2022-06-05T08:38:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/37670665-1717-4a94-8544-688c93eb5725"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:38:51Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-699263570", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:38:51,529 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:38:52,252 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 204 DELETE http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725 0.722s 2022-06-05 08:38:52,252 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5958f08-5dbc-435c-846d-31a47f86a2a3', 'x-compute-request-id': 'req-a5958f08-5dbc-435c-846d-31a47f86a2a3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725'} Body: b'' 2022-06-05 08:38:52,369 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 404 GET http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725 0.117s 2022-06-05 08:38:52,370 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b249453b-978c-4391-b3bd-c6efcdf300e9', 'x-compute-request-id': 'req-b249453b-978c-4391-b3bd-c6efcdf300e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/37670665-1717-4a94-8544-688c93eb5725'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 37670665-1717-4a94-8544-688c93eb5725 could not be found."}}' 2022-06-05 08:38:52,480 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-699263570 0.110s 2022-06-05 08:38:52,481 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5595c68-8c25-4ba8-a765-fde1663c9a29', 'x-compute-request-id': 'req-b5595c68-8c25-4ba8-a765-fde1663c9a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-699263570'} Body: b'' 2022-06-05 08:38:52,932 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/4912ad40-f813-4d3c-a83a-d3267c00c1f3 0.451s 2022-06-05 08:38:52,933 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d591b837-4522-4017-86c7-47b6eb93d06f', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:38:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/4912ad40-f813-4d3c-a83a-d3267c00c1f3'} Body: b'' 2022-06-05 08:38:52,985 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/4912ad40-f813-4d3c-a83a-d3267c00c1f3 0.052s 2022-06-05 08:38:52,986 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-141a71ac-c298-41ae-a20e-6c2d30dcfed1', 'date': 'Sun, 05 Jun 2022 08:38:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/4912ad40-f813-4d3c-a83a-d3267c00c1f3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4912ad40-f813-4d3c-a83a-d3267c00c1f3 does not exist", "detail": ""}}' 2022-06-05 08:38:54,585 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/f055ed67-2b81-4931-a3e9-178147888aa6 1.598s 2022-06-05 08:38:54,586 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-ba53d931-bddc-4ca6-83d5-33dbfcaf011d', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:38:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/f055ed67-2b81-4931-a3e9-178147888aa6'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 37670665-1717-4a94-8544-688c93eb5725 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:38:51Z', 'message': 'No valid host was found. '}. Server boot request ID: req-7ecd76b6-806c-4585-ac38-54bb2a88b146. |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft60.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:38:54,588 119937 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-06-05 08:38:54,589 119937 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-06-05 08:38:54,719 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.128s 2022-06-05 08:38:54,720 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1331392890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCZlXGsAtwj7bfDbJ8IyxYeW5x73Q4A335xDdL5w69/aPcFGR59QzTZOY7hzZ0SzkyZdDh0fYFoUameNGLx56oVsvRrpNYBrwXK2+Lg8FAfehnyHHdEWFCUM1vKJScbbQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:54 GMT', 'server': 'Apache/2.4.41 (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-c05bfaa9-83d4-4503-b294-e011471f42af', 'x-compute-request-id': 'req-c05bfaa9-83d4-4503-b294-e011471f42af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1331392890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCZlXGsAtwj7bfDbJ8IyxYeW5x73Q4A335xDdL5w69/aPcFGR59QzTZOY7hzZ0SzkyZdDh0fYFoUameNGLx56oVsvRrpNYBrwXK2+Lg8FAfehnyHHdEWFCUM1vKJScbbQ==", "fingerprint": "44:1b:a3:b2:99:f4:88:41:7b:aa:6d:3d:09:3d:a1:08", "user_id": "b279554204824a50b3fcccc8162da141"}}' 2022-06-05 08:38:54,722 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1331392890 created 2022-06-05 08:38:55,580 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.858s 2022-06-05 08:38:55,581 119937 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--613513529", "description": "tempest-description--319031903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8c28edb0-0408-471b-8557-561a3b9f8568', 'date': 'Sun, 05 Jun 2022 08:38:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "name": "tempest-securitygroup--613513529", "stateful": true, "tenant_id": "72418fdfbcec401385db6b14842c7c22", "description": "tempest-description--319031903", "shared": false, "security_group_rules": [{"id": "095ebbfc-7261-4ec6-8e10-f9d7456e1845", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "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": 1936, "description": null, "tags": [], "created_at": "2022-06-05T08:38:55Z", "updated_at": "2022-06-05T08:38:55Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}, {"id": "381b251c-d601-42c7-8980-cc43e63f337d", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "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": 1937, "description": null, "tags": [], "created_at": "2022-06-05T08:38:55Z", "updated_at": "2022-06-05T08:38:55Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}], "tags": [], "created_at": "2022-06-05T08:38:55Z", "updated_at": "2022-06-05T08:38:55Z", "revision_number": 1, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:56,500 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.918s 2022-06-05 08:38:56,500 119937 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": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8205e905-62f9-474b-968c-752e8ebbfbe6', 'date': 'Sun, 05 Jun 2022 08:38:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97eac007-5350-4f1e-b75a-32d84dd0575a", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:56Z", "updated_at": "2022-06-05T08:38:56Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:57,317 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.816s 2022-06-05 08:38:57,317 119937 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": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cce86479-d6bc-415b-be85-454d1db0f297', 'date': 'Sun, 05 Jun 2022 08:38:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "341b5a5e-0b1d-4ad8-b21e-931895c5bdf2", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "security_group_id": "c4a57f49-e3e0-45af-af6d-c112eea65e9d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:38:57Z", "updated_at": "2022-06-05T08:38:57Z", "revision_number": 0, "project_id": "72418fdfbcec401385db6b14842c7c22"}}' 2022-06-05 08:38:57,318 119937 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--613513529 created 2022-06-05 08:38:59,314 119937 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.33:9696/v2.0/floatingips 1.996s 2022-06-05 08:38:59,315 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-82a76353-d18a-432d-9fc5-4b0ffac459ed', 'date': 'Sun, 05 Jun 2022 08:38:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bf4610c7-897b-4ab2-8fe6-c5edebc0a62f", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "floating_ip_address": "172.25.6.98", "floating_network_id": "481248fe-79fe-40ce-8960-d13aca527363", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72418fdfbcec401385db6b14842c7c22", "description": "", "port_details": null, "tags": [], "created_at": "2022-06-05T08:38:58Z", "updated_at": "2022-06-05T08:38:58Z", "revision_number": 0}}' 2022-06-05 08:38:59,315 119937 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bf4610c7-897b-4ab2-8fe6-c5edebc0a62f', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.98', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:58Z', 'updated_at': '2022-06-05T08:38:58Z', 'revision_number': 0, 'ip': '172.25.6.98'} created 2022-06-05 08:38:59,712 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.391s 2022-06-05 08:38:59,712 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-57e4f065-1d17-496c-9ac5-d3c32c03b805', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b279554204824a50b3fcccc8162da141", "name": "tempest-AttachVolumeNegativeTest-322049477-project", "password_expires_at": null}, "audit_ids": ["zuE7UNJfSrq6Z2MvcLxgxw"], "expires_at": "2022-06-05T09:38:59.000000Z", "issued_at": "2022-06-05T08:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72418fdfbcec401385db6b14842c7c22", "name": "tempest-AttachVolumeNegativeTest-322049477"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/72418fdfbcec401385db6b14842c7c22", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:38:59,713 119937 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'f1959f42-32fe-44cb-a898-d811ca57e359', 'name': 'tempest-AttachVolumeNegativeTest-33877236-network', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72418fdfbcec401385db6b14842c7c22', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 133, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:38:18Z', 'updated_at': '2022-06-05T08:38:18Z', 'revision_number': 1} available for tenant 2022-06-05 08:38:59,713 119937 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1331392890', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCZlXGsAtwj7bfDbJ8IyxYeW5x73Q4A335xDdL5w69/aPcFGR59QzTZOY7hzZ0SzkyZdDh0fYFoUameNGLx56oVsvRrpNYBrwXK2+Lg8FAfehnyHHdEWFCUM1vKJScbbQ==', 'fingerprint': '44:1b:a3:b2:99:f4:88:41:7b:aa:6d:3d:09:3d:a1:08', 'user_id': 'b279554204824a50b3fcccc8162da141', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB2n24400qelaXvwsEHB8U6LhISc6fn42j3y4v9dEbmYpAvCqcK95II\nGDWk4H9NXzOgBwYFK4EEACKhZANiAASQmZVxrALcI+23w2yfCMsWHluce90OAN9+\ncQ3S+cOvf2j3BRkefUM02TmO4c2dEs5MmXQ4dH2BaFGpnjRi8eeqFbL0a6TWAa8F\nytvi4PBQH3oZ8hx3RFhQlDNbyiUnG20=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c4a57f49-e3e0-45af-af6d-c112eea65e9d', 'name': 'tempest-securitygroup--613513529', 'stateful': True, 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'description': 'tempest-description--319031903', 'shared': False, 'security_group_rules': [{'id': '095ebbfc-7261-4ec6-8e10-f9d7456e1845', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': 'c4a57f49-e3e0-45af-af6d-c112eea65e9d', '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': 1936, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:55Z', 'updated_at': '2022-06-05T08:38:55Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, {'id': '381b251c-d601-42c7-8980-cc43e63f337d', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'security_group_id': 'c4a57f49-e3e0-45af-af6d-c112eea65e9d', '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': 1937, 'description': None, 'tags': [], 'created_at': '2022-06-05T08:38:55Z', 'updated_at': '2022-06-05T08:38:55Z', 'revision_number': 0, 'project_id': '72418fdfbcec401385db6b14842c7c22'}], 'tags': [], 'created_at': '2022-06-05T08:38:55Z', 'updated_at': '2022-06-05T08:38:55Z', 'revision_number': 1, 'project_id': '72418fdfbcec401385db6b14842c7c22'}, 'floating_ip': {'id': 'bf4610c7-897b-4ab2-8fe6-c5edebc0a62f', 'tenant_id': '72418fdfbcec401385db6b14842c7c22', 'floating_ip_address': '172.25.6.98', 'floating_network_id': '481248fe-79fe-40ce-8960-d13aca527363', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72418fdfbcec401385db6b14842c7c22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-06-05T08:38:58Z', 'updated_at': '2022-06-05T08:38:58Z', 'revision_number': 0, 'ip': '172.25.6.98'}} 2022-06-05 08:39:01,622 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 1.908s 2022-06-05 08:39:01,622 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-377506477", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "f1959f42-32fe-44cb-a898-d811ca57e359"}], "security_groups": [{"name": "tempest-securitygroup--613513529"}], "key_name": "tempest-keypair-1331392890", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69', '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-6e35458b-161f-4c8d-a1ef-8bfbb268fcfd', 'x-compute-request-id': 'req-6e35458b-161f-4c8d-a1ef-8bfbb268fcfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "1c1f1389-1a0b-4f40-8939-aea1e8e36a69", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--613513529"}], "adminPass": "password"}}' 2022-06-05 08:39:01,808 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69 0.183s 2022-06-05 08:39:01,809 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:01 GMT', 'server': 'Apache/2.4.41 (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-4b33825a-eea6-4693-b727-447c9a3bcecc', 'x-compute-request-id': 'req-4b33825a-eea6-4693-b727-447c9a3bcecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69'} Body: b'{"server": {"id": "1c1f1389-1a0b-4f40-8939-aea1e8e36a69", "name": "tempest-AttachVolumeNegativeTest-server-377506477", "status": "BUILD", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:02Z", "updated": "2022-06-05T08:39:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1331392890", "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": []}}' 2022-06-05 08:39:03,030 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69 0.209s 2022-06-05 08:39:03,030 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', '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-d02ab6e8-3f08-4697-bdaa-a7f1bad66daa', 'x-compute-request-id': 'req-d02ab6e8-3f08-4697-bdaa-a7f1bad66daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69'} Body: b'{"server": {"id": "1c1f1389-1a0b-4f40-8939-aea1e8e36a69", "name": "tempest-AttachVolumeNegativeTest-server-377506477", "status": "ERROR", "tenant_id": "72418fdfbcec401385db6b14842c7c22", "user_id": "b279554204824a50b3fcccc8162da141", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:39:01Z", "updated": "2022-06-05T08:39:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:39:02Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1331392890", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:39:03,038 119937 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:39:03,553 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69 0.514s 2022-06-05 08:39:03,554 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5800d26-03de-4f6b-958c-c16d5dbc1afb', 'x-compute-request-id': 'req-b5800d26-03de-4f6b-958c-c16d5dbc1afb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69'} Body: b'' 2022-06-05 08:39:03,651 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69 0.096s 2022-06-05 08:39:03,651 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a1fc2b7b-40e9-476f-8cde-9bfd1872eed4', 'x-compute-request-id': 'req-a1fc2b7b-40e9-476f-8cde-9bfd1872eed4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/1c1f1389-1a0b-4f40-8939-aea1e8e36a69'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1c1f1389-1a0b-4f40-8939-aea1e8e36a69 could not be found."}}' 2022-06-05 08:39:03,744 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1331392890 0.092s 2022-06-05 08:39:03,745 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a434903c-fca1-4bab-9dd9-8e2bfda6e182', 'x-compute-request-id': 'req-a434903c-fca1-4bab-9dd9-8e2bfda6e182', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-keypair-1331392890'} Body: b'' 2022-06-05 08:39:03,958 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/c4a57f49-e3e0-45af-af6d-c112eea65e9d 0.213s 2022-06-05 08:39:03,959 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-0854d4ae-30bf-414a-bead-0b83d1b7284d', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:39:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/c4a57f49-e3e0-45af-af6d-c112eea65e9d'} Body: b'' 2022-06-05 08:39:04,030 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.33:9696/v2.0/security-groups/c4a57f49-e3e0-45af-af6d-c112eea65e9d 0.071s 2022-06-05 08:39:04,031 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-73db5421-7003-4f28-b95e-f63530fc0b6f', 'date': 'Sun, 05 Jun 2022 08:39:04 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/c4a57f49-e3e0-45af-af6d-c112eea65e9d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c4a57f49-e3e0-45af-af6d-c112eea65e9d does not exist", "detail": ""}}' 2022-06-05 08:39:06,197 119937 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/floatingips/bf4610c7-897b-4ab2-8fe6-c5edebc0a62f 2.166s 2022-06-05 08:39:06,198 119937 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-1dda0634-b2b6-459e-9272-ff0e9cc755d0', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:39:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/floatingips/bf4610c7-897b-4ab2-8fe6-c5edebc0a62f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 1c1f1389-1a0b-4f40-8939-aea1e8e36a69 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:39:02Z', 'message': 'No valid host was found. '}. Server boot request ID: req-6e35458b-161f-4c8d-a1ef-8bfbb268fcfd. |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft61.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:49:53,024 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.225s 2022-06-05 08:49:53,025 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cb9b0642-b652-464a-9dc7-8c35a644c80f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "91c3f9e144f344d6a5b7786d54a91c15", "name": "tempest-VolumesActionsTest-1220383423-project", "password_expires_at": null}, "audit_ids": ["Dg31l1fvRJCgwoubj5zazQ"], "expires_at": "2022-06-05T09:49:52.000000Z", "issued_at": "2022-06-05T08:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a60e5e0307df4212a6b55a4f8be0dc09", "name": "tempest-VolumesActionsTest-1220383423"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/a60e5e0307df4212a6b55a4f8be0dc09", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/a60e5e0307df4212a6b55a4f8be0dc09", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_a60e5e0307df4212a6b55a4f8be0dc09", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/a60e5e0307df4212a6b55a4f8be0dc09", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:49:53,025 119947 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '56519aa3-021f-4a8b-88de-a74ea00a4f13', 'name': 'tempest-VolumesActionsTest-934230542-network', 'tenant_id': 'a60e5e0307df4212a6b55a4f8be0dc09', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a60e5e0307df4212a6b55a4f8be0dc09', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 106, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:49:48Z', 'updated_at': '2022-06-05T08:49:48Z', 'revision_number': 1} available for tenant 2022-06-05 08:49:54,558 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 1.532s 2022-06-05 08:49:54,559 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-196676413", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "56519aa3-021f-4a8b-88de-a74ea00a4f13"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985', '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-6536933c-119a-47a6-b9e0-25f9c38ec1ae', 'x-compute-request-id': 'req-6536933c-119a-47a6-b9e0-25f9c38ec1ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "87180d1a-58e3-42ae-8e08-cf00f6675985", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZVgnBTrsi6iB"}}' 2022-06-05 08:49:55,049 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985 0.487s 2022-06-05 08:49:55,049 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7440b18-f382-410f-bd7c-96bbdad55742', 'x-compute-request-id': 'req-b7440b18-f382-410f-bd7c-96bbdad55742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985'} Body: b'{"server": {"id": "87180d1a-58e3-42ae-8e08-cf00f6675985", "name": "tempest-VolumesActionsTest-instance-196676413", "status": "BUILD", "tenant_id": "a60e5e0307df4212a6b55a4f8be0dc09", "user_id": "91c3f9e144f344d6a5b7786d54a91c15", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:49:55Z", "updated": "2022-06-05T08:49:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:49:56,288 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985 0.230s 2022-06-05 08:49:56,288 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-4f24e60e-d36e-4fb7-aa00-a3b6e1bb8996', 'x-compute-request-id': 'req-4f24e60e-d36e-4fb7-aa00-a3b6e1bb8996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985'} Body: b'{"server": {"id": "87180d1a-58e3-42ae-8e08-cf00f6675985", "name": "tempest-VolumesActionsTest-instance-196676413", "status": "ERROR", "tenant_id": "a60e5e0307df4212a6b55a4f8be0dc09", "user_id": "91c3f9e144f344d6a5b7786d54a91c15", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:49:54Z", "updated": "2022-06-05T08:49:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/87180d1a-58e3-42ae-8e08-cf00f6675985"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:49:55Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:49:56,296 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:49:56,762 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985 0.465s 2022-06-05 08:49:56,762 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a0a8b5f-cef5-4e69-ac11-a6b738a1c08a', 'x-compute-request-id': 'req-7a0a8b5f-cef5-4e69-ac11-a6b738a1c08a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985'} Body: b'' 2022-06-05 08:49:56,842 119947 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985 0.079s 2022-06-05 08:49:56,842 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2f5b36d2-9402-4dc2-bed8-1798bdbf7c33', 'x-compute-request-id': 'req-2f5b36d2-9402-4dc2-bed8-1798bdbf7c33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/87180d1a-58e3-42ae-8e08-cf00f6675985'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 87180d1a-58e3-42ae-8e08-cf00f6675985 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 87180d1a-58e3-42ae-8e08-cf00f6675985 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:49:55Z', 'message': 'No valid host was found. '}. Server boot request ID: req-6536933c-119a-47a6-b9e0-25f9c38ec1ae. |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt61.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt61.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt61.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt61.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt61.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 4 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
fail
ft62.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:48:24,275 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.251s 2022-06-05 08:48:24,275 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d31a2b95-509a-4f66-ad11-da746bcc43f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9b097739f2964499ac31a390a0965696", "name": "tempest-VolumesActionsTest-852086613-project", "password_expires_at": null}, "audit_ids": ["sQkwNsdVRWCAaLGoL7xufA"], "expires_at": "2022-06-05T09:48:24.000000Z", "issued_at": "2022-06-05T08:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e82275dda11406d970ade8e6b8cfda0", "name": "tempest-VolumesActionsTest-852086613"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:48:24,276 119944 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '9383d93a-ef34-4f4c-999a-8f7b9eecce84', 'name': 'tempest-VolumesActionsTest-1616643286-network', 'tenant_id': '7e82275dda11406d970ade8e6b8cfda0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e82275dda11406d970ade8e6b8cfda0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 112, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:48:14Z', 'updated_at': '2022-06-05T08:48:14Z', 'revision_number': 1} available for tenant 2022-06-05 08:48:27,953 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 202 POST http://10.222.0.33/compute/v2.1/servers 3.676s 2022-06-05 08:48:27,953 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1495223975", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9383d93a-ef34-4f4c-999a-8f7b9eecce84"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90', '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-28e155bf-a83c-4fb0-b4b1-008d0f179658', 'x-compute-request-id': 'req-28e155bf-a83c-4fb0-b4b1-008d0f179658', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "44aa44c3-7c59-42e8-abdb-52b7c2faaa90", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NMcfhEZT3mLs"}}' 2022-06-05 08:48:28,308 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90 0.351s 2022-06-05 08:48:28,308 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', '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-8064526e-f6e5-453f-88eb-90996ecf9f30', 'x-compute-request-id': 'req-8064526e-f6e5-453f-88eb-90996ecf9f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90'} Body: b'{"server": {"id": "44aa44c3-7c59-42e8-abdb-52b7c2faaa90", "name": "tempest-VolumesActionsTest-instance-1495223975", "status": "BUILD", "tenant_id": "7e82275dda11406d970ade8e6b8cfda0", "user_id": "9b097739f2964499ac31a390a0965696", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:48:28Z", "updated": "2022-06-05T08:48:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:48:29,824 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90 0.507s 2022-06-05 08:48:29,825 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:29 GMT', 'server': 'Apache/2.4.41 (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-dde2c878-28f1-4a51-8714-91b828f56118', 'x-compute-request-id': 'req-dde2c878-28f1-4a51-8714-91b828f56118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90'} Body: b'{"server": {"id": "44aa44c3-7c59-42e8-abdb-52b7c2faaa90", "name": "tempest-VolumesActionsTest-instance-1495223975", "status": "ERROR", "tenant_id": "7e82275dda11406d970ade8e6b8cfda0", "user_id": "9b097739f2964499ac31a390a0965696", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:48:27Z", "updated": "2022-06-05T08:48:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:48:29Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:48:29,836 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:48:30,697 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 204 DELETE http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90 0.860s 2022-06-05 08:48:30,697 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e053b67-9ad0-4f35-81f3-cd76144633e2', 'x-compute-request-id': 'req-0e053b67-9ad0-4f35-81f3-cd76144633e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90'} Body: b'' 2022-06-05 08:48:30,796 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 404 GET http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90 0.099s 2022-06-05 08:48:30,797 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-aa301349-dd14-4566-bdb7-b9c9b6d2bd80', 'x-compute-request-id': 'req-aa301349-dd14-4566-bdb7-b9c9b6d2bd80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/44aa44c3-7c59-42e8-abdb-52b7c2faaa90'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 44aa44c3-7c59-42e8-abdb-52b7c2faaa90 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 44aa44c3-7c59-42e8-abdb-52b7c2faaa90 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:48:29Z', 'message': 'No valid host was found. '}. Server boot request ID: req-28e155bf-a83c-4fb0-b4b1-008d0f179658. |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
fail
ft62.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:48:31,071 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.244s 2022-06-05 08:48:31,071 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cbfb183d-b969-42ac-bc42-89b8140d769f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9b097739f2964499ac31a390a0965696", "name": "tempest-VolumesActionsTest-852086613-project", "password_expires_at": null}, "audit_ids": ["zUFx7d88R9SKIqo43OjVvw"], "expires_at": "2022-06-05T09:48:30.000000Z", "issued_at": "2022-06-05T08:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e82275dda11406d970ade8e6b8cfda0", "name": "tempest-VolumesActionsTest-852086613"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e82275dda11406d970ade8e6b8cfda0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:48:31,072 119944 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '9383d93a-ef34-4f4c-999a-8f7b9eecce84', 'name': 'tempest-VolumesActionsTest-1616643286-network', 'tenant_id': '7e82275dda11406d970ade8e6b8cfda0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e82275dda11406d970ade8e6b8cfda0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 112, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:48:14Z', 'updated_at': '2022-06-05T08:48:14Z', 'revision_number': 1} available for tenant 2022-06-05 08:48:33,735 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 202 POST http://10.222.0.33/compute/v2.1/servers 2.662s 2022-06-05 08:48:33,735 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-143776706", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "9383d93a-ef34-4f4c-999a-8f7b9eecce84"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552', '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-d17eb07e-b882-47d9-9e44-33be24d64a15', 'x-compute-request-id': 'req-d17eb07e-b882-47d9-9e44-33be24d64a15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "ec2138e8-e6d1-47aa-aa41-54d4fa7e4552", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HEhfe6fCTWhD"}}' 2022-06-05 08:48:34,031 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 0.293s 2022-06-05 08:48:34,032 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2690f336-9458-4c21-b623-38ae511ee746', 'x-compute-request-id': 'req-2690f336-9458-4c21-b623-38ae511ee746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552'} Body: b'{"server": {"id": "ec2138e8-e6d1-47aa-aa41-54d4fa7e4552", "name": "tempest-VolumesActionsTest-instance-143776706", "status": "BUILD", "tenant_id": "7e82275dda11406d970ade8e6b8cfda0", "user_id": "9b097739f2964499ac31a390a0965696", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:48:34Z", "updated": "2022-06-05T08:48:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:48:35,274 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 0.234s 2022-06-05 08:48:35,274 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-6d8ee953-f443-4664-b82b-4f978fa1c7d9', 'x-compute-request-id': 'req-6d8ee953-f443-4664-b82b-4f978fa1c7d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552'} Body: b'{"server": {"id": "ec2138e8-e6d1-47aa-aa41-54d4fa7e4552", "name": "tempest-VolumesActionsTest-instance-143776706", "status": "ERROR", "tenant_id": "7e82275dda11406d970ade8e6b8cfda0", "user_id": "9b097739f2964499ac31a390a0965696", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:48:33Z", "updated": "2022-06-05T08:48:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:48:34Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:48:35,289 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:48:36,143 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 204 DELETE http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 0.854s 2022-06-05 08:48:36,144 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1c944bf-f2ae-4ec1-be60-95e8bd2c83bc', 'x-compute-request-id': 'req-b1c944bf-f2ae-4ec1-be60-95e8bd2c83bc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552'} Body: b'' 2022-06-05 08:48:36,234 119944 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 404 GET http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 0.090s 2022-06-05 08:48:36,235 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4f4dcff0-f826-4547-8c7d-87e3054f0813', 'x-compute-request-id': 'req-4f4dcff0-f826-4547-8c7d-87e3054f0813', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ec2138e8-e6d1-47aa-aa41-54d4fa7e4552'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ec2138e8-e6d1-47aa-aa41-54d4fa7e4552 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:48:34Z', 'message': 'No valid host was found. '}. Server boot request ID: req-d17eb07e-b882-47d9-9e44-33be24d64a15. |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt62.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt62.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt62.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt62.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
fail
ft63.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:50:17,036 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes 0.872s 2022-06-05 08:50:17,037 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsTest-Volume-950927353"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a054d108-9f7b-47d0-8d12-c6daaf73288b', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a054d108-9f7b-47d0-8d12-c6daaf73288b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:16.864421", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:50:17,186 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.143s 2022-06-05 08:50:17,187 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67670b3c-1696-4c11-86e1-e6d36f8c6c2d', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67670b3c-1696-4c11-86e1-e6d36f8c6c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:18,428 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.233s 2022-06-05 08:50:18,429 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f341b495-0088-4ecb-bdb0-f31b96871343', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f341b495-0088-4ecb-bdb0-f31b96871343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:17.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:19,517 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.080s 2022-06-05 08:50:19,517 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e95d16-697e-49fb-bed7-f0c4c6889232', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e95d16-697e-49fb-bed7-f0c4c6889232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:17.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:20,621 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.096s 2022-06-05 08:50:20,622 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc619fe7-6cd6-459f-8115-a6e2ea99f59f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc619fe7-6cd6-459f-8115-a6e2ea99f59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:21.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:20,628 119935 INFO [tempest.common.waiters] volume 7f9900ed-7be1-4240-a2bb-6febb3993f8f reached available after waiting for 3.628945 seconds 2022-06-05 08:50:20,735 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.101s 2022-06-05 08:50:20,735 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a03b8a9d-c785-4062-a9fe-0a67aaafdfa1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eae443c144424f46971ccecc0cf7e611", "name": "tempest-VolumesBackupsTest-1784904236-project", "password_expires_at": null}, "audit_ids": ["knUx1_TdTgOVh4PEyWB2dQ"], "expires_at": "2022-06-05T09:50:20.000000Z", "issued_at": "2022-06-05T08:50:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80acbbbdb39e43bca5c2daa0cd2e540e", "name": "tempest-VolumesBackupsTest-1784904236"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/80acbbbdb39e43bca5c2daa0cd2e540e", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_80acbbbdb39e43bca5c2daa0cd2e540e", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:50:20,736 119935 INFO [tempest.lib.common.fixed_network] (VolumesBackupsTest:test_backup_create_attached_volume) Found network None available for tenant 2022-06-05 08:50:21,659 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 0.922s 2022-06-05 08:50:21,659 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesBackupsTest-instance-287204048", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1', '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-8e7d4f48-e3c3-43ab-9168-faaba81074cf', 'x-compute-request-id': 'req-8e7d4f48-e3c3-43ab-9168-faaba81074cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "d51b2bd9-2bca-408c-951c-7fce4e51fdb1", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8UkUM4t89SH4"}}' 2022-06-05 08:50:21,834 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1 0.172s 2022-06-05 08:50:21,834 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c619075f-03fa-40e6-b08c-18da11682293', 'x-compute-request-id': 'req-c619075f-03fa-40e6-b08c-18da11682293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1'} Body: b'{"server": {"id": "d51b2bd9-2bca-408c-951c-7fce4e51fdb1", "name": "tempest-VolumesBackupsTest-instance-287204048", "status": "BUILD", "tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e", "user_id": "eae443c144424f46971ccecc0cf7e611", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:50:22Z", "updated": "2022-06-05T08:50:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:50:23,116 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1 0.273s 2022-06-05 08:50:23,117 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', '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-ffb89622-3b43-4122-9226-415959008433', 'x-compute-request-id': 'req-ffb89622-3b43-4122-9226-415959008433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1'} Body: b'{"server": {"id": "d51b2bd9-2bca-408c-951c-7fce4e51fdb1", "name": "tempest-VolumesBackupsTest-instance-287204048", "status": "ERROR", "tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e", "user_id": "eae443c144424f46971ccecc0cf7e611", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:50:21Z", "updated": "2022-06-05T08:50:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:50:22Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:50:23,124 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:50:24,042 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1 0.917s 2022-06-05 08:50:24,042 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4295c2e-d62e-4133-8df7-f7590606c1ba', 'x-compute-request-id': 'req-c4295c2e-d62e-4133-8df7-f7590606c1ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1'} Body: b'' 2022-06-05 08:50:24,166 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1 0.123s 2022-06-05 08:50:24,166 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2eedbf1e-adf6-4afe-9e13-febcbc489ab8', 'x-compute-request-id': 'req-2eedbf1e-adf6-4afe-9e13-febcbc489ab8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/d51b2bd9-2bca-408c-951c-7fce4e51fdb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d51b2bd9-2bca-408c-951c-7fce4e51fdb1 could not be found."}}' 2022-06-05 08:50:24,310 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.138s 2022-06-05 08:50:24,310 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b07b5fc-a7aa-44aa-873b-76b58eea29ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'' 2022-06-05 08:50:24,447 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.136s 2022-06-05 08:50:24,447 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34166b46-09cc-455d-ab24-073660c9bf9a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34166b46-09cc-455d-ab24-073660c9bf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:25,549 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.093s 2022-06-05 08:50:25,549 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0d65e21-5232-4db9-9af9-6461e92960f0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0d65e21-5232-4db9-9af9-6461e92960f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:26,729 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.172s 2022-06-05 08:50:26,730 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0226ed22-1c57-43f0-9fb7-bea24b708ea9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0226ed22-1c57-43f0-9fb7-bea24b708ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:27,823 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.084s 2022-06-05 08:50:27,823 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ae0f32-ea3b-43b6-8e21-87c9e4d56310', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ae0f32-ea3b-43b6-8e21-87c9e4d56310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:29,079 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.247s 2022-06-05 08:50:29,079 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938a2df9-3fe1-4b20-9931-fe9f2237ea69', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938a2df9-3fe1-4b20-9931-fe9f2237ea69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:30,176 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.089s 2022-06-05 08:50:30,177 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d24b3af5-34df-43f7-99db-4d36c9c1b5fb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d24b3af5-34df-43f7-99db-4d36c9c1b5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:31,339 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.154s 2022-06-05 08:50:31,340 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9baeddeb-5a5b-4372-8d59-9c995f7227b5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9baeddeb-5a5b-4372-8d59-9c995f7227b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:32,499 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.151s 2022-06-05 08:50:32,499 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cd498d-9b9b-4f8e-9ede-9e4832ba36de', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cd498d-9b9b-4f8e-9ede-9e4832ba36de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:33,819 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.312s 2022-06-05 08:50:33,820 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5bb0f6-cfed-401d-a4e2-8623574896f2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5bb0f6-cfed-401d-a4e2-8623574896f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"volume": {"id": "7f9900ed-7be1-4240-a2bb-6febb3993f8f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:17.000000", "updated_at": "2022-06-05T08:50:24.000000", "name": "tempest-VolumesBackupsTest-Volume-950927353", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e"}}' 2022-06-05 08:50:34,871 119935 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f 0.043s 2022-06-05 08:50:34,872 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a2296c-46e5-49ae-bcd5-c047b436c234', 'x-openstack-request-id': 'req-42a2296c-46e5-49ae-bcd5-c047b436c234', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/80acbbbdb39e43bca5c2daa0cd2e540e/volumes/7f9900ed-7be1-4240-a2bb-6febb3993f8f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7f9900ed-7be1-4240-a2bb-6febb3993f8f could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 119, in test_backup_create_attached_volume server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d51b2bd9-2bca-408c-951c-7fce4e51fdb1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:50:22Z', 'message': 'No valid host was found. '}. Server boot request ID: req-8e7d4f48-e3c3-43ab-9168-faaba81074cf. |
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt63.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt63.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 31 | 1 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft64.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:50:48,166 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.079s 2022-06-05 08:50:48,167 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-51725ef1-ed7d-44e0-bc10-26d888de4581', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "83a51fc46d9d4d4e9b54bf6e0ea303fe", "name": "tempest-VolumesNegativeTest-1393387630-project", "password_expires_at": null}, "audit_ids": ["1A_KEVxxQjSIWH6QWunfHw"], "expires_at": "2022-06-05T09:50:48.000000Z", "issued_at": "2022-06-05T08:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31224ba050364bd08e621c94265bc6ca", "name": "tempest-VolumesNegativeTest-1393387630"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/31224ba050364bd08e621c94265bc6ca", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/31224ba050364bd08e621c94265bc6ca", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_31224ba050364bd08e621c94265bc6ca", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/31224ba050364bd08e621c94265bc6ca", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:50:48,168 119945 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2022-06-05 08:50:49,206 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://10.222.0.33/compute/v2.1/servers 1.037s 2022-06-05 08:50:49,206 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-510598175", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800', '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-baa5c50d-8d09-4e50-b275-f72ca7ee24ab', 'x-compute-request-id': 'req-baa5c50d-8d09-4e50-b275-f72ca7ee24ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "7313602e-359e-435c-9a7b-3dd92a216800", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/7313602e-359e-435c-9a7b-3dd92a216800"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "FnffW7sC5aPi"}}' 2022-06-05 08:50:49,503 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800 0.294s 2022-06-05 08:50:49,504 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', '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-d1a28d48-8a29-4b25-b74a-1047887588ee', 'x-compute-request-id': 'req-d1a28d48-8a29-4b25-b74a-1047887588ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800'} Body: b'{"server": {"id": "7313602e-359e-435c-9a7b-3dd92a216800", "name": "tempest-VolumesNegativeTest-instance-510598175", "status": "BUILD", "tenant_id": "31224ba050364bd08e621c94265bc6ca", "user_id": "83a51fc46d9d4d4e9b54bf6e0ea303fe", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:50:49Z", "updated": "2022-06-05T08:50:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/7313602e-359e-435c-9a7b-3dd92a216800"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:50:50,848 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800 0.335s 2022-06-05 08:50:50,848 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:50 GMT', 'server': 'Apache/2.4.41 (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-13868db8-74a9-42f4-80b0-f25981cedea0', 'x-compute-request-id': 'req-13868db8-74a9-42f4-80b0-f25981cedea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800'} Body: b'{"server": {"id": "7313602e-359e-435c-9a7b-3dd92a216800", "name": "tempest-VolumesNegativeTest-instance-510598175", "status": "ERROR", "tenant_id": "31224ba050364bd08e621c94265bc6ca", "user_id": "83a51fc46d9d4d4e9b54bf6e0ea303fe", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:50:49Z", "updated": "2022-06-05T08:50:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/7313602e-359e-435c-9a7b-3dd92a216800"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:50:50Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:50:50,857 119945 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:50:51,988 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 204 DELETE http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800 1.131s 2022-06-05 08:50:51,989 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9532a1e-505e-4895-b0f5-bec2eec53863', 'x-compute-request-id': 'req-a9532a1e-505e-4895-b0f5-bec2eec53863', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800'} Body: b'' 2022-06-05 08:50:52,083 119945 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 404 GET http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800 0.093s 2022-06-05 08:50:52,083 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-73e9b3bc-af25-4f07-9b6b-b72c04d4ec80', 'x-compute-request-id': 'req-73e9b3bc-af25-4f07-9b6b-b72c04d4ec80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/7313602e-359e-435c-9a7b-3dd92a216800'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7313602e-359e-435c-9a7b-3dd92a216800 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 7313602e-359e-435c-9a7b-3dd92a216800 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:50:50Z', 'message': 'No valid host was found. '}. Server boot request ID: req-baa5c50d-8d09-4e50-b275-f72ca7ee24ab. |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt64.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt64.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt64.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt64.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt64.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt64.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt64.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt64.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt64.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt64.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt64.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt64.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt64.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt64.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt64.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt64.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt64.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt64.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt64.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt64.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt64.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt64.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt64.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt64.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt64.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt64.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt64.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt64.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt64.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt64.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt64.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 4 | 2 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt65.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft65.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:00:25,731 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.037s 2022-06-05 09:00:25,732 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-24bb2bd8-ee24-41fb-b601-9ba442cde4b4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "257cff650e124f899981c0581092ee17", "name": "tempest-VolumesSnapshotTestJSON-829828933-project", "password_expires_at": null}, "audit_ids": ["muHfjNkqTeieHXfvAuynMA"], "expires_at": "2022-06-05T10:00:25.000000Z", "issued_at": "2022-06-05T09:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85ec8eb4fe3c488890134386116a708f", "name": "tempest-VolumesSnapshotTestJSON-829828933"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:00:25,732 119935 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'efdfcc78-e6e9-4440-b2be-f52e538a7a1c', 'name': 'tempest-VolumesSnapshotTestJSON-536917549-network', 'tenant_id': '85ec8eb4fe3c488890134386116a708f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85ec8eb4fe3c488890134386116a708f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 143, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:59:14Z', 'updated_at': '2022-06-05T08:59:14Z', 'revision_number': 1} available for tenant 2022-06-05 09:00:26,540 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.33/compute/v2.1/servers 0.806s 2022-06-05 09:00:26,540 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1303508046", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "efdfcc78-e6e9-4440-b2be-f52e538a7a1c"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c', '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-cbe33436-a5bb-4a1f-88a7-883431e07a06', 'x-compute-request-id': 'req-cbe33436-a5bb-4a1f-88a7-883431e07a06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "4aa594dd-f10e-40f3-9129-65bafc1cda5c", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qhdm8TQYTcUU"}}' 2022-06-05 09:00:26,710 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c 0.167s 2022-06-05 09:00:26,710 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', '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-0ae190ca-0b2c-4ae0-84ba-4881a4835d87', 'x-compute-request-id': 'req-0ae190ca-0b2c-4ae0-84ba-4881a4835d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c'} Body: b'{"server": {"id": "4aa594dd-f10e-40f3-9129-65bafc1cda5c", "name": "tempest-VolumesSnapshotTestJSON-instance-1303508046", "status": "BUILD", "tenant_id": "85ec8eb4fe3c488890134386116a708f", "user_id": "257cff650e124f899981c0581092ee17", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:00:27Z", "updated": "2022-06-05T09:00:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:00:27,829 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c 0.111s 2022-06-05 09:00:27,830 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:27 GMT', 'server': 'Apache/2.4.41 (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-70ed39c5-e96c-4eea-a7eb-1d1c3821c55d', 'x-compute-request-id': 'req-70ed39c5-e96c-4eea-a7eb-1d1c3821c55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c'} Body: b'{"server": {"id": "4aa594dd-f10e-40f3-9129-65bafc1cda5c", "name": "tempest-VolumesSnapshotTestJSON-instance-1303508046", "status": "ERROR", "tenant_id": "85ec8eb4fe3c488890134386116a708f", "user_id": "257cff650e124f899981c0581092ee17", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:00:26Z", "updated": "2022-06-05T09:00:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:00:27Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:00:27,837 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:00:28,207 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 204 DELETE http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c 0.369s 2022-06-05 09:00:28,207 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db3ebf77-d6a7-4c6a-9e7c-9a4c402dcf4e', 'x-compute-request-id': 'req-db3ebf77-d6a7-4c6a-9e7c-9a4c402dcf4e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c'} Body: b'' 2022-06-05 09:00:28,242 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c 0.034s 2022-06-05 09:00:28,242 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-03b6115a-f93a-4dd0-8900-975d52a79420', 'x-compute-request-id': 'req-03b6115a-f93a-4dd0-8900-975d52a79420', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4aa594dd-f10e-40f3-9129-65bafc1cda5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4aa594dd-f10e-40f3-9129-65bafc1cda5c could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 48, in test_snapshot_create_delete_with_volume_in_use server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 4aa594dd-f10e-40f3-9129-65bafc1cda5c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:00:27Z', 'message': 'No valid host was found. '}. Server boot request ID: req-cbe33436-a5bb-4a1f-88a7-883431e07a06. |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt65.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft65.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:00:34,907 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots 0.123s 2022-06-05 09:00:34,908 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4454d2-96d0-45c9-8eeb-7ccac8aefd7c', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4454d2-96d0-45c9-8eeb-7ccac8aefd7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots'} Body: b'{"snapshot": {"id": "386eb189-8cf1-4762-b470-696960fa1eff", "created_at": "2022-06-05T09:00:34.855754", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341", "description": null, "volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "status": "creating", "size": 1, "metadata": {}}}' 2022-06-05 09:00:34,934 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff 0.024s 2022-06-05 09:00:34,935 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e38d9555-3d0a-497c-9024-e216a1bc4b54', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e38d9555-3d0a-497c-9024-e216a1bc4b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff'} Body: b'{"snapshot": {"id": "386eb189-8cf1-4762-b470-696960fa1eff", "created_at": "2022-06-05T09:00:35.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341", "description": null, "volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "85ec8eb4fe3c488890134386116a708f", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 09:00:35,962 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff 0.024s 2022-06-05 09:00:35,962 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a5cf117-327e-4615-8328-0011c44262e4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a5cf117-327e-4615-8328-0011c44262e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff'} Body: b'{"snapshot": {"id": "386eb189-8cf1-4762-b470-696960fa1eff", "created_at": "2022-06-05T09:00:35.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341", "description": null, "volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "85ec8eb4fe3c488890134386116a708f", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 09:00:36,989 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff 0.022s 2022-06-05 09:00:36,989 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc6caa6-8e1c-4a0f-8d8b-c4ffa7eea2fb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc6caa6-8e1c-4a0f-8d8b-c4ffa7eea2fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff'} Body: b'{"snapshot": {"id": "386eb189-8cf1-4762-b470-696960fa1eff", "created_at": "2022-06-05T09:00:35.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341", "description": null, "volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "85ec8eb4fe3c488890134386116a708f", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 09:00:38,015 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff 0.022s 2022-06-05 09:00:38,015 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b4d5fa-28d8-4024-b6f5-f440cac43dcd', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b4d5fa-28d8-4024-b6f5-f440cac43dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f/snapshots/386eb189-8cf1-4762-b470-696960fa1eff'} Body: b'{"snapshot": {"id": "386eb189-8cf1-4762-b470-696960fa1eff", "created_at": "2022-06-05T09:00:35.000000", "updated_at": "2022-06-05T09:00:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-390905341", "description": null, "volume_id": "e3c04812-548b-4e14-acce-b06ac5926df6", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "85ec8eb4fe3c488890134386116a708f", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 09:00:38,018 119935 INFO [tempest.common.waiters] snapshot 386eb189-8cf1-4762-b470-696960fa1eff reached available after waiting for 4.018457 seconds 2022-06-05 09:00:38,054 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.030s 2022-06-05 09:00:38,054 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-28ef2a7d-bbd8-4cbb-84b5-18a1619f15e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "257cff650e124f899981c0581092ee17", "name": "tempest-VolumesSnapshotTestJSON-829828933-project", "password_expires_at": null}, "audit_ids": ["NgKhYSTwSCmIkz69gxl7Aw"], "expires_at": "2022-06-05T10:00:38.000000Z", "issued_at": "2022-06-05T09:00:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85ec8eb4fe3c488890134386116a708f", "name": "tempest-VolumesSnapshotTestJSON-829828933"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/85ec8eb4fe3c488890134386116a708f", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:00:38,055 119935 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'efdfcc78-e6e9-4440-b2be-f52e538a7a1c', 'name': 'tempest-VolumesSnapshotTestJSON-536917549-network', 'tenant_id': '85ec8eb4fe3c488890134386116a708f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85ec8eb4fe3c488890134386116a708f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 143, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:59:14Z', 'updated_at': '2022-06-05T08:59:14Z', 'revision_number': 1} available for tenant 2022-06-05 09:00:38,639 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.33/compute/v2.1/servers 0.584s 2022-06-05 09:00:38,640 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-353028996", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "efdfcc78-e6e9-4440-b2be-f52e538a7a1c"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1', '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-4758656e-4215-4f86-b012-ed25566c0957', 'x-compute-request-id': 'req-4758656e-4215-4f86-b012-ed25566c0957', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "883c58df-f0f0-40ef-9910-6b3e6d9293a1", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vLAmr8Qb53F3"}}' 2022-06-05 09:00:38,723 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1 0.081s 2022-06-05 09:00:38,724 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', '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-f9e04ffb-d31c-4e9f-aec2-0022c38f6491', 'x-compute-request-id': 'req-f9e04ffb-d31c-4e9f-aec2-0022c38f6491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1'} Body: b'{"server": {"id": "883c58df-f0f0-40ef-9910-6b3e6d9293a1", "name": "tempest-VolumesSnapshotTestJSON-instance-353028996", "status": "BUILD", "tenant_id": "85ec8eb4fe3c488890134386116a708f", "user_id": "257cff650e124f899981c0581092ee17", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:00:39Z", "updated": "2022-06-05T09:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:00:39,833 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1 0.100s 2022-06-05 09:00:39,833 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:39 GMT', 'server': 'Apache/2.4.41 (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-74c2f8bb-2bfb-42cf-b085-710bf4f0f1f1', 'x-compute-request-id': 'req-74c2f8bb-2bfb-42cf-b085-710bf4f0f1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1'} Body: b'{"server": {"id": "883c58df-f0f0-40ef-9910-6b3e6d9293a1", "name": "tempest-VolumesSnapshotTestJSON-instance-353028996", "status": "ERROR", "tenant_id": "85ec8eb4fe3c488890134386116a708f", "user_id": "257cff650e124f899981c0581092ee17", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:00:38Z", "updated": "2022-06-05T09:00:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:00:39Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:00:39,841 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:00:40,184 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 204 DELETE http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1 0.342s 2022-06-05 09:00:40,184 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ae80547-086e-436c-be53-8f4dd92a54f8', 'x-compute-request-id': 'req-3ae80547-086e-436c-be53-8f4dd92a54f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1'} Body: b'' 2022-06-05 09:00:40,218 119935 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 404 GET http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1 0.033s 2022-06-05 09:00:40,218 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-554a10a5-eac9-480b-bc9c-fc5a5359209f', 'x-compute-request-id': 'req-554a10a5-eac9-480b-bc9c-fc5a5359209f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/883c58df-f0f0-40ef-9910-6b3e6d9293a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 883c58df-f0f0-40ef-9910-6b3e6d9293a1 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 83, in test_snapshot_create_offline_delete_online server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 883c58df-f0f0-40ef-9910-6b3e6d9293a1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:00:39Z', 'message': 'No valid host was found. '}. Server boot request ID: req-4758656e-4215-4f86-b012-ed25566c0957. |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt65.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt65.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 2 | 0 | 2 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
fail
ft66.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:03:54,770 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.259s 2022-06-05 09:03:54,770 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-584187055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCzUSkG5r0c9JKQlPHsmbXYYvzYmvug0fVFamRqiR6H9LuZIg3GuJMxrIuX+BMeL4RT7o2CM10UKFcQcchzET8iV0iqR7cvXhV4sAa+7N1NX+yugKTvs+rOKk0UGaJDyVQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', '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-a3eda986-b0c4-43d9-9471-346bed5fbd17', 'x-compute-request-id': 'req-a3eda986-b0c4-43d9-9471-346bed5fbd17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-584187055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCzUSkG5r0c9JKQlPHsmbXYYvzYmvug0fVFamRqiR6H9LuZIg3GuJMxrIuX+BMeL4RT7o2CM10UKFcQcchzET8iV0iqR7cvXhV4sAa+7N1NX+yugKTvs+rOKk0UGaJDyVQ==", "fingerprint": "31:16:d9:f7:2c:5e:6e:44:31:4e:ec:a7:6d:a5:72:f3", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b"}}' 2022-06-05 09:03:54,809 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.031s 2022-06-05 09:03:54,810 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32714d76-ec99-44e6-a424-a25fa26c88d7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d23c7aa627d4f9ba520ba6217630e0b", "name": "tempest-TestEncryptedCinderVolumes-1351234887-project", "password_expires_at": null}, "audit_ids": ["5LsbeZ-7R_63v2WELfB22g"], "expires_at": "2022-06-05T10:03:54.000000Z", "issued_at": "2022-06-05T09:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acd159bcee6455fb01c9bac3d1e3bf0", "name": "tempest-TestEncryptedCinderVolumes-1351234887"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:03:54,810 168724 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': '3ec796e9-d5bf-4035-87fc-dea2faa10ab4', 'name': 'tempest-TestEncryptedCinderVolumes-2012136820-network', 'tenant_id': '8acd159bcee6455fb01c9bac3d1e3bf0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8acd159bcee6455fb01c9bac3d1e3bf0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 128, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:03:45Z', 'updated_at': '2022-06-05T09:03:45Z', 'revision_number': 1} available for tenant 2022-06-05 09:03:55,360 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 202 POST http://10.222.0.33/compute/v2.1/servers 0.549s 2022-06-05 09:03:55,360 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-969235617", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-584187055", "networks": [{"uuid": "3ec796e9-d5bf-4035-87fc-dea2faa10ab4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b', '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-23c52836-2058-48d5-96e1-e7ee7a24642a', 'x-compute-request-id': 'req-23c52836-2058-48d5-96e1-e7ee7a24642a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "62948c6b-ee09-4faa-825b-7ba4f893510b", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NFG2YBWs9e3E"}}' 2022-06-05 09:03:55,435 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 GET http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b 0.073s 2022-06-05 09:03:55,436 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-386ca906-bfa2-4e02-9040-ee618696e736', 'x-compute-request-id': 'req-386ca906-bfa2-4e02-9040-ee618696e736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b'} Body: b'{"server": {"id": "62948c6b-ee09-4faa-825b-7ba4f893510b", "name": "tempest-TestEncryptedCinderVolumes-server-969235617", "status": "BUILD", "tenant_id": "8acd159bcee6455fb01c9bac3d1e3bf0", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:55Z", "updated": "2022-06-05T09:03:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestEncryptedCinderVolumes-584187055", "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": []}}' 2022-06-05 09:03:56,544 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 GET http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b 0.099s 2022-06-05 09:03:56,545 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', '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-7303ed1b-4972-4741-ad12-cb9ba6c6d861', 'x-compute-request-id': 'req-7303ed1b-4972-4741-ad12-cb9ba6c6d861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b'} Body: b'{"server": {"id": "62948c6b-ee09-4faa-825b-7ba4f893510b", "name": "tempest-TestEncryptedCinderVolumes-server-969235617", "status": "ERROR", "tenant_id": "8acd159bcee6455fb01c9bac3d1e3bf0", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:55Z", "updated": "2022-06-05T09:03:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/62948c6b-ee09-4faa-825b-7ba4f893510b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:03:56Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestEncryptedCinderVolumes-584187055", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:56,552 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:03:56,867 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 204 DELETE http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b 0.314s 2022-06-05 09:03:56,867 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb276e2-e0a2-47d2-a454-9a7703892968', 'x-compute-request-id': 'req-ffb276e2-e0a2-47d2-a454-9a7703892968', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b'} Body: b'' 2022-06-05 09:03:56,912 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 404 GET http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b 0.044s 2022-06-05 09:03:56,912 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bfbe5003-2e7d-431b-91a5-a20478fecb69', 'x-compute-request-id': 'req-bfbe5003-2e7d-431b-91a5-a20478fecb69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/62948c6b-ee09-4faa-825b-7ba4f893510b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 62948c6b-ee09-4faa-825b-7ba4f893510b could not be found."}}' 2022-06-05 09:03:56,947 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-584187055 0.032s 2022-06-05 09:03:56,948 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6061850d-7168-423d-a4c5-8e12a10fc68d', 'x-compute-request-id': 'req-6061850d-7168-423d-a4c5-8e12a10fc68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-584187055'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 67, in test_encrypted_cinder_volumes_cryptsetup server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 48, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 62948c6b-ee09-4faa-825b-7ba4f893510b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:56Z', 'message': 'No valid host was found. '}. Server boot request ID: req-23c52836-2058-48d5-96e1-e7ee7a24642a. |
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
fail
ft66.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:03:57,030 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.076s 2022-06-05 09:03:57,030 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-833465789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPHR415yxRv1UEWgu+QjAqHp1EBuSGERgCjB1nKPCtXVrxTnNRoVt+CF2CiISGVSPUvCBOH7/F7irCCkBTv9SBUnToDghQU8rtxBh9+CxwNoGuXB5zCWwobBReGfB76qzA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', '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-9da051ea-a66d-4c0c-a8c3-36cae88274b5', 'x-compute-request-id': 'req-9da051ea-a66d-4c0c-a8c3-36cae88274b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-833465789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPHR415yxRv1UEWgu+QjAqHp1EBuSGERgCjB1nKPCtXVrxTnNRoVt+CF2CiISGVSPUvCBOH7/F7irCCkBTv9SBUnToDghQU8rtxBh9+CxwNoGuXB5zCWwobBReGfB76qzA==", "fingerprint": "a1:5f:2f:ca:49:17:c6:88:88:1f:12:ec:e8:06:12:73", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b"}}' 2022-06-05 09:03:57,075 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.037s 2022-06-05 09:03:57,076 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-95b2267d-b1c6-4505-882a-48b6aff44032', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d23c7aa627d4f9ba520ba6217630e0b", "name": "tempest-TestEncryptedCinderVolumes-1351234887-project", "password_expires_at": null}, "audit_ids": ["Wxks9hSCR5m88w2zXeo7MA"], "expires_at": "2022-06-05T10:03:57.000000Z", "issued_at": "2022-06-05T09:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acd159bcee6455fb01c9bac3d1e3bf0", "name": "tempest-TestEncryptedCinderVolumes-1351234887"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/8acd159bcee6455fb01c9bac3d1e3bf0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:03:57,076 168724 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': '3ec796e9-d5bf-4035-87fc-dea2faa10ab4', 'name': 'tempest-TestEncryptedCinderVolumes-2012136820-network', 'tenant_id': '8acd159bcee6455fb01c9bac3d1e3bf0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8acd159bcee6455fb01c9bac3d1e3bf0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 128, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:03:45Z', 'updated_at': '2022-06-05T09:03:45Z', 'revision_number': 1} available for tenant 2022-06-05 09:03:57,646 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 202 POST http://10.222.0.33/compute/v2.1/servers 0.569s 2022-06-05 09:03:57,647 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-2111512462", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-833465789", "networks": [{"uuid": "3ec796e9-d5bf-4035-87fc-dea2faa10ab4"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44', '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-9a1e9a6b-e86f-4896-ac24-0d299e472550', 'x-compute-request-id': 'req-9a1e9a6b-e86f-4896-ac24-0d299e472550', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "c428f71e-289f-4131-b616-baa675a95b44", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c428f71e-289f-4131-b616-baa675a95b44"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "a2H8p6EXo3so"}}' 2022-06-05 09:03:57,732 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 GET http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44 0.082s 2022-06-05 09:03:57,732 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1262', '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-a999baea-fe88-4c59-9c9e-4ec85a1092e9', 'x-compute-request-id': 'req-a999baea-fe88-4c59-9c9e-4ec85a1092e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44'} Body: b'{"server": {"id": "c428f71e-289f-4131-b616-baa675a95b44", "name": "tempest-TestEncryptedCinderVolumes-server-2111512462", "status": "BUILD", "tenant_id": "8acd159bcee6455fb01c9bac3d1e3bf0", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:58Z", "updated": "2022-06-05T09:03:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c428f71e-289f-4131-b616-baa675a95b44"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestEncryptedCinderVolumes-833465789", "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": []}}' 2022-06-05 09:03:58,843 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 GET http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44 0.102s 2022-06-05 09:03:58,844 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1335', '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-7094eb54-508d-4d34-ae16-de432af3c6f0', 'x-compute-request-id': 'req-7094eb54-508d-4d34-ae16-de432af3c6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44'} Body: b'{"server": {"id": "c428f71e-289f-4131-b616-baa675a95b44", "name": "tempest-TestEncryptedCinderVolumes-server-2111512462", "status": "ERROR", "tenant_id": "8acd159bcee6455fb01c9bac3d1e3bf0", "user_id": "7d23c7aa627d4f9ba520ba6217630e0b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:03:57Z", "updated": "2022-06-05T09:03:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/c428f71e-289f-4131-b616-baa675a95b44"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:03:58Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestEncryptedCinderVolumes-833465789", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:03:58,852 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:03:59,145 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 204 DELETE http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44 0.293s 2022-06-05 09:03:59,145 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd748445-a5c9-4003-9c06-edf2e1b4683e', 'x-compute-request-id': 'req-bd748445-a5c9-4003-9c06-edf2e1b4683e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44'} Body: b'' 2022-06-05 09:03:59,180 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 404 GET http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44 0.034s 2022-06-05 09:03:59,180 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b6e8658e-a908-4044-a871-98c7080e8290', 'x-compute-request-id': 'req-b6e8658e-a908-4044-a871-98c7080e8290', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/c428f71e-289f-4131-b616-baa675a95b44'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c428f71e-289f-4131-b616-baa675a95b44 could not be found."}}' 2022-06-05 09:03:59,207 168724 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-833465789 0.025s 2022-06-05 09:03:59,207 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0947b109-a183-4d6b-bc26-6fddc1ebde76', 'x-compute-request-id': 'req-0947b109-a183-4d6b-bc26-6fddc1ebde76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-833465789'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 58, in test_encrypted_cinder_volumes_luks server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 48, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c428f71e-289f-4131-b616-baa675a95b44 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:03:58Z', 'message': 'No valid host was found. '}. Server boot request ID: req-9a1e9a6b-e86f-4896-ac24-0d299e472550. |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft67.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:04:17,118 168724 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-06-05 09:04:17,399 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.33/image/v2/images 0.280s 2022-06-05 09:04:17,399 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--706951052", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-3c979d8e-e1fc-4024-91b0-4e4aaed60013', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/image/v2/images'} Body: b'{"name": "tempest-scenario-img--706951052", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fb33ad009c9841ddb7fea5e0c51f8457", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1e807266-e7c0-4b8b-b032-7a7ca978db47", "created_at": "2022-06-05T09:04:17Z", "updated_at": "2022-06-05T09:04:17Z", "tags": [], "self": "/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47", "file": "/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47/file", "schema": "/v2/schemas/image"}' 2022-06-05 09:04:26,699 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.33/image/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47/file 9.299s 2022-06-05 09:04:26,699 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f11537aa610> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1eac65a8-97f1-4d12-93af-5bfe73adc985', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/image/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47/file'} Body: b'' 2022-06-05 09:04:26,700 168724 DEBUG [tempest.scenario.manager] image:1e807266-e7c0-4b8b-b032-7a7ca978db47 2022-06-05 09:04:26,765 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.062s 2022-06-05 09:04:26,766 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-628949815", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ6NU9zbHXcyYcz6MRUuXvHVIH6L7M353Y3p7Rr8EEXMqoLyaTYGOVyXlLOmCROo2QYfcPJavjlzmeFckZQZ7Ok0+1Igw+9nNjt2mPSePM3/riKcKG2CFM+sjW720Ocq2g=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', '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-bf84c2b2-c643-4337-aa7a-fa5d12097302', 'x-compute-request-id': 'req-bf84c2b2-c643-4337-aa7a-fa5d12097302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-628949815", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ6NU9zbHXcyYcz6MRUuXvHVIH6L7M353Y3p7Rr8EEXMqoLyaTYGOVyXlLOmCROo2QYfcPJavjlzmeFckZQZ7Ok0+1Igw+9nNjt2mPSePM3/riKcKG2CFM+sjW720Ocq2g==", "fingerprint": "4e:e9:65:58:c1:3a:cc:10:43:2c:d8:0b:36:58:48:15", "user_id": "01ae2e8f3a024091a6b80b8585c9bce2"}}' 2022-06-05 09:04:26,817 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.044s 2022-06-05 09:04:26,817 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5b24e37f-4565-45fd-adf5-da0d70717e76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "01ae2e8f3a024091a6b80b8585c9bce2", "name": "tempest-TestMinimumBasicScenario-1911341162-project", "password_expires_at": null}, "audit_ids": ["MK0qXUskRDKFZsVmnDnarg"], "expires_at": "2022-06-05T10:04:26.000000Z", "issued_at": "2022-06-05T09:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb33ad009c9841ddb7fea5e0c51f8457", "name": "tempest-TestMinimumBasicScenario-1911341162"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/fb33ad009c9841ddb7fea5e0c51f8457", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/fb33ad009c9841ddb7fea5e0c51f8457", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_fb33ad009c9841ddb7fea5e0c51f8457", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/fb33ad009c9841ddb7fea5e0c51f8457", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:04:26,818 168724 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b7fd040e-9d02-45e9-a879-212958457c23', 'name': 'tempest-TestMinimumBasicScenario-1632994011-network', 'tenant_id': 'fb33ad009c9841ddb7fea5e0c51f8457', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fb33ad009c9841ddb7fea5e0c51f8457', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:04:07Z', 'updated_at': '2022-06-05T09:04:07Z', 'revision_number': 1} available for tenant 2022-06-05 09:04:27,343 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.33/compute/v2.1/servers 0.524s 2022-06-05 09:04:27,343 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1883821", "imageRef": "1e807266-e7c0-4b8b-b032-7a7ca978db47", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-628949815", "networks": [{"uuid": "b7fd040e-9d02-45e9-a879-212958457c23"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a', '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-efaa1aad-8b60-4cbd-8c6f-87f1d76141aa', 'x-compute-request-id': 'req-efaa1aad-8b60-4cbd-8c6f-87f1d76141aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "a74e154a-a144-4c4c-953d-f6796d0a144a", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UkwLFp59Kd7m"}}' 2022-06-05 09:04:27,424 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a 0.078s 2022-06-05 09:04:27,424 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1255', '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-dc7ff439-acc8-4c6f-8261-fdba3cb14805', 'x-compute-request-id': 'req-dc7ff439-acc8-4c6f-8261-fdba3cb14805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a'} Body: b'{"server": {"id": "a74e154a-a144-4c4c-953d-f6796d0a144a", "name": "tempest-TestMinimumBasicScenario-server-1883821", "status": "BUILD", "tenant_id": "fb33ad009c9841ddb7fea5e0c51f8457", "user_id": "01ae2e8f3a024091a6b80b8585c9bce2", "metadata": {}, "hostId": "", "image": {"id": "1e807266-e7c0-4b8b-b032-7a7ca978db47", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1e807266-e7c0-4b8b-b032-7a7ca978db47"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:27Z", "updated": "2022-06-05T09:04:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-628949815", "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": []}}' 2022-06-05 09:04:28,533 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a 0.100s 2022-06-05 09:04:28,534 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1328', '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-a6342402-7344-477c-a196-10b47fe2e81b', 'x-compute-request-id': 'req-a6342402-7344-477c-a196-10b47fe2e81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a'} Body: b'{"server": {"id": "a74e154a-a144-4c4c-953d-f6796d0a144a", "name": "tempest-TestMinimumBasicScenario-server-1883821", "status": "ERROR", "tenant_id": "fb33ad009c9841ddb7fea5e0c51f8457", "user_id": "01ae2e8f3a024091a6b80b8585c9bce2", "metadata": {}, "hostId": "", "image": {"id": "1e807266-e7c0-4b8b-b032-7a7ca978db47", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1e807266-e7c0-4b8b-b032-7a7ca978db47"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:27Z", "updated": "2022-06-05T09:04:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a74e154a-a144-4c4c-953d-f6796d0a144a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:04:28Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-628949815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:04:28,541 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:04:28,814 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 DELETE http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a 0.272s 2022-06-05 09:04:28,814 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c96c5aa2-6030-4645-b2d5-283bd11dbad4', 'x-compute-request-id': 'req-c96c5aa2-6030-4645-b2d5-283bd11dbad4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a'} Body: b'' 2022-06-05 09:04:28,848 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 404 GET http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a 0.034s 2022-06-05 09:04:28,849 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-201ddb6c-901b-43f8-ba0d-9391d552eeb0', 'x-compute-request-id': 'req-201ddb6c-901b-43f8-ba0d-9391d552eeb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a74e154a-a144-4c4c-953d-f6796d0a144a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a74e154a-a144-4c4c-953d-f6796d0a144a could not be found."}}' 2022-06-05 09:04:28,878 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-628949815 0.026s 2022-06-05 09:04:28,879 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee76d863-1767-4360-9ea9-94ee95756a85', 'x-compute-request-id': 'req-ee76d863-1767-4360-9ea9-94ee95756a85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-628949815'} Body: b'' 2022-06-05 09:04:29,216 168724 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.33/image/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47 0.336s 2022-06-05 09:04:29,216 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2222c127-4b89-4a01-8d81-6673c16aa670', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/image/v2/images/1e807266-e7c0-4b8b-b032-7a7ca978db47'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 105, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a74e154a-a144-4c4c-953d-f6796d0a144a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:04:28Z', 'message': 'No valid host was found. '}. Server boot request ID: req-efaa1aad-8b60-4cbd-8c6f-87f1d76141aa. |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 0 | 8 | 0 | 1 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
fail
ft68.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:01:49,631 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.225s 2022-06-05 09:01:49,632 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-258341763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWtyRIcbNjXKzD6LrCKYPMO/lltGJq+g2GqrXJ9Zx/1s8LAKLtJV0V9THjlVXpFDkbc0tKaM66KGuMzgtdxF8I1OqadvWZjPAWz2sBEYuu3JHEV9i37FRgCT9TeoGohmQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', '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-21eb58ee-23aa-432d-982b-07221fe0568b', 'x-compute-request-id': 'req-21eb58ee-23aa-432d-982b-07221fe0568b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-258341763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBWtyRIcbNjXKzD6LrCKYPMO/lltGJq+g2GqrXJ9Zx/1s8LAKLtJV0V9THjlVXpFDkbc0tKaM66KGuMzgtdxF8I1OqadvWZjPAWz2sBEYuu3JHEV9i37FRgCT9TeoGohmQ==", "fingerprint": "42:a7:f1:dc:c1:73:da:6b:4f:23:6b:02:be:e0:fb:2a", "user_id": "4daf08714b6f48d7949b5be64a367794"}}' 2022-06-05 09:01:49,880 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.244s 2022-06-05 09:01:49,880 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-2065378191", "description": "tempest-secgroup-smoke-2065378191 description", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-ae47d5dc-36b6-4119-b307-7fd587de2d08', 'date': 'Sun, 05 Jun 2022 09:01:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "name": "tempest-secgroup-smoke-2065378191", "stateful": true, "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "description": "tempest-secgroup-smoke-2065378191 description", "shared": false, "security_group_rules": [{"id": "29dc9de3-0445-4ccb-b2ae-655c9f69e566", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "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": 3883, "description": null, "tags": [], "created_at": "2022-06-05T09:01:49Z", "updated_at": "2022-06-05T09:01:49Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}, {"id": "51abef6a-4392-4b7a-a599-707661c96079", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "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": 3882, "description": null, "tags": [], "created_at": "2022-06-05T09:01:49Z", "updated_at": "2022-06-05T09:01:49Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}], "tags": [], "created_at": "2022-06-05T09:01:49Z", "updated_at": "2022-06-05T09:01:49Z", "revision_number": 1, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,003 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.122s 2022-06-05 09:01:50,003 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ace7421d-93c2-4deb-ab2c-09c1c0143ac0', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e5e9d08c-19f2-4ed7-8850-143a14ab31cb", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:49Z", "updated_at": "2022-06-05T09:01:49Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,131 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:01:50,131 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-a7bf291e-600f-4159-8fa4-81c415f9373d', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "11eb0c8d-10d0-4d17-aa97-6418a5fdc807", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:50Z", "updated_at": "2022-06-05T09:01:50Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,257 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.125s 2022-06-05 09:01:50,257 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e420c331-49dd-4942-b316-744c39839f3a', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e905590b-3ef6-4903-bcde-74d961e2e404", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:50Z", "updated_at": "2022-06-05T09:01:50Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,626 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.368s 2022-06-05 09:01:50,626 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-af3f658e-4e51-42d9-a80f-58d6787f5d22', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eea8e01a-c81b-4ac1-bf70-16e900596deb", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:50Z", "updated_at": "2022-06-05T09:01:50Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,753 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.126s 2022-06-05 09:01:50,753 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-aa7c87f6-d4d0-4a8c-9030-0bb07ba96e87', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af7319c5-4c4b-4fdb-9fc8-115e0b09c252", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:50Z", "updated_at": "2022-06-05T09:01:50Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:50,886 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.132s 2022-06-05 09:01:50,887 119935 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": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-fabc8115-13bc-4883-85b0-7f317a430dd8', 'date': 'Sun, 05 Jun 2022 09:01:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db58f575-bb2b-421b-bb59-7612a1b6c66a", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "d119fbdd-10a0-45d5-b50f-65fa59ac1f2a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:01:50Z", "updated_at": "2022-06-05T09:01:50Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:51,089 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/networks 0.202s 2022-06-05 09:01:51,090 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1669105721", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-9a4362fd-03e7-453c-80be-14c97fb586f5', 'date': 'Sun, 05 Jun 2022 09:01:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"2ab26867-3d92-43e4-a74b-f987f37c1446","name":"tempest-network-smoke--1669105721","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:01:50Z","updated_at":"2022-06-05T09:01:50Z","revision_number":1}}' 2022-06-05 09:01:52,491 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/routers 1.400s 2022-06-05 09:01:52,492 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-2012880681", "admin_state_up": true, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-4cefec78-46d5-49dc-80d5-b135184331e0', 'date': 'Sun, 05 Jun 2022 09:01:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "4b4d1cda-36b2-4254-bf0e-d297ec0d7398", "name": "tempest-TestNetworkAdvancedServerOps-router-2012880681", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.158"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:01:51Z", "updated_at": "2022-06-05T09:01:51Z", "revision_number": 3, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:52,630 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28 0.138s 2022-06-05 09:01:52,631 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-f58b460f-1d6b-4743-8793-120f07897fb5', 'date': 'Sun, 05 Jun 2022 09:01:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:01:52,724 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.092s 2022-06-05 09:01:52,724 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-9380aea9-7f0c-4b6a-aaa4-23494c868f7e', 'date': 'Sun, 05 Jun 2022 09:01:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:01:52,755 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.030s 2022-06-05 09:01:52,755 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-82533d25-e7a2-4a71-9048-918c6c41a29a', 'date': 'Sun, 05 Jun 2022 09:01:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:01:53,177 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.422s 2022-06-05 09:01:53,178 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-613624499", "network_id": "2ab26867-3d92-43e4-a74b-f987f37c1446", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-a06b7cea-deae-4617-b4b3-df618d9ff678', 'date': 'Sun, 05 Jun 2022 09:01:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b","name":"tempest-subnet-smoke-613624499","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","network_id":"2ab26867-3d92-43e4-a74b-f987f37c1446","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:01:52Z","updated_at":"2022-06-05T09:01:52Z","revision_number":0,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:01:55,519 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398/add_router_interface 2.341s 2022-06-05 09:01:55,520 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e6ce8b45-6b0d-4ea4-9fec-0026fe71dc87', 'date': 'Sun, 05 Jun 2022 09:01:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398/add_router_interface'} Body: b'{"id": "4b4d1cda-36b2-4254-bf0e-d297ec0d7398", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "16df794f-c4f3-4855-b8d2-68deb3559caa", "network_id": "2ab26867-3d92-43e4-a74b-f987f37c1446", "subnet_id": "ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b", "subnet_ids": ["ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b"]}' 2022-06-05 09:01:55,560 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.033s 2022-06-05 09:01:55,560 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5b1fe5a-9e5a-4e45-a116-35757556dfe5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4daf08714b6f48d7949b5be64a367794", "name": "tempest-TestNetworkAdvancedServerOps-1349413407-project", "password_expires_at": null}, "audit_ids": ["NH6nFKf1TM6j8hZazu6Z4Q"], "expires_at": "2022-06-05T10:01:55.000000Z", "issued_at": "2022-06-05T09:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "name": "tempest-TestNetworkAdvancedServerOps-1349413407"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:01:55,561 119935 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-06-05 09:01:56,243 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 202 POST http://10.222.0.33/compute/v2.1/servers 0.681s 2022-06-05 09:01:56,243 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1592908592", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "2ab26867-3d92-43e4-a74b-f987f37c1446"}], "key_name": "tempest-TestNetworkAdvancedServerOps-258341763", "security_groups": [{"name": "tempest-secgroup-smoke-2065378191"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633', '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-c99890b8-f00f-4bed-8975-7efb907aa327', 'x-compute-request-id': 'req-c99890b8-f00f-4bed-8975-7efb907aa327', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "57932801-42d1-4989-a8c8-44bd48233633", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/57932801-42d1-4989-a8c8-44bd48233633"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2065378191"}], "adminPass": "JAti24TyG5o7"}}' 2022-06-05 09:01:56,344 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633 0.099s 2022-06-05 09:01:56,345 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', '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-372bc628-b13f-4159-8200-da18ccabed03', 'x-compute-request-id': 'req-372bc628-b13f-4159-8200-da18ccabed03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633'} Body: b'{"server": {"id": "57932801-42d1-4989-a8c8-44bd48233633", "name": "tempest-TestNetworkAdvancedServerOps-server-1592908592", "status": "BUILD", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:01:56Z", "updated": "2022-06-05T09:01:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/57932801-42d1-4989-a8c8-44bd48233633"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-258341763", "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": []}}' 2022-06-05 09:01:57,466 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633 0.113s 2022-06-05 09:01:57,466 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', '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-c003a308-77a1-4d31-a0d7-44c34ebff439', 'x-compute-request-id': 'req-c003a308-77a1-4d31-a0d7-44c34ebff439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633'} Body: b'{"server": {"id": "57932801-42d1-4989-a8c8-44bd48233633", "name": "tempest-TestNetworkAdvancedServerOps-server-1592908592", "status": "ERROR", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:01:56Z", "updated": "2022-06-05T09:01:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/57932801-42d1-4989-a8c8-44bd48233633"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:01:57Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-258341763", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:01:57,473 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:01:57,808 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 204 DELETE http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633 0.334s 2022-06-05 09:01:57,808 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca1135b-9772-434e-bb6b-2b2a9479b5e2', 'x-compute-request-id': 'req-fca1135b-9772-434e-bb6b-2b2a9479b5e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633'} Body: b'' 2022-06-05 09:01:57,845 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 404 GET http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633 0.036s 2022-06-05 09:01:57,845 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-aba13f17-946f-4c0e-9e17-5279996dcc3e', 'x-compute-request-id': 'req-aba13f17-946f-4c0e-9e17-5279996dcc3e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/57932801-42d1-4989-a8c8-44bd48233633'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 57932801-42d1-4989-a8c8-44bd48233633 could not be found."}}' 2022-06-05 09:01:59,515 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398/remove_router_interface 1.665s 2022-06-05 09:01:59,515 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-2a6a5ed0-d46f-412c-8297-a751aa73744a', 'date': 'Sun, 05 Jun 2022 09:01:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398/remove_router_interface'} Body: b'{"id": "4b4d1cda-36b2-4254-bf0e-d297ec0d7398", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "16df794f-c4f3-4855-b8d2-68deb3559caa", "network_id": "2ab26867-3d92-43e4-a74b-f987f37c1446", "subnet_id": "ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b", "subnet_ids": ["ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b"]}' 2022-06-05 09:01:59,801 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b 0.284s 2022-06-05 09:01:59,801 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-96f5e9ed-cfdf-4218-82d6-f28d0202037b', 'date': 'Sun, 05 Jun 2022 09:01:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/ba644a5e-5cfd-4409-a4ba-9e0f52ea7e6b'} Body: b'' 2022-06-05 09:02:00,882 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398 1.080s 2022-06-05 09:02:00,882 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-370d6b80-950a-4ffb-9d11-c1ee6fc6b6fa', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/4b4d1cda-36b2-4254-bf0e-d297ec0d7398'} Body: b'' 2022-06-05 09:02:01,242 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/2ab26867-3d92-43e4-a74b-f987f37c1446 0.359s 2022-06-05 09:02:01,243 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6aef1a45-0f28-49f2-b104-d1ad3654834e', 'date': 'Sun, 05 Jun 2022 09:02:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/2ab26867-3d92-43e4-a74b-f987f37c1446'} Body: b'' 2022-06-05 09:02:01,436 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/d119fbdd-10a0-45d5-b50f-65fa59ac1f2a 0.193s 2022-06-05 09:02:01,437 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-6a67e7b4-7cb5-49ad-b6be-ae44fae4192f', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/d119fbdd-10a0-45d5-b50f-65fa59ac1f2a'} Body: b'' 2022-06-05 09:02:01,475 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-258341763 0.038s 2022-06-05 09:02:01,476 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a5832bd-9c8a-4b76-a2a0-5396df8b0e9d', 'x-compute-request-id': 'req-2a5832bd-9c8a-4b76-a2a0-5396df8b0e9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-258341763'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 225, in test_server_connectivity_cold_migration server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 57932801-42d1-4989-a8c8-44bd48233633 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:01:57Z', 'message': 'No valid host was found. '}. Server boot request ID: req-c99890b8-f00f-4bed-8975-7efb907aa327. |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
skip
pt68.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
fail
ft68.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:02:13,032 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.062s 2022-06-05 09:02:13,032 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1223009267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFUCi3oz4b9U4HEQkomSJRKr9kz7z7RqBjpGrqoGq1VYn1Lawme1jbTuPxpNKjeDpYIbm4gymLovA1tK07ZlPL6aTpl8XLaL0hnsBLKTIWFAqTpdxqWXs9LJFAylrnu/hA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', '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-8a3ab0e7-8b9d-4faa-99a5-0ab5d7618fe6', 'x-compute-request-id': 'req-8a3ab0e7-8b9d-4faa-99a5-0ab5d7618fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1223009267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFUCi3oz4b9U4HEQkomSJRKr9kz7z7RqBjpGrqoGq1VYn1Lawme1jbTuPxpNKjeDpYIbm4gymLovA1tK07ZlPL6aTpl8XLaL0hnsBLKTIWFAqTpdxqWXs9LJFAylrnu/hA==", "fingerprint": "dd:b2:c5:da:77:65:52:2c:3b:e6:03:62:df:3d:3c:1a", "user_id": "4daf08714b6f48d7949b5be64a367794"}}' 2022-06-05 09:02:13,170 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.135s 2022-06-05 09:02:13,170 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-435724753", "description": "tempest-secgroup-smoke-435724753 description", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-34456aba-3573-412a-89ca-0b4addc7fa84', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "name": "tempest-secgroup-smoke-435724753", "stateful": true, "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "description": "tempest-secgroup-smoke-435724753 description", "shared": false, "security_group_rules": [{"id": "21033f7c-bd9e-4358-87ab-6eedc0dbfb4c", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "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": 3914, "description": null, "tags": [], "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}, {"id": "91868244-f007-43af-9f95-bc4fe38c8157", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "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": 3915, "description": null, "tags": [], "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}], "tags": [], "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 1, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,295 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.125s 2022-06-05 09:02:13,296 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-95d1962b-ab8c-4bc6-8634-9b213c88ea56', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99c9aa27-4419-45f2-8e1c-bb1b5093d59c", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,421 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.125s 2022-06-05 09:02:13,422 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-57c56abc-b46e-4d93-84b9-46b79a53af22', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e3d8d15b-0cb8-4ada-b6b8-a81a9a866ba5", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,550 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:02:13,550 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9aa622af-526e-48ef-9ab6-7cc9d05068f0', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff14f865-6643-4fe2-b931-79cc9bbfa32c", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,673 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.122s 2022-06-05 09:02:13,674 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6a9e90a1-f822-4e8a-8eee-e0d8e34f6a0d', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cba4c198-1b70-4de7-b21b-0c66dc1d7165", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,800 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.125s 2022-06-05 09:02:13,800 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-44bcf520-e95b-4c03-90a3-6af50cd787ed', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5366aa7c-3f81-416f-9f85-464be0c8cc98", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:13,930 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.129s 2022-06-05 09:02:13,931 119935 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": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6dc909fc-7463-444f-9130-6d442e2d9e27', 'date': 'Sun, 05 Jun 2022 09:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "55c44213-a010-4c77-9615-03dea4ada656", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "9d0dda53-34a0-49a0-a0b0-46e298f1195a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:13Z", "updated_at": "2022-06-05T09:02:13Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:14,147 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/networks 0.215s 2022-06-05 09:02:14,148 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1654588666", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-79cca31c-d584-4d04-8a41-c6585a1ce775', 'date': 'Sun, 05 Jun 2022 09:02:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"6170f4d0-d5d9-4172-a4be-95be719e3421","name":"tempest-network-smoke--1654588666","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:02:13Z","updated_at":"2022-06-05T09:02:14Z","revision_number":1}}' 2022-06-05 09:02:15,840 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/routers 1.691s 2022-06-05 09:02:15,840 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-249144202", "admin_state_up": true, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-e0f84483-bda0-4405-91bf-000d9892aaf9', 'date': 'Sun, 05 Jun 2022 09:02:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "1b1a6d61-992e-411a-b70b-0e338a39cc7d", "name": "tempest-TestNetworkAdvancedServerOps-router-249144202", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.40"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:02:14Z", "updated_at": "2022-06-05T09:02:15Z", "revision_number": 3, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:15,871 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28 0.030s 2022-06-05 09:02:15,871 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c0c6c646-53dd-41c4-81df-81cfa17f21de', 'date': 'Sun, 05 Jun 2022 09:02:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:02:15,961 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.089s 2022-06-05 09:02:15,961 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-7152aea0-09dd-4140-97fd-ca8a406c319f', 'date': 'Sun, 05 Jun 2022 09:02:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:02:15,996 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.034s 2022-06-05 09:02:15,996 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-817bdb34-cf2e-4c4a-9fa2-f03bd36e9139', 'date': 'Sun, 05 Jun 2022 09:02:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:02:16,420 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.423s 2022-06-05 09:02:16,421 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1402432408", "network_id": "6170f4d0-d5d9-4172-a4be-95be719e3421", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-92b1a8ae-9ae4-4794-b3a8-eb0294dc56d9', 'date': 'Sun, 05 Jun 2022 09:02:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"0b97fd06-0bc2-4368-8dea-609d3322d310","name":"tempest-subnet-smoke-1402432408","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","network_id":"6170f4d0-d5d9-4172-a4be-95be719e3421","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:02:16Z","updated_at":"2022-06-05T09:02:16Z","revision_number":0,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:18,494 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d/add_router_interface 2.072s 2022-06-05 09:02:18,494 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0b97fd06-0bc2-4368-8dea-609d3322d310"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e811635e-c1e8-4a9a-87b3-2848dc71ed5e', 'date': 'Sun, 05 Jun 2022 09:02:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d/add_router_interface'} Body: b'{"id": "1b1a6d61-992e-411a-b70b-0e338a39cc7d", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "424644ec-8eed-4c84-8e81-0c3677a83ae6", "network_id": "6170f4d0-d5d9-4172-a4be-95be719e3421", "subnet_id": "0b97fd06-0bc2-4368-8dea-609d3322d310", "subnet_ids": ["0b97fd06-0bc2-4368-8dea-609d3322d310"]}' 2022-06-05 09:02:18,537 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.037s 2022-06-05 09:02:18,538 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6d10af0d-6a13-432f-aee7-3b029440f4c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4daf08714b6f48d7949b5be64a367794", "name": "tempest-TestNetworkAdvancedServerOps-1349413407-project", "password_expires_at": null}, "audit_ids": ["6-Dh-FFUQ3-f9siRovC_6w"], "expires_at": "2022-06-05T10:02:18.000000Z", "issued_at": "2022-06-05T09:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "name": "tempest-TestNetworkAdvancedServerOps-1349413407"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:02:18,539 119935 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-06-05 09:02:19,279 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 202 POST http://10.222.0.33/compute/v2.1/servers 0.738s 2022-06-05 09:02:19,279 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1816966321", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "6170f4d0-d5d9-4172-a4be-95be719e3421"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1223009267", "security_groups": [{"name": "tempest-secgroup-smoke-435724753"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca', '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-1379d1e7-c9ee-4fba-b66a-04e44a041dcb', 'x-compute-request-id': 'req-1379d1e7-c9ee-4fba-b66a-04e44a041dcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "70990d6d-5c6d-4da2-8cd7-64fbb988f3ca", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-435724753"}], "adminPass": "Ey3MNF64hDGU"}}' 2022-06-05 09:02:19,392 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca 0.111s 2022-06-05 09:02:19,393 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', '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-0dc87d9d-b145-4425-a96c-26b414c68175', 'x-compute-request-id': 'req-0dc87d9d-b145-4425-a96c-26b414c68175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca'} Body: b'{"server": {"id": "70990d6d-5c6d-4da2-8cd7-64fbb988f3ca", "name": "tempest-TestNetworkAdvancedServerOps-server-1816966321", "status": "BUILD", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:19Z", "updated": "2022-06-05T09:02:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1223009267", "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": []}}' 2022-06-05 09:02:20,507 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca 0.105s 2022-06-05 09:02:20,508 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', '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-2ec46c64-36f3-4d38-8d1a-54c8e0218cac', 'x-compute-request-id': 'req-2ec46c64-36f3-4d38-8d1a-54c8e0218cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca'} Body: b'{"server": {"id": "70990d6d-5c6d-4da2-8cd7-64fbb988f3ca", "name": "tempest-TestNetworkAdvancedServerOps-server-1816966321", "status": "ERROR", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:19Z", "updated": "2022-06-05T09:02:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:02:20Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1223009267", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:02:20,515 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:02:20,885 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 204 DELETE http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca 0.369s 2022-06-05 09:02:20,886 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c65cf948-1685-4862-acfa-176a4b002d31', 'x-compute-request-id': 'req-c65cf948-1685-4862-acfa-176a4b002d31', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca'} Body: b'' 2022-06-05 09:02:20,950 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 404 GET http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca 0.064s 2022-06-05 09:02:20,951 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d94b1be1-99b9-4f22-a648-fb3611623ef8', 'x-compute-request-id': 'req-d94b1be1-99b9-4f22-a648-fb3611623ef8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/70990d6d-5c6d-4da2-8cd7-64fbb988f3ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 70990d6d-5c6d-4da2-8cd7-64fbb988f3ca could not be found."}}' 2022-06-05 09:02:22,777 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d/remove_router_interface 1.825s 2022-06-05 09:02:22,778 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0b97fd06-0bc2-4368-8dea-609d3322d310"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d00a17fd-9d8f-42e0-b8e1-72845f8c2742', 'date': 'Sun, 05 Jun 2022 09:02:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d/remove_router_interface'} Body: b'{"id": "1b1a6d61-992e-411a-b70b-0e338a39cc7d", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "424644ec-8eed-4c84-8e81-0c3677a83ae6", "network_id": "6170f4d0-d5d9-4172-a4be-95be719e3421", "subnet_id": "0b97fd06-0bc2-4368-8dea-609d3322d310", "subnet_ids": ["0b97fd06-0bc2-4368-8dea-609d3322d310"]}' 2022-06-05 09:02:23,066 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/0b97fd06-0bc2-4368-8dea-609d3322d310 0.288s 2022-06-05 09:02:23,067 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-5559ff7b-2f9f-4e3d-b62d-a667a5ce9ebb', 'date': 'Sun, 05 Jun 2022 09:02:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/0b97fd06-0bc2-4368-8dea-609d3322d310'} Body: b'' 2022-06-05 09:02:23,867 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d 0.800s 2022-06-05 09:02:23,868 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-92dd5402-4685-4315-817e-75d5d2d4f6e2', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/1b1a6d61-992e-411a-b70b-0e338a39cc7d'} Body: b'' 2022-06-05 09:02:24,188 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/6170f4d0-d5d9-4172-a4be-95be719e3421 0.319s 2022-06-05 09:02:24,188 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-f6620141-7039-44ca-a050-b96803583406', 'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/6170f4d0-d5d9-4172-a4be-95be719e3421'} Body: b'' 2022-06-05 09:02:24,361 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/9d0dda53-34a0-49a0-a0b0-46e298f1195a 0.172s 2022-06-05 09:02:24,362 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-84782d23-cc4f-492f-b0e0-f651f2fe3e95', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/9d0dda53-34a0-49a0-a0b0-46e298f1195a'} Body: b'' 2022-06-05 09:02:24,398 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1223009267 0.035s 2022-06-05 09:02:24,398 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65945522-00dc-4e27-bbdf-9b0da78c0ed0', 'x-compute-request-id': 'req-65945522-00dc-4e27-bbdf-9b0da78c0ed0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1223009267'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 251, in test_server_connectivity_live_migration server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 70990d6d-5c6d-4da2-8cd7-64fbb988f3ca failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:02:20Z', 'message': 'No valid host was found. '}. Server boot request ID: req-1379d1e7-c9ee-4fba-b66a-04e44a041dcb. |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
fail
ft68.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:02:24,465 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.060s 2022-06-05 09:02:24,465 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-815431504", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKonK+Wl0FrldYVYhDKqNtSqP52IWhsOsJjq99NgY64CIlgcrAKChIQfalIm4udzdU2g609Re4dxcd8m0nK4JpU3aRwP0qzAfH+pGTml97FyHbXnljZ1suj1pUuXGxoSxw=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', '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-afdc1c94-4057-4908-9541-85d0276654c7', 'x-compute-request-id': 'req-afdc1c94-4057-4908-9541-85d0276654c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-815431504", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKonK+Wl0FrldYVYhDKqNtSqP52IWhsOsJjq99NgY64CIlgcrAKChIQfalIm4udzdU2g609Re4dxcd8m0nK4JpU3aRwP0qzAfH+pGTml97FyHbXnljZ1suj1pUuXGxoSxw==", "fingerprint": "f1:2f:3e:06:61:88:a7:ef:0a:b8:72:9c:cb:14:cf:87", "user_id": "4daf08714b6f48d7949b5be64a367794"}}' 2022-06-05 09:02:24,604 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.136s 2022-06-05 09:02:24,604 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-212543190", "description": "tempest-secgroup-smoke-212543190 description", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-ff07f801-37ba-49a6-9c1c-5c0e4237567d', 'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "name": "tempest-secgroup-smoke-212543190", "stateful": true, "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "description": "tempest-secgroup-smoke-212543190 description", "shared": false, "security_group_rules": [{"id": "2854fe9a-6d31-44a5-b1cf-e5c0519bc71e", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "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": 3931, "description": null, "tags": [], "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}, {"id": "acc70c7a-fa34-4177-b941-c1b145f70d40", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "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": 3930, "description": null, "tags": [], "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}], "tags": [], "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 1, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:24,742 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.136s 2022-06-05 09:02:24,742 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-39c43bd9-b262-45fb-8bb8-4b5f5dec8bec', 'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67cd013f-37d5-4824-a527-159260754230", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:24,869 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:02:24,870 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4b745ca6-e699-4488-929a-8e61edbce120', 'date': 'Sun, 05 Jun 2022 09:02:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2c2b488-4a90-45cd-9e75-9063da66dc8d", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:25,001 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.131s 2022-06-05 09:02:25,001 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0bc7dea1-bf9a-4bbc-b3b4-dc08eba65d06', 'date': 'Sun, 05 Jun 2022 09:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b8002981-0511-4b2b-afe1-6de71317f752", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:24Z", "updated_at": "2022-06-05T09:02:24Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:25,122 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.120s 2022-06-05 09:02:25,123 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5ad49a7d-241d-4d21-9a93-426b3d936d4a', 'date': 'Sun, 05 Jun 2022 09:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9392024b-f9f1-4048-a8c0-4b74ede61ae7", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:25Z", "updated_at": "2022-06-05T09:02:25Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:25,262 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.139s 2022-06-05 09:02:25,263 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d0e3cb73-3a8c-4372-b329-8360fbb3a9a0', 'date': 'Sun, 05 Jun 2022 09:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7292188d-fd5a-4781-8ff6-6cd435fcdd9e", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:25Z", "updated_at": "2022-06-05T09:02:25Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:25,422 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.159s 2022-06-05 09:02:25,423 119935 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": "c9e41e95-f56f-448e-a892-814dd0a432fe", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6fa7592e-e2ab-4168-8408-0d12ea2fec08', 'date': 'Sun, 05 Jun 2022 09:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb1e9e4e-0b8f-4cc8-93a5-0b6972a550dc", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "security_group_id": "c9e41e95-f56f-448e-a892-814dd0a432fe", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:02:25Z", "updated_at": "2022-06-05T09:02:25Z", "revision_number": 0, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:25,635 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/networks 0.211s 2022-06-05 09:02:25,636 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1523563514", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-e005d31b-33ab-4241-a16a-85b4b4f09230', 'date': 'Sun, 05 Jun 2022 09:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98","name":"tempest-network-smoke--1523563514","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:02:25Z","updated_at":"2022-06-05T09:02:25Z","revision_number":1}}' 2022-06-05 09:02:27,323 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/routers 1.686s 2022-06-05 09:02:27,323 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-297823225", "admin_state_up": true, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-d2163255-7721-417d-802c-582f0978c3b5', 'date': 'Sun, 05 Jun 2022 09:02:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "5ce75b99-a3b5-49b0-8b6c-e4256e456e66", "name": "tempest-TestNetworkAdvancedServerOps-router-297823225", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.242"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:02:25Z", "updated_at": "2022-06-05T09:02:26Z", "revision_number": 3, "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:27,355 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28 0.031s 2022-06-05 09:02:27,356 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-64c2e254-2969-4085-90cd-768600c7cc7f', 'date': 'Sun, 05 Jun 2022 09:02:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=3fbbb7bcc587445ab43f295f8e7a2ab1&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:02:27,448 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.091s 2022-06-05 09:02:27,448 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-593b4709-3d8e-4408-a716-72d60a96acf2', 'date': 'Sun, 05 Jun 2022 09:02:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:02:27,482 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.033s 2022-06-05 09:02:27,482 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-20af01b1-11fd-4c5a-8500-acd57f6f39c7', 'date': 'Sun, 05 Jun 2022 09:02:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:02:27,896 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.413s 2022-06-05 09:02:27,897 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-122531035", "network_id": "09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98", "project_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-85743c2a-0622-4d7a-ba6a-51d72f9cbc82', 'date': 'Sun, 05 Jun 2022 09:02:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"0a428e37-7044-4860-bfdb-57a3255eb9de","name":"tempest-subnet-smoke-122531035","tenant_id":"3fbbb7bcc587445ab43f295f8e7a2ab1","network_id":"09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:02:27Z","updated_at":"2022-06-05T09:02:27Z","revision_number":0,"project_id":"3fbbb7bcc587445ab43f295f8e7a2ab1"}}' 2022-06-05 09:02:30,209 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66/add_router_interface 2.312s 2022-06-05 09:02:30,210 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0a428e37-7044-4860-bfdb-57a3255eb9de"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7f9eb03d-9fc5-4ba8-9ac3-bbfe472c204a', 'date': 'Sun, 05 Jun 2022 09:02:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66/add_router_interface'} Body: b'{"id": "5ce75b99-a3b5-49b0-8b6c-e4256e456e66", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "86155b84-f11b-45f6-9faf-0d91fa73813c", "network_id": "09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98", "subnet_id": "0a428e37-7044-4860-bfdb-57a3255eb9de", "subnet_ids": ["0a428e37-7044-4860-bfdb-57a3255eb9de"]}' 2022-06-05 09:02:30,268 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.052s 2022-06-05 09:02:30,268 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-827b0050-5910-4a9b-89f7-a593d61e97f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4daf08714b6f48d7949b5be64a367794", "name": "tempest-TestNetworkAdvancedServerOps-1349413407-project", "password_expires_at": null}, "audit_ids": ["yefif76pTk2x5RAsWGL2Aw"], "expires_at": "2022-06-05T10:02:30.000000Z", "issued_at": "2022-06-05T09:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "name": "tempest-TestNetworkAdvancedServerOps-1349413407"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3fbbb7bcc587445ab43f295f8e7a2ab1", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:02:30,269 119935 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-06-05 09:02:31,002 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 202 POST http://10.222.0.33/compute/v2.1/servers 0.733s 2022-06-05 09:02:31,003 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1276344479", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98"}], "key_name": "tempest-TestNetworkAdvancedServerOps-815431504", "security_groups": [{"name": "tempest-secgroup-smoke-212543190"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197', '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-958a4ba5-76b8-4d0a-81d2-b1ac14c8d665', 'x-compute-request-id': 'req-958a4ba5-76b8-4d0a-81d2-b1ac14c8d665', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "3b1a6616-c237-4c54-88f8-2e9ae32b5197", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-212543190"}], "adminPass": "HZsAHsG6fEWg"}}' 2022-06-05 09:02:31,112 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197 0.107s 2022-06-05 09:02:31,113 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', '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-680df7e3-5ee8-4655-a784-1eeb0d4850b6', 'x-compute-request-id': 'req-680df7e3-5ee8-4655-a784-1eeb0d4850b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197'} Body: b'{"server": {"id": "3b1a6616-c237-4c54-88f8-2e9ae32b5197", "name": "tempest-TestNetworkAdvancedServerOps-server-1276344479", "status": "BUILD", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:31Z", "updated": "2022-06-05T09:02:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-815431504", "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": []}}' 2022-06-05 09:02:32,223 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197 0.101s 2022-06-05 09:02:32,223 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', '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-b6f8772e-2600-42b9-967d-ae471c2f34b2', 'x-compute-request-id': 'req-b6f8772e-2600-42b9-967d-ae471c2f34b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197'} Body: b'{"server": {"id": "3b1a6616-c237-4c54-88f8-2e9ae32b5197", "name": "tempest-TestNetworkAdvancedServerOps-server-1276344479", "status": "ERROR", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "user_id": "4daf08714b6f48d7949b5be64a367794", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:30Z", "updated": "2022-06-05T09:02:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:02:31Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-815431504", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:02:32,231 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:02:32,570 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 204 DELETE http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197 0.337s 2022-06-05 09:02:32,570 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c0dca75-234c-4a4a-9eab-ca2101188282', 'x-compute-request-id': 'req-5c0dca75-234c-4a4a-9eab-ca2101188282', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197'} Body: b'' 2022-06-05 09:02:32,606 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 404 GET http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197 0.035s 2022-06-05 09:02:32,606 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c70e4147-9b49-4f7a-8792-0a43afc2dd59', 'x-compute-request-id': 'req-c70e4147-9b49-4f7a-8792-0a43afc2dd59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/3b1a6616-c237-4c54-88f8-2e9ae32b5197'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b1a6616-c237-4c54-88f8-2e9ae32b5197 could not be found."}}' 2022-06-05 09:02:34,069 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66/remove_router_interface 1.462s 2022-06-05 09:02:34,070 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0a428e37-7044-4860-bfdb-57a3255eb9de"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fa6cd29c-7f6e-4942-99bd-59fab1f9e138', 'date': 'Sun, 05 Jun 2022 09:02:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66/remove_router_interface'} Body: b'{"id": "5ce75b99-a3b5-49b0-8b6c-e4256e456e66", "tenant_id": "3fbbb7bcc587445ab43f295f8e7a2ab1", "port_id": "86155b84-f11b-45f6-9faf-0d91fa73813c", "network_id": "09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98", "subnet_id": "0a428e37-7044-4860-bfdb-57a3255eb9de", "subnet_ids": ["0a428e37-7044-4860-bfdb-57a3255eb9de"]}' 2022-06-05 09:02:34,367 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/0a428e37-7044-4860-bfdb-57a3255eb9de 0.297s 2022-06-05 09:02:34,368 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-58500cfc-63aa-4fc2-9c1d-63153c65186d', 'date': 'Sun, 05 Jun 2022 09:02:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/0a428e37-7044-4860-bfdb-57a3255eb9de'} Body: b'' 2022-06-05 09:02:35,231 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66 0.863s 2022-06-05 09:02:35,232 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-21ba76e2-aed2-4620-bd68-c0caa9eb88ba', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/5ce75b99-a3b5-49b0-8b6c-e4256e456e66'} Body: b'' 2022-06-05 09:02:35,572 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98 0.339s 2022-06-05 09:02:35,572 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-79cacbac-a952-45a7-b02e-d59be8b80e84', 'date': 'Sun, 05 Jun 2022 09:02:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/09cdd8b0-ddc9-4f89-aa4e-b7e6e2388d98'} Body: b'' 2022-06-05 09:02:35,732 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/c9e41e95-f56f-448e-a892-814dd0a432fe 0.159s 2022-06-05 09:02:35,732 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4d8ddd68-51fb-4f8d-9016-b8bfa1a24757', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:02:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/c9e41e95-f56f-448e-a892-814dd0a432fe'} Body: b'' 2022-06-05 09:02:35,769 119935 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-815431504 0.037s 2022-06-05 09:02:35,770 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248f1159-3cbe-45db-911d-7a5591123662', 'x-compute-request-id': 'req-248f1159-3cbe-45db-911d-7a5591123662', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-815431504'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 142, in test_server_connectivity_rebuild server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3b1a6616-c237-4c54-88f8-2e9ae32b5197 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:02:31Z', 'message': 'No valid host was found. '}. Server boot request ID: req-958a4ba5-76b8-4d0a-81d2-b1ac14c8d665. |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
fail
ft68.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:04:38,091 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.216s 2022-06-05 09:04:38,091 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-33362839", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLncxCOOmCtWxgyeKYQx0o8IF/xXP/pYrKJEKO2RkW7AQVGYGq7IxkyDHtkQV0YPjrZiELAM3ItS73TD6Vlgn2yBznDgO8u/k6WKkX5bHqSO1bqboVkj2OigUDCB659m/w=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', '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-74becccf-9057-455e-b4c8-fa93093f7ea5', 'x-compute-request-id': 'req-74becccf-9057-455e-b4c8-fa93093f7ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-33362839", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLncxCOOmCtWxgyeKYQx0o8IF/xXP/pYrKJEKO2RkW7AQVGYGq7IxkyDHtkQV0YPjrZiELAM3ItS73TD6Vlgn2yBznDgO8u/k6WKkX5bHqSO1bqboVkj2OigUDCB659m/w==", "fingerprint": "19:44:c1:24:d7:a4:c8:79:8c:43:fc:50:59:5b:40:b8", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493"}}' 2022-06-05 09:04:38,333 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.239s 2022-06-05 09:04:38,333 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-26249477", "description": "tempest-secgroup-smoke-26249477 description", "project_id": "182b07c9aded489cb0021e9df14bb674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-b60f1ad1-02f5-4912-b303-b5ec67bef4f7', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "name": "tempest-secgroup-smoke-26249477", "stateful": true, "tenant_id": "182b07c9aded489cb0021e9df14bb674", "description": "tempest-secgroup-smoke-26249477 description", "shared": false, "security_group_rules": [{"id": "41910d85-7918-448f-b11b-7c297f7883a2", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "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": 4113, "description": null, "tags": [], "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}, {"id": "aad866da-8ad6-4864-a56a-3bed0c1e6202", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "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": 4112, "description": null, "tags": [], "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}], "tags": [], "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 1, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:38,456 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.122s 2022-06-05 09:04:38,456 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-81ff59ae-41dd-4509-a5da-95745d3805d4', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "35d94079-a342-4ca8-a870-44fb10df3ed3", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:38,585 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.128s 2022-06-05 09:04:38,586 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-bcb79b30-d9df-44e7-af6c-827a32da9555', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be891d6c-f7ea-4f41-8f36-f5fe95f13080", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:38,719 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.132s 2022-06-05 09:04:38,719 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7551b946-b0be-4868-b4c8-80f44f06adae', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9ca9449-2d85-41da-8412-ae86f6873296", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:38,844 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.124s 2022-06-05 09:04:38,845 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-89d08c12-3329-4a16-8140-340aa547cf22', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "59dab04e-8eff-4a48-b557-e1b36fbebe3b", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:38,980 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.134s 2022-06-05 09:04:38,980 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-47521f24-2bed-458c-a2c1-9688fa6b18db', 'date': 'Sun, 05 Jun 2022 09:04:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cca97910-0fd7-467b-89e9-e1895330b427", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:38Z", "updated_at": "2022-06-05T09:04:38Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:39,108 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:04:39,109 168724 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": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-45ce434d-516f-42e4-b93c-2120dd51ccad', 'date': 'Sun, 05 Jun 2022 09:04:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "39d6b3c3-6af8-400d-ba2e-b0aed9042f2e", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "b1e03404-1a52-4be7-95a3-9dfe1b663297", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:39Z", "updated_at": "2022-06-05T09:04:39Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:39,302 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/networks 0.192s 2022-06-05 09:04:39,303 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--2056985066", "project_id": "182b07c9aded489cb0021e9df14bb674", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-0f54a26b-3f43-4857-925d-a2d66c373697', 'date': 'Sun, 05 Jun 2022 09:04:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3","name":"tempest-network-smoke--2056985066","tenant_id":"182b07c9aded489cb0021e9df14bb674","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"182b07c9aded489cb0021e9df14bb674","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:04:39Z","updated_at":"2022-06-05T09:04:39Z","revision_number":1}}' 2022-06-05 09:04:40,990 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/routers 1.686s 2022-06-05 09:04:40,990 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-752601783", "admin_state_up": true, "project_id": "182b07c9aded489cb0021e9df14bb674", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-efa040d4-d620-4d53-befb-47e12a591c86', 'date': 'Sun, 05 Jun 2022 09:04:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "c6803212-8ff8-49a5-8045-6dded1780ca6", "name": "tempest-TestNetworkAdvancedServerOps-router-752601783", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.132"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:04:39Z", "updated_at": "2022-06-05T09:04:40Z", "revision_number": 3, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:41,120 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28 0.128s 2022-06-05 09:04:41,120 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a6069aab-6405-4d1f-ac30-e53399920a77', 'date': 'Sun, 05 Jun 2022 09:04:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:04:41,211 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.090s 2022-06-05 09:04:41,211 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-1c333047-a552-47ca-9433-ad93ac16c1af', 'date': 'Sun, 05 Jun 2022 09:04:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:04:41,249 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.037s 2022-06-05 09:04:41,249 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-f50aedc7-46f4-4ce6-b24e-852f16bfe6cd', 'date': 'Sun, 05 Jun 2022 09:04:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:04:41,695 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.445s 2022-06-05 09:04:41,696 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1547746906", "network_id": "bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3", "project_id": "182b07c9aded489cb0021e9df14bb674", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-f34dd3a7-5f07-4b88-b7a7-6da8b3afbcc8', 'date': 'Sun, 05 Jun 2022 09:04:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"bc409319-3313-4fbd-8c02-96532bc78cdf","name":"tempest-subnet-smoke-1547746906","tenant_id":"182b07c9aded489cb0021e9df14bb674","network_id":"bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:04:41Z","updated_at":"2022-06-05T09:04:41Z","revision_number":0,"project_id":"182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:43,806 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6/add_router_interface 2.110s 2022-06-05 09:04:43,807 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "bc409319-3313-4fbd-8c02-96532bc78cdf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c611b6bd-0c02-4df3-81c4-6c35ed77ce10', 'date': 'Sun, 05 Jun 2022 09:04:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6/add_router_interface'} Body: b'{"id": "c6803212-8ff8-49a5-8045-6dded1780ca6", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "d31df38c-36a3-4264-b0a5-1b73ed6175ff", "network_id": "bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3", "subnet_id": "bc409319-3313-4fbd-8c02-96532bc78cdf", "subnet_ids": ["bc409319-3313-4fbd-8c02-96532bc78cdf"]}' 2022-06-05 09:04:43,849 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.036s 2022-06-05 09:04:43,850 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b25defb1-023f-41f1-b2a7-b7ddf1a62ed8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2909d99d6aed4ddb89eb9d1b1740e493", "name": "tempest-TestNetworkAdvancedServerOps-82727815-project", "password_expires_at": null}, "audit_ids": ["nDF-jTszQ3Gxp5Lb8k6M4g"], "expires_at": "2022-06-05T10:04:43.000000Z", "issued_at": "2022-06-05T09:04:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "182b07c9aded489cb0021e9df14bb674", "name": "tempest-TestNetworkAdvancedServerOps-82727815"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:04:43,851 168724 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-06-05 09:04:44,529 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 202 POST http://10.222.0.33/compute/v2.1/servers 0.678s 2022-06-05 09:04:44,530 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-945226857", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3"}], "key_name": "tempest-TestNetworkAdvancedServerOps-33362839", "security_groups": [{"name": "tempest-secgroup-smoke-26249477"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', 'location': 'http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30', '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-283a0b1c-e5a3-4933-81fd-2c3820a6a925', 'x-compute-request-id': 'req-283a0b1c-e5a3-4933-81fd-2c3820a6a925', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "01e7233c-568f-4a1c-87c3-8c08cf69ed30", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-26249477"}], "adminPass": "cWAeJrDN6xmU"}}' 2022-06-05 09:04:44,623 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30 0.091s 2022-06-05 09:04:44,623 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', '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-004aea33-0cea-42e4-aba4-50fd0ee62029', 'x-compute-request-id': 'req-004aea33-0cea-42e4-aba4-50fd0ee62029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30'} Body: b'{"server": {"id": "01e7233c-568f-4a1c-87c3-8c08cf69ed30", "name": "tempest-TestNetworkAdvancedServerOps-server-945226857", "status": "BUILD", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:44Z", "updated": "2022-06-05T09:04:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-33362839", "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": []}}' 2022-06-05 09:04:45,739 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30 0.106s 2022-06-05 09:04:45,739 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1337', '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-34674bb1-dccf-4a02-8082-081718e43dba', 'x-compute-request-id': 'req-34674bb1-dccf-4a02-8082-081718e43dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30'} Body: b'{"server": {"id": "01e7233c-568f-4a1c-87c3-8c08cf69ed30", "name": "tempest-TestNetworkAdvancedServerOps-server-945226857", "status": "ERROR", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:44Z", "updated": "2022-06-05T09:04:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:04:45Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-33362839", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:04:45,747 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:04:46,049 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 204 DELETE http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30 0.302s 2022-06-05 09:04:46,049 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95002f4-65c7-47b2-8eb7-e4868285cf18', 'x-compute-request-id': 'req-a95002f4-65c7-47b2-8eb7-e4868285cf18', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30'} Body: b'' 2022-06-05 09:04:46,110 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 404 GET http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30 0.060s 2022-06-05 09:04:46,111 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-43a7c3d3-6d73-4da3-87b9-030eb11d37a0', 'x-compute-request-id': 'req-43a7c3d3-6d73-4da3-87b9-030eb11d37a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/01e7233c-568f-4a1c-87c3-8c08cf69ed30'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 01e7233c-568f-4a1c-87c3-8c08cf69ed30 could not be found."}}' 2022-06-05 09:04:47,568 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6/remove_router_interface 1.456s 2022-06-05 09:04:47,568 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "bc409319-3313-4fbd-8c02-96532bc78cdf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-48637521-bae7-4779-a9d1-655a75309b35', 'date': 'Sun, 05 Jun 2022 09:04:47 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6/remove_router_interface'} Body: b'{"id": "c6803212-8ff8-49a5-8045-6dded1780ca6", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "d31df38c-36a3-4264-b0a5-1b73ed6175ff", "network_id": "bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3", "subnet_id": "bc409319-3313-4fbd-8c02-96532bc78cdf", "subnet_ids": ["bc409319-3313-4fbd-8c02-96532bc78cdf"]}' 2022-06-05 09:04:48,109 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/bc409319-3313-4fbd-8c02-96532bc78cdf 0.540s 2022-06-05 09:04:48,109 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6a571658-1cd6-4c4a-8300-55eda99faa70', 'date': 'Sun, 05 Jun 2022 09:04:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/bc409319-3313-4fbd-8c02-96532bc78cdf'} Body: b'' 2022-06-05 09:04:48,931 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6 0.821s 2022-06-05 09:04:48,932 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-3a5a38c5-37d0-4ffb-9e27-2ff187f07cdd', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:04:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/c6803212-8ff8-49a5-8045-6dded1780ca6'} Body: b'' 2022-06-05 09:04:49,261 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3 0.329s 2022-06-05 09:04:49,262 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8f67b6aa-25f7-41e4-bcdb-811e72e37219', 'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/bb4c3ac2-e3aa-46ea-8eb4-4c698bea25a3'} Body: b'' 2022-06-05 09:04:49,424 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/b1e03404-1a52-4be7-95a3-9dfe1b663297 0.161s 2022-06-05 09:04:49,424 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-a2a64de3-2955-4f32-8755-39e3f998d651', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/b1e03404-1a52-4be7-95a3-9dfe1b663297'} Body: b'' 2022-06-05 09:04:49,474 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-33362839 0.049s 2022-06-05 09:04:49,474 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5938866b-dc16-4d31-97ce-e12c4daca6b2', 'x-compute-request-id': 'req-5938866b-dc16-4d31-97ce-e12c4daca6b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-33362839'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 158, in test_server_connectivity_pause_unpause server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 01e7233c-568f-4a1c-87c3-8c08cf69ed30 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:04:45Z', 'message': 'No valid host was found. '}. Server boot request ID: req-283a0b1c-e5a3-4933-81fd-2c3820a6a925. |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
fail
ft68.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:04:49,534 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.053s 2022-06-05 09:04:49,534 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-11405776", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9emKcjb9gQ40PllKX0bcIR7eq6EbQVOk7GIGul434nT9PzNdeJ1CRLkAaUdZyFmnPbvCXypwZ4Go+AVB1lo20/saVyPFe18yiA5Tcxh6x0D/EPAJCXLSd11+Z7JHa9Tg=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', '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-09609a10-48a8-40a3-82c7-c0a45819e7cc', 'x-compute-request-id': 'req-09609a10-48a8-40a3-82c7-c0a45819e7cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-11405776", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9emKcjb9gQ40PllKX0bcIR7eq6EbQVOk7GIGul434nT9PzNdeJ1CRLkAaUdZyFmnPbvCXypwZ4Go+AVB1lo20/saVyPFe18yiA5Tcxh6x0D/EPAJCXLSd11+Z7JHa9Tg==", "fingerprint": "d5:23:66:a7:ff:7b:a2:76:52:38:6a:49:7c:a9:31:10", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493"}}' 2022-06-05 09:04:49,666 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.129s 2022-06-05 09:04:49,666 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1104685649", "description": "tempest-secgroup-smoke-1104685649 description", "project_id": "182b07c9aded489cb0021e9df14bb674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-cfd1825c-f04f-4b94-93a6-ee83aa2541fc', 'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "name": "tempest-secgroup-smoke-1104685649", "stateful": true, "tenant_id": "182b07c9aded489cb0021e9df14bb674", "description": "tempest-secgroup-smoke-1104685649 description", "shared": false, "security_group_rules": [{"id": "12893cfa-50df-4556-a652-ecf38e82d1f8", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "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": 4128, "description": null, "tags": [], "created_at": "2022-06-05T09:04:49Z", "updated_at": "2022-06-05T09:04:49Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}, {"id": "7bce4438-61c9-4d84-ad9b-69c786fe4b23", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "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": 4129, "description": null, "tags": [], "created_at": "2022-06-05T09:04:49Z", "updated_at": "2022-06-05T09:04:49Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}], "tags": [], "created_at": "2022-06-05T09:04:49Z", "updated_at": "2022-06-05T09:04:49Z", "revision_number": 1, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:49,802 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.134s 2022-06-05 09:04:49,802 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-accd6e7e-8f76-4641-a658-18e6dd3bce28', 'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "766946ce-5544-44ce-8d85-934886275142", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:49Z", "updated_at": "2022-06-05T09:04:49Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:49,927 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.124s 2022-06-05 09:04:49,928 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ce8a0919-989e-4f1e-b54a-d7d6ebe786f0', 'date': 'Sun, 05 Jun 2022 09:04:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ced3ce1b-2c7b-4d40-88e5-43308e2f2b60", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:49Z", "updated_at": "2022-06-05T09:04:49Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:50,053 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.124s 2022-06-05 09:04:50,054 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1484ed46-c69d-400f-ad4c-ee86e26a50ae', 'date': 'Sun, 05 Jun 2022 09:04:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f885d565-00da-4c77-b425-3b6137e7883f", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:50Z", "updated_at": "2022-06-05T09:04:50Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:50,181 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.126s 2022-06-05 09:04:50,181 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-00a04bd0-66bf-41c8-a30f-d27565175631', 'date': 'Sun, 05 Jun 2022 09:04:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2ba4197-183e-49b6-bcf3-727460d28039", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:50Z", "updated_at": "2022-06-05T09:04:50Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:50,311 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.129s 2022-06-05 09:04:50,311 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a2e8afd7-1ded-4aaf-a4bf-00e27cccc641', 'date': 'Sun, 05 Jun 2022 09:04:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80862685-ba26-481c-813a-8086bba04adc", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:50Z", "updated_at": "2022-06-05T09:04:50Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:50,449 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.137s 2022-06-05 09:04:50,449 168724 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": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e42d6d18-d055-41f5-a1de-7f2c3ead6f08', 'date': 'Sun, 05 Jun 2022 09:04:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1306795d-70a3-4f7a-82d8-cc41b635a0d9", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "bc76c467-a803-4d07-b6e7-e519f71f78d9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:04:50Z", "updated_at": "2022-06-05T09:04:50Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:50,651 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/networks 0.201s 2022-06-05 09:04:50,652 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1722026482", "project_id": "182b07c9aded489cb0021e9df14bb674", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-c81cee7c-e2ad-4de3-bbce-f2c44dc483dc', 'date': 'Sun, 05 Jun 2022 09:04:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"d5545c4a-2d76-4fb1-9efc-38d80245ec88","name":"tempest-network-smoke--1722026482","tenant_id":"182b07c9aded489cb0021e9df14bb674","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"182b07c9aded489cb0021e9df14bb674","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:04:50Z","updated_at":"2022-06-05T09:04:50Z","revision_number":1}}' 2022-06-05 09:04:52,349 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/routers 1.697s 2022-06-05 09:04:52,349 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-726108953", "admin_state_up": true, "project_id": "182b07c9aded489cb0021e9df14bb674", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-53996788-a44e-44c4-aedd-abb8fefb9523', 'date': 'Sun, 05 Jun 2022 09:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "81272482-2cd9-4407-a8db-3c347f157dde", "name": "tempest-TestNetworkAdvancedServerOps-router-726108953", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.134"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:04:50Z", "updated_at": "2022-06-05T09:04:51Z", "revision_number": 3, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:52,390 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28 0.039s 2022-06-05 09:04:52,391 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-85862b5d-d468-440d-8911-ec71eacf297f', 'date': 'Sun, 05 Jun 2022 09:04:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:04:52,492 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.101s 2022-06-05 09:04:52,493 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-0851a02f-429d-411a-88fa-1921d8965a46', 'date': 'Sun, 05 Jun 2022 09:04:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:04:52,524 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.030s 2022-06-05 09:04:52,524 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-6c98b2ca-0256-46af-9613-f916f7fce10d', 'date': 'Sun, 05 Jun 2022 09:04:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:04:52,963 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.438s 2022-06-05 09:04:52,964 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1540719314", "network_id": "d5545c4a-2d76-4fb1-9efc-38d80245ec88", "project_id": "182b07c9aded489cb0021e9df14bb674", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-2f4a48e8-ccab-48f4-b6e1-39a914a74224', 'date': 'Sun, 05 Jun 2022 09:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"09c1a38f-673f-458e-a3ad-8d95d1f6e57e","name":"tempest-subnet-smoke-1540719314","tenant_id":"182b07c9aded489cb0021e9df14bb674","network_id":"d5545c4a-2d76-4fb1-9efc-38d80245ec88","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:04:52Z","updated_at":"2022-06-05T09:04:52Z","revision_number":0,"project_id":"182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:04:55,264 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde/add_router_interface 2.300s 2022-06-05 09:04:55,265 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "09c1a38f-673f-458e-a3ad-8d95d1f6e57e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-27cee7fb-acf5-4dab-bea2-b1204b535c3e', 'date': 'Sun, 05 Jun 2022 09:04:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde/add_router_interface'} Body: b'{"id": "81272482-2cd9-4407-a8db-3c347f157dde", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "c44c3f81-3a7a-4b32-90c6-e1024a52d0ff", "network_id": "d5545c4a-2d76-4fb1-9efc-38d80245ec88", "subnet_id": "09c1a38f-673f-458e-a3ad-8d95d1f6e57e", "subnet_ids": ["09c1a38f-673f-458e-a3ad-8d95d1f6e57e"]}' 2022-06-05 09:04:55,308 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.038s 2022-06-05 09:04:55,308 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d336b589-9670-4308-9733-aff110c43ed7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2909d99d6aed4ddb89eb9d1b1740e493", "name": "tempest-TestNetworkAdvancedServerOps-82727815-project", "password_expires_at": null}, "audit_ids": ["NAsVkDnfQRer6jI1O_rByg"], "expires_at": "2022-06-05T10:04:55.000000Z", "issued_at": "2022-06-05T09:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "182b07c9aded489cb0021e9df14bb674", "name": "tempest-TestNetworkAdvancedServerOps-82727815"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:04:55,309 168724 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-06-05 09:04:56,014 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 202 POST http://10.222.0.33/compute/v2.1/servers 0.704s 2022-06-05 09:04:56,015 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1401214687", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "d5545c4a-2d76-4fb1-9efc-38d80245ec88"}], "key_name": "tempest-TestNetworkAdvancedServerOps-11405776", "security_groups": [{"name": "tempest-secgroup-smoke-1104685649"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2', '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-bee5793b-9e4f-4a25-a5a4-4bfd76ba5d06', 'x-compute-request-id': 'req-bee5793b-9e4f-4a25-a5a4-4bfd76ba5d06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "495cf210-6097-43ed-9e37-033cd4f687c2", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1104685649"}], "adminPass": "c7jAfBmasNTL"}}' 2022-06-05 09:04:56,116 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2 0.099s 2022-06-05 09:04:56,117 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1265', '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-a9c75ad5-4abd-4354-8056-91327eedb0bb', 'x-compute-request-id': 'req-a9c75ad5-4abd-4354-8056-91327eedb0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2'} Body: b'{"server": {"id": "495cf210-6097-43ed-9e37-033cd4f687c2", "name": "tempest-TestNetworkAdvancedServerOps-server-1401214687", "status": "BUILD", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:56Z", "updated": "2022-06-05T09:04:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-11405776", "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": []}}' 2022-06-05 09:04:57,253 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2 0.128s 2022-06-05 09:04:57,254 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', '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-06ebc44c-0038-432a-b260-7511a770297b', 'x-compute-request-id': 'req-06ebc44c-0038-432a-b260-7511a770297b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2'} Body: b'{"server": {"id": "495cf210-6097-43ed-9e37-033cd4f687c2", "name": "tempest-TestNetworkAdvancedServerOps-server-1401214687", "status": "ERROR", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:04:55Z", "updated": "2022-06-05T09:04:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/495cf210-6097-43ed-9e37-033cd4f687c2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:04:56Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-11405776", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:04:57,262 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:04:57,604 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 204 DELETE http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2 0.342s 2022-06-05 09:04:57,605 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e04a56c-915d-4559-80e4-5b14bc958a46', 'x-compute-request-id': 'req-4e04a56c-915d-4559-80e4-5b14bc958a46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2'} Body: b'' 2022-06-05 09:04:57,650 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 404 GET http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2 0.045s 2022-06-05 09:04:57,651 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-09bd37eb-2a4d-42d2-880d-d2db235b05c2', 'x-compute-request-id': 'req-09bd37eb-2a4d-42d2-880d-d2db235b05c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/495cf210-6097-43ed-9e37-033cd4f687c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 495cf210-6097-43ed-9e37-033cd4f687c2 could not be found."}}' 2022-06-05 09:04:59,326 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde/remove_router_interface 1.674s 2022-06-05 09:04:59,326 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "09c1a38f-673f-458e-a3ad-8d95d1f6e57e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a71c201e-c580-476b-842e-fdcf5b5db343', 'date': 'Sun, 05 Jun 2022 09:04:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde/remove_router_interface'} Body: b'{"id": "81272482-2cd9-4407-a8db-3c347f157dde", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "c44c3f81-3a7a-4b32-90c6-e1024a52d0ff", "network_id": "d5545c4a-2d76-4fb1-9efc-38d80245ec88", "subnet_id": "09c1a38f-673f-458e-a3ad-8d95d1f6e57e", "subnet_ids": ["09c1a38f-673f-458e-a3ad-8d95d1f6e57e"]}' 2022-06-05 09:04:59,634 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/09c1a38f-673f-458e-a3ad-8d95d1f6e57e 0.307s 2022-06-05 09:04:59,634 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-3b0a2186-dd86-45d6-a5fa-c5260c4c0f9f', 'date': 'Sun, 05 Jun 2022 09:04:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/09c1a38f-673f-458e-a3ad-8d95d1f6e57e'} Body: b'' 2022-06-05 09:05:00,422 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde 0.788s 2022-06-05 09:05:00,423 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-48bd4663-98c1-4682-9c5a-dd0a8f1b547f', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/81272482-2cd9-4407-a8db-3c347f157dde'} Body: b'' 2022-06-05 09:05:00,908 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/d5545c4a-2d76-4fb1-9efc-38d80245ec88 0.484s 2022-06-05 09:05:00,908 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0ed449f1-0081-4130-8cc4-4e6d311eae58', 'date': 'Sun, 05 Jun 2022 09:05:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/d5545c4a-2d76-4fb1-9efc-38d80245ec88'} Body: b'' 2022-06-05 09:05:01,105 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/bc76c467-a803-4d07-b6e7-e519f71f78d9 0.196s 2022-06-05 09:05:01,105 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-7e436b59-d5a7-4c27-b368-9edd94214736', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/bc76c467-a803-4d07-b6e7-e519f71f78d9'} Body: b'' 2022-06-05 09:05:01,137 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-11405776 0.032s 2022-06-05 09:05:01,138 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2098898c-c7d0-48aa-ad06-6d2c1065a1f3', 'x-compute-request-id': 'req-2098898c-c7d0-48aa-ad06-6d2c1065a1f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-11405776'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 131, in test_server_connectivity_reboot server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 495cf210-6097-43ed-9e37-033cd4f687c2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:04:56Z', 'message': 'No valid host was found. '}. Server boot request ID: req-bee5793b-9e4f-4a25-a5a4-4bfd76ba5d06. |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
fail
ft68.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:05:01,202 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.057s 2022-06-05 09:05:01,202 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-884623241", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwiRtQj3KLySo8yZ6RwJqMs0tTiLXhY/l/M0Z9rcAlroW7V9bjnF032gnk1H61hmITKv+2eLbnEJ9lD1iryi4XgV/ligoD24uBerfbov62eD0SjeByu19GFttXWV63X0A=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', '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-3ccb8fab-5924-4c64-b0ff-a5836c421d0b', 'x-compute-request-id': 'req-3ccb8fab-5924-4c64-b0ff-a5836c421d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-884623241", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwiRtQj3KLySo8yZ6RwJqMs0tTiLXhY/l/M0Z9rcAlroW7V9bjnF032gnk1H61hmITKv+2eLbnEJ9lD1iryi4XgV/ligoD24uBerfbov62eD0SjeByu19GFttXWV63X0A==", "fingerprint": "44:1b:d2:25:ce:d3:9d:62:ae:22:b1:f1:69:80:95:07", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493"}}' 2022-06-05 09:05:01,353 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.148s 2022-06-05 09:05:01,353 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-94751318", "description": "tempest-secgroup-smoke-94751318 description", "project_id": "182b07c9aded489cb0021e9df14bb674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4bd32280-c8ed-4d3d-bfaf-72bf62571b1f', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "name": "tempest-secgroup-smoke-94751318", "stateful": true, "tenant_id": "182b07c9aded489cb0021e9df14bb674", "description": "tempest-secgroup-smoke-94751318 description", "shared": false, "security_group_rules": [{"id": "9dd2649b-2e0c-4396-922e-e6ef1219d44d", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "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": 4144, "description": null, "tags": [], "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}, {"id": "a9c4a3b3-d316-483d-b750-74046deb98ab", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "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": 4145, "description": null, "tags": [], "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}], "tags": [], "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 1, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:01,477 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.123s 2022-06-05 09:05:01,478 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-add2c57b-dd9c-4aa6-ae3e-95b2b18166e2', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c4d5393-0220-47b7-9691-b64288a3c737", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:01,610 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.131s 2022-06-05 09:05:01,610 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-1bde3d0e-8b91-4c47-8910-3d85bf8a6295', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "beba0e0a-10b4-4298-b496-dc4530865f71", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:01,738 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:05:01,738 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97ba82b0-7226-4c39-96bc-b5fffecbf60b', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6c2b34b9-12eb-4cc6-8e7b-f0ffeb7bf1f1", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:01,860 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.121s 2022-06-05 09:05:01,860 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f717e75c-7320-40e5-be1d-1d2e020367d6', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d8bb79e-9327-4286-9335-e834b4e075b8", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:01,992 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.130s 2022-06-05 09:05:01,992 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9e26fe04-54cb-4830-ba8f-8d4bc216b330', 'date': 'Sun, 05 Jun 2022 09:05:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db602ac4-ba24-4077-bb13-fea0ca0b3984", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:01Z", "updated_at": "2022-06-05T09:05:01Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:02,121 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.128s 2022-06-05 09:05:02,121 168724 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": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-23b36958-960f-47d1-be18-f2f50b000ef6', 'date': 'Sun, 05 Jun 2022 09:05:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5880fbf3-07a2-4b41-a139-37da71e3b0f9", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "2cc4dfd4-90d0-491e-815a-695dc4689cbd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:02Z", "updated_at": "2022-06-05T09:05:02Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:02,318 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/networks 0.196s 2022-06-05 09:05:02,319 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--849015027", "project_id": "182b07c9aded489cb0021e9df14bb674", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-82db1939-f2dd-4f37-ae49-9868a41b5873', 'date': 'Sun, 05 Jun 2022 09:05:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"093e36ef-a637-4f52-839f-894a974b02b5","name":"tempest-network-smoke--849015027","tenant_id":"182b07c9aded489cb0021e9df14bb674","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"182b07c9aded489cb0021e9df14bb674","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:05:02Z","updated_at":"2022-06-05T09:05:02Z","revision_number":1}}' 2022-06-05 09:05:03,842 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/routers 1.522s 2022-06-05 09:05:03,843 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1360673900", "admin_state_up": true, "project_id": "182b07c9aded489cb0021e9df14bb674", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-f69ea5eb-2e47-4e54-9d1a-fd58bf66300d', 'date': 'Sun, 05 Jun 2022 09:05:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "7a454cd6-5004-461b-9cce-6ee2c279938d", "name": "tempest-TestNetworkAdvancedServerOps-router-1360673900", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.102"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:05:02Z", "updated_at": "2022-06-05T09:05:03Z", "revision_number": 3, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:03,878 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28 0.035s 2022-06-05 09:05:03,879 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-4e50850b-f945-4c1e-a5d2-7cc7b5751e12', 'date': 'Sun, 05 Jun 2022 09:05:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:04,009 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.130s 2022-06-05 09:05:04,010 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-4aea4069-9713-4938-ac26-74f5aca3f27e', 'date': 'Sun, 05 Jun 2022 09:05:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:05:04,043 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.032s 2022-06-05 09:05:04,043 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-0ebdab3e-2b89-490a-a24d-070785fc0389', 'date': 'Sun, 05 Jun 2022 09:05:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:04,464 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.420s 2022-06-05 09:05:04,465 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-623624467", "network_id": "093e36ef-a637-4f52-839f-894a974b02b5", "project_id": "182b07c9aded489cb0021e9df14bb674", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-4383657b-f92b-454c-8d6f-9127f368c0cf', 'date': 'Sun, 05 Jun 2022 09:05:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"0d91630c-a0e2-493f-bd15-66baebe5bd49","name":"tempest-subnet-smoke-623624467","tenant_id":"182b07c9aded489cb0021e9df14bb674","network_id":"093e36ef-a637-4f52-839f-894a974b02b5","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:05:04Z","updated_at":"2022-06-05T09:05:04Z","revision_number":0,"project_id":"182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:06,791 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d/add_router_interface 2.325s 2022-06-05 09:05:06,791 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0d91630c-a0e2-493f-bd15-66baebe5bd49"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-11c981e1-ab07-491d-8323-ba98f0d4bec9', 'date': 'Sun, 05 Jun 2022 09:05:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d/add_router_interface'} Body: b'{"id": "7a454cd6-5004-461b-9cce-6ee2c279938d", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "8b1b782d-a235-486e-80b1-78572aebff1b", "network_id": "093e36ef-a637-4f52-839f-894a974b02b5", "subnet_id": "0d91630c-a0e2-493f-bd15-66baebe5bd49", "subnet_ids": ["0d91630c-a0e2-493f-bd15-66baebe5bd49"]}' 2022-06-05 09:05:06,832 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.035s 2022-06-05 09:05:06,832 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2c0b24a5-8a7a-473e-b429-c524383db34b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2909d99d6aed4ddb89eb9d1b1740e493", "name": "tempest-TestNetworkAdvancedServerOps-82727815-project", "password_expires_at": null}, "audit_ids": ["QjPp3uBPS9uy2EwJwDnTIA"], "expires_at": "2022-06-05T10:05:06.000000Z", "issued_at": "2022-06-05T09:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "182b07c9aded489cb0021e9df14bb674", "name": "tempest-TestNetworkAdvancedServerOps-82727815"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:05:06,833 168724 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-06-05 09:05:07,498 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 202 POST http://10.222.0.33/compute/v2.1/servers 0.665s 2022-06-05 09:05:07,499 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1546743413", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "093e36ef-a637-4f52-839f-894a974b02b5"}], "key_name": "tempest-TestNetworkAdvancedServerOps-884623241", "security_groups": [{"name": "tempest-secgroup-smoke-94751318"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', 'location': 'http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a', '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-6b544198-67f2-46b7-9426-3c5caada2871', 'x-compute-request-id': 'req-6b544198-67f2-46b7-9426-3c5caada2871', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "302cad95-2233-4a65-b5f5-1e6328a2be8a", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-94751318"}], "adminPass": "pVbvRSdg9Lcv"}}' 2022-06-05 09:05:07,590 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a 0.088s 2022-06-05 09:05:07,590 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', '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-ba918f20-d567-4250-ae55-83273862bcc9', 'x-compute-request-id': 'req-ba918f20-d567-4250-ae55-83273862bcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a'} Body: b'{"server": {"id": "302cad95-2233-4a65-b5f5-1e6328a2be8a", "name": "tempest-TestNetworkAdvancedServerOps-server-1546743413", "status": "BUILD", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:07Z", "updated": "2022-06-05T09:05:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-884623241", "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": []}}' 2022-06-05 09:05:08,716 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a 0.117s 2022-06-05 09:05:08,716 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', '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-ad52f013-67ee-498b-86a0-54c1116d5bd6', 'x-compute-request-id': 'req-ad52f013-67ee-498b-86a0-54c1116d5bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a'} Body: b'{"server": {"id": "302cad95-2233-4a65-b5f5-1e6328a2be8a", "name": "tempest-TestNetworkAdvancedServerOps-server-1546743413", "status": "ERROR", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:07Z", "updated": "2022-06-05T09:05:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:05:08Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-884623241", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:05:08,724 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:05:09,069 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 204 DELETE http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a 0.344s 2022-06-05 09:05:09,069 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38acd70f-cae7-41a7-9f72-85c838637d42', 'x-compute-request-id': 'req-38acd70f-cae7-41a7-9f72-85c838637d42', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a'} Body: b'' 2022-06-05 09:05:09,110 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 404 GET http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a 0.040s 2022-06-05 09:05:09,110 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-42b33f5e-3621-4582-bc3f-0f6178ef50be', 'x-compute-request-id': 'req-42b33f5e-3621-4582-bc3f-0f6178ef50be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/302cad95-2233-4a65-b5f5-1e6328a2be8a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 302cad95-2233-4a65-b5f5-1e6328a2be8a could not be found."}}' 2022-06-05 09:05:10,868 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d/remove_router_interface 1.756s 2022-06-05 09:05:10,868 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0d91630c-a0e2-493f-bd15-66baebe5bd49"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-6f683eaa-a78c-40bc-9c7f-c9a1e3c6d156', 'date': 'Sun, 05 Jun 2022 09:05:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d/remove_router_interface'} Body: b'{"id": "7a454cd6-5004-461b-9cce-6ee2c279938d", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "8b1b782d-a235-486e-80b1-78572aebff1b", "network_id": "093e36ef-a637-4f52-839f-894a974b02b5", "subnet_id": "0d91630c-a0e2-493f-bd15-66baebe5bd49", "subnet_ids": ["0d91630c-a0e2-493f-bd15-66baebe5bd49"]}' 2022-06-05 09:05:11,218 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/0d91630c-a0e2-493f-bd15-66baebe5bd49 0.349s 2022-06-05 09:05:11,218 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-db4cba33-0b3a-49e0-82fc-549e4ddb05b8', 'date': 'Sun, 05 Jun 2022 09:05:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/0d91630c-a0e2-493f-bd15-66baebe5bd49'} Body: b'' 2022-06-05 09:05:12,148 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d 0.928s 2022-06-05 09:05:12,148 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-e52b694b-5a80-4990-811b-45041ed0cf65', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/7a454cd6-5004-461b-9cce-6ee2c279938d'} Body: b'' 2022-06-05 09:05:12,484 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/093e36ef-a637-4f52-839f-894a974b02b5 0.335s 2022-06-05 09:05:12,484 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-72f2cfd2-7eaa-437c-950c-790247c9e995', 'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/093e36ef-a637-4f52-839f-894a974b02b5'} Body: b'' 2022-06-05 09:05:12,638 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/2cc4dfd4-90d0-491e-815a-695dc4689cbd 0.153s 2022-06-05 09:05:12,638 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d622d86f-9b1f-4614-817a-37ac215dbfc9', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/2cc4dfd4-90d0-491e-815a-695dc4689cbd'} Body: b'' 2022-06-05 09:05:12,667 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-884623241 0.028s 2022-06-05 09:05:12,667 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce64edae-4ea6-4187-a62f-676e1072513a', 'x-compute-request-id': 'req-ce64edae-4ea6-4187-a62f-676e1072513a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-884623241'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 195, in test_server_connectivity_resize server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 302cad95-2233-4a65-b5f5-1e6328a2be8a failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:05:08Z', 'message': 'No valid host was found. '}. Server boot request ID: req-6b544198-67f2-46b7-9426-3c5caada2871. |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
fail
ft68.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:05:12,737 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.064s 2022-06-05 09:05:12,738 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1663477789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDgPrpIiDbCfIkhkdmtXww2IrkksQwPMg73eNfBU3sOVHxQYx36NHl9DamcD/E4RzZjTO2R3qB9U9P6msjoQRvfijnug5y9WHaAv7CNDtSA9FkPMbrq1MH2DnMpqHYyHQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', '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-a8cba3b9-c6ec-42d2-ba21-3be3d55ebc54', 'x-compute-request-id': 'req-a8cba3b9-c6ec-42d2-ba21-3be3d55ebc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1663477789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDgPrpIiDbCfIkhkdmtXww2IrkksQwPMg73eNfBU3sOVHxQYx36NHl9DamcD/E4RzZjTO2R3qB9U9P6msjoQRvfijnug5y9WHaAv7CNDtSA9FkPMbrq1MH2DnMpqHYyHQ==", "fingerprint": "85:87:e6:36:c9:8c:84:47:78:40:f6:8f:a7:f8:e2:60", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493"}}' 2022-06-05 09:05:12,880 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.140s 2022-06-05 09:05:12,880 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1475063058", "description": "tempest-secgroup-smoke-1475063058 description", "project_id": "182b07c9aded489cb0021e9df14bb674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-b2975fb0-f101-4644-aa5c-d097c8bdcedf', 'date': 'Sun, 05 Jun 2022 09:05:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "name": "tempest-secgroup-smoke-1475063058", "stateful": true, "tenant_id": "182b07c9aded489cb0021e9df14bb674", "description": "tempest-secgroup-smoke-1475063058 description", "shared": false, "security_group_rules": [{"id": "efe3eeb8-ede5-4e3b-89a1-cedd45720c9e", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "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": 4161, "description": null, "tags": [], "created_at": "2022-06-05T09:05:12Z", "updated_at": "2022-06-05T09:05:12Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}, {"id": "f6074af1-a857-46c1-8a42-aa5e08d2baca", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "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": 4160, "description": null, "tags": [], "created_at": "2022-06-05T09:05:12Z", "updated_at": "2022-06-05T09:05:12Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}], "tags": [], "created_at": "2022-06-05T09:05:12Z", "updated_at": "2022-06-05T09:05:12Z", "revision_number": 1, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,012 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.131s 2022-06-05 09:05:13,012 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ff03ec6b-db16-4f9a-8779-da37fcb0689d', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "74b79008-d13e-4e1f-b73b-8a28d9c0b4f2", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:12Z", "updated_at": "2022-06-05T09:05:12Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,141 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.128s 2022-06-05 09:05:13,142 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ee733106-de8c-46bb-9ac3-5f26ceb92de5', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d73c328f-486b-495d-8991-c602524e0e59", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:13Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,267 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.125s 2022-06-05 09:05:13,268 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ec8b9ae6-4562-4b33-b9e2-abe487e37530', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48aa8eec-8405-42a8-af1a-6121c17f47a0", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:13Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,391 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.123s 2022-06-05 09:05:13,392 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1f5b8b12-349b-415b-a92e-e5011b9381bf', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97583e01-90be-40a7-a7d7-a6074f012997", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:13Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,522 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.129s 2022-06-05 09:05:13,523 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-6f1122ad-4896-4892-a898-21e84a95ebd4', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80963178-caee-468c-88b6-2588cf2dfb93", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:13Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,656 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.132s 2022-06-05 09:05:13,656 168724 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": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a2b0157c-dec6-42e8-8c1c-e16a20f7c6d5', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "529abfa2-0507-4a41-a079-c3e8cbecb918", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "80e405b3-9a9d-43be-9342-b10c6122e7e9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:13Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:13,851 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/networks 0.194s 2022-06-05 09:05:13,851 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--2045326545", "project_id": "182b07c9aded489cb0021e9df14bb674", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-2fc7300a-3810-4548-bd97-abea232908cb', 'date': 'Sun, 05 Jun 2022 09:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"30f93985-bfe8-4a60-aadd-14cfab2484cd","name":"tempest-network-smoke--2045326545","tenant_id":"182b07c9aded489cb0021e9df14bb674","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"182b07c9aded489cb0021e9df14bb674","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:05:13Z","updated_at":"2022-06-05T09:05:13Z","revision_number":1}}' 2022-06-05 09:05:15,236 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/routers 1.384s 2022-06-05 09:05:15,237 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1594800333", "admin_state_up": true, "project_id": "182b07c9aded489cb0021e9df14bb674", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-9c521ef8-5049-4f96-b3be-f18c16352bc1', 'date': 'Sun, 05 Jun 2022 09:05:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6", "name": "tempest-TestNetworkAdvancedServerOps-router-1594800333", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.103"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:05:13Z", "updated_at": "2022-06-05T09:05:14Z", "revision_number": 3, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:15,271 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28 0.033s 2022-06-05 09:05:15,271 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-444324f8-5a21-41ab-8909-d35a8b1be4e2', 'date': 'Sun, 05 Jun 2022 09:05:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:15,365 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.093s 2022-06-05 09:05:15,365 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-0d19d956-2007-4ccc-b9da-4e4636bd9463', 'date': 'Sun, 05 Jun 2022 09:05:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:05:15,398 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.031s 2022-06-05 09:05:15,398 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a46f1dd7-9e8a-4914-b9e1-455008d56dba', 'date': 'Sun, 05 Jun 2022 09:05:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:15,824 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.425s 2022-06-05 09:05:15,824 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1600863557", "network_id": "30f93985-bfe8-4a60-aadd-14cfab2484cd", "project_id": "182b07c9aded489cb0021e9df14bb674", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-3cc5f027-cf1e-49df-bbe8-d92bff34a070', 'date': 'Sun, 05 Jun 2022 09:05:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"542b6359-a838-4d3c-95ea-18f14ada2d3e","name":"tempest-subnet-smoke-1600863557","tenant_id":"182b07c9aded489cb0021e9df14bb674","network_id":"30f93985-bfe8-4a60-aadd-14cfab2484cd","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:05:15Z","updated_at":"2022-06-05T09:05:15Z","revision_number":0,"project_id":"182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:18,056 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6/add_router_interface 2.231s 2022-06-05 09:05:18,056 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "542b6359-a838-4d3c-95ea-18f14ada2d3e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-91ff72c5-42b0-4b8a-94c5-da0f7d85fed9', 'date': 'Sun, 05 Jun 2022 09:05:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6/add_router_interface'} Body: b'{"id": "bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "c4000f7b-92a7-453d-a0e5-e01198d32773", "network_id": "30f93985-bfe8-4a60-aadd-14cfab2484cd", "subnet_id": "542b6359-a838-4d3c-95ea-18f14ada2d3e", "subnet_ids": ["542b6359-a838-4d3c-95ea-18f14ada2d3e"]}' 2022-06-05 09:05:18,096 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.034s 2022-06-05 09:05:18,096 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b75bffc9-de94-4389-b68f-290ff5183aa2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2909d99d6aed4ddb89eb9d1b1740e493", "name": "tempest-TestNetworkAdvancedServerOps-82727815-project", "password_expires_at": null}, "audit_ids": ["0ACBviv9StePTWnp_jKQvg"], "expires_at": "2022-06-05T10:05:18.000000Z", "issued_at": "2022-06-05T09:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "182b07c9aded489cb0021e9df14bb674", "name": "tempest-TestNetworkAdvancedServerOps-82727815"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:05:18,097 168724 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-06-05 09:05:18,796 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 202 POST http://10.222.0.33/compute/v2.1/servers 0.699s 2022-06-05 09:05:18,797 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-236018897", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "30f93985-bfe8-4a60-aadd-14cfab2484cd"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1663477789", "security_groups": [{"name": "tempest-secgroup-smoke-1475063058"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d', '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-838ad2d6-fa7d-483b-8190-686bc38b84bf', 'x-compute-request-id': 'req-838ad2d6-fa7d-483b-8190-686bc38b84bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "fed09584-0be9-40b2-aad0-dcb66d01c15d", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1475063058"}], "adminPass": "2hwvsfj4YMmd"}}' 2022-06-05 09:05:18,905 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d 0.106s 2022-06-05 09:05:18,906 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', '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-736bf050-7dac-46db-b52f-d39b699fb76f', 'x-compute-request-id': 'req-736bf050-7dac-46db-b52f-d39b699fb76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d'} Body: b'{"server": {"id": "fed09584-0be9-40b2-aad0-dcb66d01c15d", "name": "tempest-TestNetworkAdvancedServerOps-server-236018897", "status": "BUILD", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:19Z", "updated": "2022-06-05T09:05:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1663477789", "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": []}}' 2022-06-05 09:05:20,081 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d 0.167s 2022-06-05 09:05:20,081 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', '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-0ec7d704-4c28-4446-a70f-a502eb213ed4', 'x-compute-request-id': 'req-0ec7d704-4c28-4446-a70f-a502eb213ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d'} Body: b'{"server": {"id": "fed09584-0be9-40b2-aad0-dcb66d01c15d", "name": "tempest-TestNetworkAdvancedServerOps-server-236018897", "status": "ERROR", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:18Z", "updated": "2022-06-05T09:05:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:05:19Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1663477789", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:05:20,089 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 09:05:20,445 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 204 DELETE http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d 0.355s 2022-06-05 09:05:20,445 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6943022f-c533-4369-ac4f-e24c84a17bd4', 'x-compute-request-id': 'req-6943022f-c533-4369-ac4f-e24c84a17bd4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d'} Body: b'' 2022-06-05 09:05:20,487 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 404 GET http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d 0.041s 2022-06-05 09:05:20,487 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-034734cc-f22c-4b4e-a674-5b4f1fb06122', 'x-compute-request-id': 'req-034734cc-f22c-4b4e-a674-5b4f1fb06122', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fed09584-0be9-40b2-aad0-dcb66d01c15d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fed09584-0be9-40b2-aad0-dcb66d01c15d could not be found."}}' 2022-06-05 09:05:22,175 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6/remove_router_interface 1.687s 2022-06-05 09:05:22,176 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "542b6359-a838-4d3c-95ea-18f14ada2d3e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-46399ea1-2e98-4833-bf2f-31faea210458', 'date': 'Sun, 05 Jun 2022 09:05:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6/remove_router_interface'} Body: b'{"id": "bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "c4000f7b-92a7-453d-a0e5-e01198d32773", "network_id": "30f93985-bfe8-4a60-aadd-14cfab2484cd", "subnet_id": "542b6359-a838-4d3c-95ea-18f14ada2d3e", "subnet_ids": ["542b6359-a838-4d3c-95ea-18f14ada2d3e"]}' 2022-06-05 09:05:22,481 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/542b6359-a838-4d3c-95ea-18f14ada2d3e 0.305s 2022-06-05 09:05:22,482 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-4a2b58fc-d4ed-40e7-9925-ac3c561421c5', 'date': 'Sun, 05 Jun 2022 09:05:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/542b6359-a838-4d3c-95ea-18f14ada2d3e'} Body: b'' 2022-06-05 09:05:23,298 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6 0.816s 2022-06-05 09:05:23,299 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-cff2f7ef-3784-422e-99f0-8d036eae82a8', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/bb8ee0a2-ceda-4e2f-abe8-b4c1bff1c3c6'} Body: b'' 2022-06-05 09:05:23,636 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/30f93985-bfe8-4a60-aadd-14cfab2484cd 0.336s 2022-06-05 09:05:23,636 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-f7e9e148-d33b-4347-bc37-a24c73b7b94f', 'date': 'Sun, 05 Jun 2022 09:05:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/30f93985-bfe8-4a60-aadd-14cfab2484cd'} Body: b'' 2022-06-05 09:05:23,810 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/80e405b3-9a9d-43be-9342-b10c6122e7e9 0.173s 2022-06-05 09:05:23,810 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4eb133e4-ff3b-4e64-ba61-ead49f101a08', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/80e405b3-9a9d-43be-9342-b10c6122e7e9'} Body: b'' 2022-06-05 09:05:23,847 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1663477789 0.036s 2022-06-05 09:05:23,848 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0647bb22-164c-49ac-8d25-7598638e9684', 'x-compute-request-id': 'req-0647bb22-164c-49ac-8d25-7598638e9684', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1663477789'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 115, in test_server_connectivity_stop_start server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fed09584-0be9-40b2-aad0-dcb66d01c15d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:05:19Z', 'message': 'No valid host was found. '}. Server boot request ID: req-838ad2d6-fa7d-483b-8190-686bc38b84bf. |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
fail
ft68.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:05:23,910 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.056s 2022-06-05 09:05:23,911 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1950070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGxzBpc/14bq7HUz5NdDAOC/4FiQEhI7/Lt/NaCEpB1xtUyKFtsDZrTjI4KvbJUyvRFDZG35SGHgh/rmpl7gRmm/Q9skFa9FbLfJ1tiUNAv/wOf2edQY/1DA+36dXk7nqA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', '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-5eec9422-3b1f-4ad6-b692-5da81e33011f', 'x-compute-request-id': 'req-5eec9422-3b1f-4ad6-b692-5da81e33011f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1950070909", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGxzBpc/14bq7HUz5NdDAOC/4FiQEhI7/Lt/NaCEpB1xtUyKFtsDZrTjI4KvbJUyvRFDZG35SGHgh/rmpl7gRmm/Q9skFa9FbLfJ1tiUNAv/wOf2edQY/1DA+36dXk7nqA==", "fingerprint": "13:c9:00:e1:d8:62:8c:f1:1a:64:bd:c7:a6:86:94:9a", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493"}}' 2022-06-05 09:05:24,066 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.152s 2022-06-05 09:05:24,066 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-125891723", "description": "tempest-secgroup-smoke-125891723 description", "project_id": "182b07c9aded489cb0021e9df14bb674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-d47eeeca-4045-4a0a-abfe-43d7bbd0fc75', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "name": "tempest-secgroup-smoke-125891723", "stateful": true, "tenant_id": "182b07c9aded489cb0021e9df14bb674", "description": "tempest-secgroup-smoke-125891723 description", "shared": false, "security_group_rules": [{"id": "7882e814-8d38-4e61-aaf7-0314b4045a85", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "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": 4176, "description": null, "tags": [], "created_at": "2022-06-05T09:05:23Z", "updated_at": "2022-06-05T09:05:23Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}, {"id": "a74a1d91-9381-42f5-bc53-7ded0632aee9", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "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": 4177, "description": null, "tags": [], "created_at": "2022-06-05T09:05:23Z", "updated_at": "2022-06-05T09:05:23Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}], "tags": [], "created_at": "2022-06-05T09:05:23Z", "updated_at": "2022-06-05T09:05:23Z", "revision_number": 1, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,213 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.146s 2022-06-05 09:05:24,214 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-727e80c0-7741-407f-8900-fc6e7e9512af', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "42761129-e1e8-4732-bd48-b2c68a916489", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,342 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.127s 2022-06-05 09:05:24,342 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-62c5492a-36db-4170-80f6-48e8647a722d', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "370d7942-5820-4ab5-97c0-aad71f6c8beb", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,466 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.124s 2022-06-05 09:05:24,467 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e13574c0-f3d6-4526-831a-03cd2bc5d9bb', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "771ac1d2-ba12-480f-af2c-1b09f4972add", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,589 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.122s 2022-06-05 09:05:24,590 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a4385d99-b700-4a6a-a3fa-e949d9fe575d', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9880a14c-c92c-430c-8f92-059ef1c9454e", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,723 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.132s 2022-06-05 09:05:24,723 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d618763a-8426-4d30-b4d5-08fcac63ca48', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "28db874a-28ce-4166-9867-ae4c16d96dd2", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:24,855 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.131s 2022-06-05 09:05:24,855 168724 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": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "project_id": "182b07c9aded489cb0021e9df14bb674", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-29b6f005-29c0-4611-aad0-19c03df25517', 'date': 'Sun, 05 Jun 2022 09:05:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ba0c38d-8bd7-4c07-a45a-bff2597c6a9b", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "security_group_id": "20a9a161-d6dc-46e2-a805-6c4b3ce74bdd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:24Z", "updated_at": "2022-06-05T09:05:24Z", "revision_number": 0, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:25,067 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/networks 0.211s 2022-06-05 09:05:25,068 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1769017759", "project_id": "182b07c9aded489cb0021e9df14bb674", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-0b331dd8-9227-4b0a-915e-013aa662e66c', 'date': 'Sun, 05 Jun 2022 09:05:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"8b59a19c-3c58-405c-8230-9e7426c636e1","name":"tempest-network-smoke--1769017759","tenant_id":"182b07c9aded489cb0021e9df14bb674","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"182b07c9aded489cb0021e9df14bb674","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T09:05:24Z","updated_at":"2022-06-05T09:05:24Z","revision_number":1}}' 2022-06-05 09:05:26,757 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/routers 1.689s 2022-06-05 09:05:26,758 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1569993032", "admin_state_up": true, "project_id": "182b07c9aded489cb0021e9df14bb674", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-d87a8210-22fa-4967-9071-7efbda00b47e', 'date': 'Sun, 05 Jun 2022 09:05:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "ef750ac0-cc28-4115-a274-2c30c2996ede", "name": "tempest-TestNetworkAdvancedServerOps-router-1569993032", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.135"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T09:05:25Z", "updated_at": "2022-06-05T09:05:25Z", "revision_number": 3, "project_id": "182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:26,790 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28 0.032s 2022-06-05 09:05:26,791 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-bf15e8a6-9a0a-490a-989b-dfe10514f6eb', 'date': 'Sun, 05 Jun 2022 09:05:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=182b07c9aded489cb0021e9df14bb674&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:26,889 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.098s 2022-06-05 09:05:26,890 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-91ca521e-64e8-4d38-89c3-7e4147b6cd90', 'date': 'Sun, 05 Jun 2022 09:05:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 09:05:26,926 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.035s 2022-06-05 09:05:26,926 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-959c5466-40ca-463a-9033-dbf783332429', 'date': 'Sun, 05 Jun 2022 09:05:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 09:05:27,352 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.425s 2022-06-05 09:05:27,352 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-512007907", "network_id": "8b59a19c-3c58-405c-8230-9e7426c636e1", "project_id": "182b07c9aded489cb0021e9df14bb674", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-43ef54d3-8452-4ea7-835c-c8bb52ed283e', 'date': 'Sun, 05 Jun 2022 09:05:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"0f882e27-2c09-4335-ae05-c0f3970d4689","name":"tempest-subnet-smoke-512007907","tenant_id":"182b07c9aded489cb0021e9df14bb674","network_id":"8b59a19c-3c58-405c-8230-9e7426c636e1","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T09:05:27Z","updated_at":"2022-06-05T09:05:27Z","revision_number":0,"project_id":"182b07c9aded489cb0021e9df14bb674"}}' 2022-06-05 09:05:29,716 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede/add_router_interface 2.363s 2022-06-05 09:05:29,716 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0f882e27-2c09-4335-ae05-c0f3970d4689"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-07465900-7fbb-42db-8211-aa4226ba245f', 'date': 'Sun, 05 Jun 2022 09:05:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede/add_router_interface'} Body: b'{"id": "ef750ac0-cc28-4115-a274-2c30c2996ede", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "d82b0758-15cf-478e-9051-5d8993048691", "network_id": "8b59a19c-3c58-405c-8230-9e7426c636e1", "subnet_id": "0f882e27-2c09-4335-ae05-c0f3970d4689", "subnet_ids": ["0f882e27-2c09-4335-ae05-c0f3970d4689"]}' 2022-06-05 09:05:29,762 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.040s 2022-06-05 09:05:29,762 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8dc336a1-9010-4206-ae23-8e3ac371f4f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2909d99d6aed4ddb89eb9d1b1740e493", "name": "tempest-TestNetworkAdvancedServerOps-82727815-project", "password_expires_at": null}, "audit_ids": ["lAcUUS5DTbOH73CbrY8pnA"], "expires_at": "2022-06-05T10:05:29.000000Z", "issued_at": "2022-06-05T09:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "182b07c9aded489cb0021e9df14bb674", "name": "tempest-TestNetworkAdvancedServerOps-82727815"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/182b07c9aded489cb0021e9df14bb674", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:05:29,763 168724 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-06-05 09:05:30,601 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 202 POST http://10.222.0.33/compute/v2.1/servers 0.837s 2022-06-05 09:05:30,601 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1535829207", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "8b59a19c-3c58-405c-8230-9e7426c636e1"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1950070909", "security_groups": [{"name": "tempest-secgroup-smoke-125891723"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4', '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-c6e2ebc4-9fac-4ebe-84bd-41d72fcdc496', 'x-compute-request-id': 'req-c6e2ebc4-9fac-4ebe-84bd-41d72fcdc496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-125891723"}], "adminPass": "5oFfYKD8QUxX"}}' 2022-06-05 09:05:30,765 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 0.161s 2022-06-05 09:05:30,765 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', '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-1d52aebb-1102-4427-a8e5-d1757755940c', 'x-compute-request-id': 'req-1d52aebb-1102-4427-a8e5-d1757755940c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4'} Body: b'{"server": {"id": "ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4", "name": "tempest-TestNetworkAdvancedServerOps-server-1535829207", "status": "BUILD", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:31Z", "updated": "2022-06-05T09:05:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1950070909", "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": []}}' 2022-06-05 09:05:31,880 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 0.106s 2022-06-05 09:05:31,881 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', '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-fea97104-2529-4e48-9305-5e15c6af0307', 'x-compute-request-id': 'req-fea97104-2529-4e48-9305-5e15c6af0307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4'} Body: b'{"server": {"id": "ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4", "name": "tempest-TestNetworkAdvancedServerOps-server-1535829207", "status": "ERROR", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "user_id": "2909d99d6aed4ddb89eb9d1b1740e493", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:30Z", "updated": "2022-06-05T09:05:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:05:31Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1950070909", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:05:31,888 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:05:32,239 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 0.350s 2022-06-05 09:05:32,240 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a15d1fd-990c-4d09-b58f-191df241321b', 'x-compute-request-id': 'req-5a15d1fd-990c-4d09-b58f-191df241321b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4'} Body: b'' 2022-06-05 09:05:32,276 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 404 GET http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 0.035s 2022-06-05 09:05:32,276 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c1e5513b-5558-47db-a07e-722434ba91d0', 'x-compute-request-id': 'req-c1e5513b-5558-47db-a07e-722434ba91d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 could not be found."}}' 2022-06-05 09:05:33,714 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede/remove_router_interface 1.437s 2022-06-05 09:05:33,714 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0f882e27-2c09-4335-ae05-c0f3970d4689"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a78e91ad-a865-431a-97c9-c3597fc97cc1', 'date': 'Sun, 05 Jun 2022 09:05:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede/remove_router_interface'} Body: b'{"id": "ef750ac0-cc28-4115-a274-2c30c2996ede", "tenant_id": "182b07c9aded489cb0021e9df14bb674", "port_id": "d82b0758-15cf-478e-9051-5d8993048691", "network_id": "8b59a19c-3c58-405c-8230-9e7426c636e1", "subnet_id": "0f882e27-2c09-4335-ae05-c0f3970d4689", "subnet_ids": ["0f882e27-2c09-4335-ae05-c0f3970d4689"]}' 2022-06-05 09:05:33,998 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/0f882e27-2c09-4335-ae05-c0f3970d4689 0.283s 2022-06-05 09:05:33,998 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-97e16550-ccf8-4a9a-9632-4ab73e928dea', 'date': 'Sun, 05 Jun 2022 09:05:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/0f882e27-2c09-4335-ae05-c0f3970d4689'} Body: b'' 2022-06-05 09:05:35,135 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede 1.136s 2022-06-05 09:05:35,135 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4f339726-ff0f-47ac-a11d-5a2340f96109', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/ef750ac0-cc28-4115-a274-2c30c2996ede'} Body: b'' 2022-06-05 09:05:35,459 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/8b59a19c-3c58-405c-8230-9e7426c636e1 0.323s 2022-06-05 09:05:35,459 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c53818e1-6366-48aa-9add-50005a6a45bd', 'date': 'Sun, 05 Jun 2022 09:05:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/8b59a19c-3c58-405c-8230-9e7426c636e1'} Body: b'' 2022-06-05 09:05:35,627 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/20a9a161-d6dc-46e2-a805-6c4b3ce74bdd 0.166s 2022-06-05 09:05:35,627 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-70f09c6d-7de2-48bb-aba7-8f3d2d240488', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/20a9a161-d6dc-46e2-a805-6c4b3ce74bdd'} Body: b'' 2022-06-05 09:05:35,665 168724 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1950070909 0.037s 2022-06-05 09:05:35,665 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-010c0ccc-8d4e-4676-8926-37723d747cee', 'x-compute-request-id': 'req-010c0ccc-8d4e-4676-8926-37723d747cee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1950070909'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 176, in test_server_connectivity_suspend_resume server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ddbe5c02-5b1d-4f3d-a2b7-c3d5710ff6d4 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:05:31Z', 'message': 'No valid host was found. '}. Server boot request ID: req-c6e2ebc4-9fac-4ebe-84bd-41d72fcdc496. |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 4 | 0 | 2 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
fail
ft69.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:43:45,978 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/networks 2.607s 2022-06-05 08:43:45,979 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--460272497", "project_id": "b518f9e635514a49b86bf961db515826", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-729218ef-fb0d-4394-a0a9-0ca06f2b6d60', 'date': 'Sun, 05 Jun 2022 08:43:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"7ee91158-e22d-4ae9-92d3-0574fe59e236","name":"tempest-network-smoke--460272497","tenant_id":"b518f9e635514a49b86bf961db515826","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b518f9e635514a49b86bf961db515826","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:43:44Z","updated_at":"2022-06-05T08:43:45Z","revision_number":1}}' 2022-06-05 08:43:53,792 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/routers 7.812s 2022-06-05 08:43:53,792 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1695590498", "admin_state_up": true, "project_id": "b518f9e635514a49b86bf961db515826", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '688', 'x-openstack-request-id': 'req-249f175f-a6b3-4a87-bf4e-66329078ad53', 'date': 'Sun, 05 Jun 2022 08:43:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "2901c4ec-8b8d-4f1b-a916-3ca96758d3f5", "name": "tempest-TestNetworkBasicOps-router-1695590498", "tenant_id": "b518f9e635514a49b86bf961db515826", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.119"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:46Z", "updated_at": "2022-06-05T08:43:50Z", "revision_number": 3, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:43:54,358 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=b518f9e635514a49b86bf961db515826&cidr=172.20.0.0%2F28 0.564s 2022-06-05 08:43:54,358 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2c3016d9-c8f6-4e21-9ef2-1f5b9228860f', 'date': 'Sun, 05 Jun 2022 08:43:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=b518f9e635514a49b86bf961db515826&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:43:54,871 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.512s 2022-06-05 08:43:54,873 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-d32ff32f-2b9d-4799-957a-f9ca4c99def9', 'date': 'Sun, 05 Jun 2022 08:43:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 08:43:54,969 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.095s 2022-06-05 08:43:54,969 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-12257c17-5f38-4053-bf3b-2ba0945164e4', 'date': 'Sun, 05 Jun 2022 08:43:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:43:57,055 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/subnets 2.085s 2022-06-05 08:43:57,055 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1018731373", "network_id": "7ee91158-e22d-4ae9-92d3-0574fe59e236", "project_id": "b518f9e635514a49b86bf961db515826", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-5a5b3f38-3ad4-4fba-a0a1-2ee9c6eab062', 'date': 'Sun, 05 Jun 2022 08:43:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"a5c28b58-1761-4358-9a19-656ada1d064b","name":"tempest-subnet-smoke-1018731373","tenant_id":"b518f9e635514a49b86bf961db515826","network_id":"7ee91158-e22d-4ae9-92d3-0574fe59e236","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:56Z","updated_at":"2022-06-05T08:43:56Z","revision_number":0,"project_id":"b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:06,453 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5/add_router_interface 9.397s 2022-06-05 08:44:06,454 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a5c28b58-1761-4358-9a19-656ada1d064b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e92965b1-e3b0-422c-aebd-c54fc4de0e83', 'date': 'Sun, 05 Jun 2022 08:44:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5/add_router_interface'} Body: b'{"id": "2901c4ec-8b8d-4f1b-a916-3ca96758d3f5", "tenant_id": "b518f9e635514a49b86bf961db515826", "port_id": "d566cbc3-ba06-43cf-a192-53d6305ca72d", "network_id": "7ee91158-e22d-4ae9-92d3-0574fe59e236", "subnet_id": "a5c28b58-1761-4358-9a19-656ada1d064b", "subnet_ids": ["a5c28b58-1761-4358-9a19-656ada1d064b"]}' 2022-06-05 08:44:07,434 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/networks 0.980s 2022-06-05 08:44:07,435 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '8874', 'x-openstack-request-id': 'req-ce617522-7066-4148-bd83-98c921fcce50', 'date': 'Sun, 05 Jun 2022 08:44:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"networks":[{"id":"1b82ce68-b63c-4d90-ba2a-7ed75e2b9090","name":"tempest-RoutersTest-953700142","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["879816b7-af2c-4604-96bb-26fe672cd209"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:44:02Z","updated_at":"2022-06-05T08:44:05Z","revision_number":2,"project_id":"02fb4405e72145b28e1fb6d7fa28efe5","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":139},{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"4881693e-029b-4dc8-9abd-8c3abe931d9a","name":"tempest-PortsTestJSON-test-network-1558292735","tenant_id":"42341d6981cd42a4971fc83730a9b9b6","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:41:35Z","updated_at":"2022-06-05T08:41:36Z","revision_number":1,"project_id":"42341d6981cd42a4971fc83730a9b9b6","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":108},{"id":"58db4e0e-45ca-4813-a753-37fbcfc75610","name":"tempest-router-network02--925504776","tenant_id":"1353374293d441e0b0b04d34ab700059","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["77325c39-b5cc-43b9-8ba4-e3936d533c7f"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:43:23Z","updated_at":"2022-06-05T08:43:28Z","revision_number":2,"project_id":"1353374293d441e0b0b04d34ab700059","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":122},{"id":"7bf17b3b-42ea-45fc-a2bc-89e48d837097","name":"shared","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["c3844c2b-99c2-422e-9161-dd7697ed8898"],"shared":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:16:09Z","updated_at":"2022-06-05T08:16:12Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":100},{"id":"7ee91158-e22d-4ae9-92d3-0574fe59e236","name":"tempest-network-smoke--460272497","tenant_id":"b518f9e635514a49b86bf961db515826","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a5c28b58-1761-4358-9a19-656ada1d064b"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:43:44Z","updated_at":"2022-06-05T08:43:56Z","revision_number":2,"project_id":"b518f9e635514a49b86bf961db515826","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":114},{"id":"90393479-53d2-4b09-91eb-b44dee9fd7bd 2022-06-05 08:44:07,633 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/subnets 0.198s 2022-06-05 08:44:07,634 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '7965', 'x-openstack-request-id': 'req-1017f95e-a7e1-405e-bfc3-1a508a12108b', 'date': 'Sun, 05 Jun 2022 08:44:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnets":[{"id":"113cc60a-cc0b-4e4c-89d1-93c5c8bf5a7b","name":"","tenant_id":"42341d6981cd42a4971fc83730a9b9b6","network_id":"4881693e-029b-4dc8-9abd-8c3abe931d9a","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:44:06Z","updated_at":"2022-06-05T08:44:06Z","revision_number":0,"project_id":"42341d6981cd42a4971fc83730a9b9b6"},{"id":"1be1fda9-af35-4a45-b12a-4f4e56c3e970","name":"","tenant_id":"1353374293d441e0b0b04d34ab700059","network_id":"eb2a39d1-d874-4a19-8f0a-e7ed6dfc923b","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:18Z","updated_at":"2022-06-05T08:43:18Z","revision_number":0,"project_id":"1353374293d441e0b0b04d34ab700059"},{"id":"396964c0-bda3-4c9c-beb1-06d15ed782fa","name":"private-subnet","tenant_id":"177911884c284111b49d91216e35a79a","network_id":"bc2b0cd9-ed04-4513-9c9a-2beb395bd851","ip_version":4,"subnetpool_id":"35ece9a3-5d01-427d-9194-234f909094bb","enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/26","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.62"}],"host_routes":[],"dns_nameservers":["8.8.8.8","8.8.4.4"],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:13:06Z","updated_at":"2022-06-05T08:15:04Z","revision_number":1,"project_id":"177911884c284111b49d91216e35a79a"},{"id":"3feca8a7-99df-428f-a841-1c1d21be6ab4","name":"","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","network_id":"90393479-53d2-4b09-91eb-b44dee9fd7bd","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:47Z","updated_at":"2022-06-05T08:43:47Z","revision_number":0,"project_id":"02fb4405e72145b28e1fb6d7fa28efe5"},{"id":"41c87158-4cc1-41bb-b808-7acd28f6174f","name":"","tenant_id":"8f933b8c2f1d451da7a63df4abb04fd7","network_id":"d634eb3c-e1a6-40d0-96a5-28c35be7b474","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:48Z","updated_at":"2022-06-05T08:43:48Z","revision_number":0,"project_id":"8f933b8c2f1d451da7a63df4abb04fd7"},{"id":"536926b3-16b9-4d34-9475-e8292fe1a9f9","name":"","tenant_id":"8f933b8c2f1d451da7a63df4abb04fd7","network_id":"d634eb3c-e1a6-40d0-96a5-28c35be7b474","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:52Z","updated_at":"2022-06-05T08:43:52Z","revision_number":0,"project_id":"8f933b8c2f1d451da7a63df4abb04fd7"},{"id":"72590d56-358b-4b85-991a-344c39a2ac63","name":"","tenant_id":"1353374293d441e0b0b04d34ab700059","network_id":"c99c4552-3fbf-45e9-8e58-75a65c4e986f","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"de 2022-06-05 08:44:08,200 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33:9696/v2.0/routers 0.565s 2022-06-05 08:44:08,200 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '3204', 'x-openstack-request-id': 'req-c3d51fd0-864e-41b2-a25f-03ca24ed7b90', 'date': 'Sun, 05 Jun 2022 08:44:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"routers": [{"id": "2901c4ec-8b8d-4f1b-a916-3ca96758d3f5", "name": "tempest-TestNetworkBasicOps-router-1695590498", "tenant_id": "b518f9e635514a49b86bf961db515826", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.119"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:46Z", "updated_at": "2022-06-05T08:44:02Z", "revision_number": 4, "project_id": "b518f9e635514a49b86bf961db515826"}, {"id": "47dc98c4-0702-4916-a252-71e340fc8947", "name": "tempest-TestVolumeBackupRestore-1658325906-router", "tenant_id": "16cd268d827946e998770378355e8dbc", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.197"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:48Z", "updated_at": "2022-06-05T08:44:04Z", "revision_number": 4, "project_id": "16cd268d827946e998770378355e8dbc"}, {"id": "72fd7feb-8eb6-40ba-88c9-b923a5cfce3c", "name": "tempest-RoutersTest-router-64248823", "tenant_id": "02fb4405e72145b28e1fb6d7fa28efe5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:44Z", "updated_at": "2022-06-05T08:43:56Z", "revision_number": 2, "project_id": "02fb4405e72145b28e1fb6d7fa28efe5"}, {"id": "d0fcfeb7-4163-4f8d-997a-6b5b8ff77c45", "name": "tempest-RoutersNegativeTest-router-1981224410", "tenant_id": "1353374293d441e0b0b04d34ab700059", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:16Z", "updated_at": "2022-06-05T08:44:05Z", "revision_number": 6, "project_id": "1353374293d441e0b0b04d34ab700059"}, {"id": "de1704a0-52d1-4a08-8752-0fffee3392d1", "name": "router1", "tenant_id": "177911884c284111b49d91216e35a79a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.39"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:13:15Z", "updated_at": "2022-06-05T08:13:34Z", "revision_number": 4, "project_id": "177911884c284111b49d91216e35a79a"}]}' 2022-06-05 08:44:08,426 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.222s 2022-06-05 08:44:08,426 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1160261205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA9OTlry2D7odpq9D3vJ63W4Ugg9a2P1CdARMXzNgRGGTocmjQLgY91OFp4oL0zFvkZHLqZKaxNI4ZEwNLAGxs7XwppJezR/Vhx8LSV5vM8vXvm1cNrbVh42aH53hWAnPg=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '398', '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-a91be26e-30b3-4b86-a28d-24ad798fbf73', 'x-compute-request-id': 'req-a91be26e-30b3-4b86-a28d-24ad798fbf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1160261205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA9OTlry2D7odpq9D3vJ63W4Ugg9a2P1CdARMXzNgRGGTocmjQLgY91OFp4oL0zFvkZHLqZKaxNI4ZEwNLAGxs7XwppJezR/Vhx8LSV5vM8vXvm1cNrbVh42aH53hWAnPg==", "fingerprint": "b9:76:7d:fb:41:62:cd:8a:da:d3:00:4a:75:3a:2d:f2", "user_id": "732bbed9298346c8b27cb0ef281ac415"}}' 2022-06-05 08:44:09,863 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-groups 1.434s 2022-06-05 08:44:09,863 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1755520609", "description": "tempest-secgroup-smoke-1755520609 description", "project_id": "b518f9e635514a49b86bf961db515826"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-e7a8ba74-f68b-42fa-a5d9-87cffe5ff043', 'date': 'Sun, 05 Jun 2022 08:44:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "name": "tempest-secgroup-smoke-1755520609", "stateful": true, "tenant_id": "b518f9e635514a49b86bf961db515826", "description": "tempest-secgroup-smoke-1755520609 description", "shared": false, "security_group_rules": [{"id": "05668e73-d8f5-495a-a10b-f07adb4941f2", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "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": 2982, "description": null, "tags": [], "created_at": "2022-06-05T08:44:08Z", "updated_at": "2022-06-05T08:44:08Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}, {"id": "d2a101ea-9b37-4c31-af53-fbff8972bd3c", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "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": 2984, "description": null, "tags": [], "created_at": "2022-06-05T08:44:09Z", "updated_at": "2022-06-05T08:44:09Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}], "tags": [], "created_at": "2022-06-05T08:44:08Z", "updated_at": "2022-06-05T08:44:09Z", "revision_number": 1, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:12,378 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 2.514s 2022-06-05 08:44:12,378 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-cea7b107-94c3-408e-bca9-c2f1d16f9217', 'date': 'Sun, 05 Jun 2022 08:44:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bdda8ce-fbae-42a9-b5e5-14658d9a243e", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:10Z", "updated_at": "2022-06-05T08:44:10Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:13,510 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.131s 2022-06-05 08:44:13,511 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-e8ff77b0-bdc6-4566-8894-921a6fd89cc8', 'date': 'Sun, 05 Jun 2022 08:44:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0588b3ed-74ef-4fd2-8f9f-73cec14240c8", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:12Z", "updated_at": "2022-06-05T08:44:12Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:15,278 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.766s 2022-06-05 08:44:15,279 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fef306d5-6300-4ff0-a629-0dec9617dd58', 'date': 'Sun, 05 Jun 2022 08:44:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34f28599-bccb-4922-bb10-35baea4995a6", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:14Z", "updated_at": "2022-06-05T08:44:14Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:17,082 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.803s 2022-06-05 08:44:17,082 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-aa45f52d-77ac-433d-85dd-929db5f3cbe0', 'date': 'Sun, 05 Jun 2022 08:44:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "798f3fe8-f653-46b4-b184-f114fbf33dfd", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:16Z", "updated_at": "2022-06-05T08:44:16Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:18,514 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.431s 2022-06-05 08:44:18,515 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2de500e1-269b-4915-9151-cb882afaf04b', 'date': 'Sun, 05 Jun 2022 08:44:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f966c982-d638-4a4b-80ae-5499c5b60050", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:18Z", "updated_at": "2022-06-05T08:44:18Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:19,114 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.599s 2022-06-05 08:44:19,114 119942 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": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5351494b-2b04-44e8-a37e-fe5670bc8bfc', 'date': 'Sun, 05 Jun 2022 08:44:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef51b683-c3bd-4a05-b25e-68d82b539ae8", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "19f4775d-e5ba-47e9-9fa3-d599f3263f67", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:44:18Z", "updated_at": "2022-06-05T08:44:18Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:19,329 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.209s 2022-06-05 08:44:19,330 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-234d95ae-beb9-4848-a154-e47291f47e8e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "732bbed9298346c8b27cb0ef281ac415", "name": "tempest-TestNetworkBasicOps-17247121-project", "password_expires_at": null}, "audit_ids": ["mVQow-bzR5ulY93KtPQ_fg"], "expires_at": "2022-06-05T09:44:19.000000Z", "issued_at": "2022-06-05T08:44:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b518f9e635514a49b86bf961db515826", "name": "tempest-TestNetworkBasicOps-17247121"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_b518f9e635514a49b86bf961db515826", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:44:19,330 119942 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-06-05 08:44:22,647 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 202 POST http://10.222.0.33/compute/v2.1/servers 3.316s 2022-06-05 08:44:22,648 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1204370997", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "7ee91158-e22d-4ae9-92d3-0574fe59e236"}], "key_name": "tempest-TestNetworkBasicOps-1160261205", "security_groups": [{"name": "tempest-secgroup-smoke-1755520609"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2', '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-592c4728-9ee7-4248-9ae1-42080677b0c9', 'x-compute-request-id': 'req-592c4728-9ee7-4248-9ae1-42080677b0c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "cc79f812-1ac2-4b52-aab5-de204b852ca2", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1755520609"}], "adminPass": "if4WpXkiP2Kd"}}' 2022-06-05 08:44:23,701 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2 1.051s 2022-06-05 08:44:23,701 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1249', '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-381fa895-dd58-4a1b-8ff2-3e84d8094745', 'x-compute-request-id': 'req-381fa895-dd58-4a1b-8ff2-3e84d8094745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2'} Body: b'{"server": {"id": "cc79f812-1ac2-4b52-aab5-de204b852ca2", "name": "tempest-TestNetworkBasicOps-server-1204370997", "status": "BUILD", "tenant_id": "b518f9e635514a49b86bf961db515826", "user_id": "732bbed9298346c8b27cb0ef281ac415", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:44:23Z", "updated": "2022-06-05T08:44:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1160261205", "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": []}}' 2022-06-05 08:44:25,081 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2 0.370s 2022-06-05 08:44:25,081 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', '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-558a8f8b-3df5-4dca-80ad-fc1c14238daa', 'x-compute-request-id': 'req-558a8f8b-3df5-4dca-80ad-fc1c14238daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2'} Body: b'{"server": {"id": "cc79f812-1ac2-4b52-aab5-de204b852ca2", "name": "tempest-TestNetworkBasicOps-server-1204370997", "status": "ERROR", "tenant_id": "b518f9e635514a49b86bf961db515826", "user_id": "732bbed9298346c8b27cb0ef281ac415", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:44:22Z", "updated": "2022-06-05T08:44:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:44:24Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1160261205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:44:25,088 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:44:26,862 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 204 DELETE http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2 1.774s 2022-06-05 08:44:26,863 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084a9c4b-ae9a-4365-916e-5ef03304a066', 'x-compute-request-id': 'req-084a9c4b-ae9a-4365-916e-5ef03304a066', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2'} Body: b'' 2022-06-05 08:44:26,949 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 404 GET http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2 0.085s 2022-06-05 08:44:26,949 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-922b4979-d6d4-422a-8023-bc829fcd4310', 'x-compute-request-id': 'req-922b4979-d6d4-422a-8023-bc829fcd4310', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/cc79f812-1ac2-4b52-aab5-de204b852ca2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cc79f812-1ac2-4b52-aab5-de204b852ca2 could not be found."}}' 2022-06-05 08:44:27,809 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/19f4775d-e5ba-47e9-9fa3-d599f3263f67 0.842s 2022-06-05 08:44:27,809 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c9b03254-f027-4a81-ba1c-d7a7464d0a3c', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:44:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/19f4775d-e5ba-47e9-9fa3-d599f3263f67'} Body: b'' 2022-06-05 08:44:27,877 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1160261205 0.067s 2022-06-05 08:44:27,877 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caf3ced8-d7f6-4b61-9e98-6f970c4b4186', 'x-compute-request-id': 'req-caf3ced8-d7f6-4b61-9e98-6f970c4b4186', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1160261205'} Body: b'' 2022-06-05 08:44:32,915 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5/remove_router_interface 5.036s 2022-06-05 08:44:32,915 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a5c28b58-1761-4358-9a19-656ada1d064b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ac580c2e-3a92-4d18-bd34-9b4198b3f08c', 'date': 'Sun, 05 Jun 2022 08:44:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5/remove_router_interface'} Body: b'{"id": "2901c4ec-8b8d-4f1b-a916-3ca96758d3f5", "tenant_id": "b518f9e635514a49b86bf961db515826", "port_id": "d566cbc3-ba06-43cf-a192-53d6305ca72d", "network_id": "7ee91158-e22d-4ae9-92d3-0574fe59e236", "subnet_id": "a5c28b58-1761-4358-9a19-656ada1d064b", "subnet_ids": ["a5c28b58-1761-4358-9a19-656ada1d064b"]}' 2022-06-05 08:44:34,168 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/a5c28b58-1761-4358-9a19-656ada1d064b 1.252s 2022-06-05 08:44:34,168 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-875d37cd-53b2-4dbe-a381-d69368ea792d', 'date': 'Sun, 05 Jun 2022 08:44:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/a5c28b58-1761-4358-9a19-656ada1d064b'} Body: b'' 2022-06-05 08:44:39,110 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5 4.941s 2022-06-05 08:44:39,111 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-cd980c0c-cbc6-4249-a15a-9c28989e6b96', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:44:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/2901c4ec-8b8d-4f1b-a916-3ca96758d3f5'} Body: b'' 2022-06-05 08:44:40,473 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/7ee91158-e22d-4ae9-92d3-0574fe59e236 1.362s 2022-06-05 08:44:40,473 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8bcfada0-6dd2-4236-81d1-ec95565a48f1', 'date': 'Sun, 05 Jun 2022 08:44:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/7ee91158-e22d-4ae9-92d3-0574fe59e236'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 493, in test_connectivity_between_vms_on_different_networks self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server cc79f812-1ac2-4b52-aab5-de204b852ca2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:44:24Z', 'message': 'No valid host was found. '}. Server boot request ID: req-592c4728-9ee7-4248-9ae1-42080677b0c9. |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt69.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
fail
ft69.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:44:42,487 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/networks 2.002s 2022-06-05 08:44:42,487 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1033804864", "project_id": "b518f9e635514a49b86bf961db515826", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-9a4fe796-e534-4631-8179-4ebe91694884', 'date': 'Sun, 05 Jun 2022 08:44:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"651f68c1-56a4-4382-9ecf-92454f6cca84","name":"tempest-network-smoke--1033804864","tenant_id":"b518f9e635514a49b86bf961db515826","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b518f9e635514a49b86bf961db515826","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:44:41Z","updated_at":"2022-06-05T08:44:41Z","revision_number":1}}' 2022-06-05 08:44:49,825 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/routers 7.337s 2022-06-05 08:44:49,826 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-58662845", "admin_state_up": true, "project_id": "b518f9e635514a49b86bf961db515826", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '685', 'x-openstack-request-id': 'req-479546b2-a17f-4720-a810-60a3a453bd94', 'date': 'Sun, 05 Jun 2022 08:44:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "595015ad-be75-4ed6-bdd7-ed3eb58bbfde", "name": "tempest-TestNetworkBasicOps-router-58662845", "tenant_id": "b518f9e635514a49b86bf961db515826", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.35"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:44:42Z", "updated_at": "2022-06-05T08:44:47Z", "revision_number": 3, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:44:49,936 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=b518f9e635514a49b86bf961db515826&cidr=172.20.0.0%2F28 0.109s 2022-06-05 08:44:49,936 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-1d041f84-aa53-4445-b9be-04ed299eae53', 'date': 'Sun, 05 Jun 2022 08:44:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=b518f9e635514a49b86bf961db515826&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:44:51,419 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 1.482s 2022-06-05 08:44:51,419 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-5259044a-b799-4284-a294-aa93e3fd1fa6', 'date': 'Sun, 05 Jun 2022 08:44:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 08:44:51,505 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.085s 2022-06-05 08:44:51,506 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-b5a6c548-8517-4894-a3b0-8d1d41f34c88', 'date': 'Sun, 05 Jun 2022 08:44:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:44:54,262 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/subnets 2.755s 2022-06-05 08:44:54,262 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1132412261", "network_id": "651f68c1-56a4-4382-9ecf-92454f6cca84", "project_id": "b518f9e635514a49b86bf961db515826", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-18ff787b-02e5-4e55-8f53-cf6ca100eb09', 'date': 'Sun, 05 Jun 2022 08:44:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"d937da79-4487-428d-b7f5-b9c9c903fc42","name":"tempest-subnet-smoke-1132412261","tenant_id":"b518f9e635514a49b86bf961db515826","network_id":"651f68c1-56a4-4382-9ecf-92454f6cca84","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:44:52Z","updated_at":"2022-06-05T08:44:52Z","revision_number":0,"project_id":"b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:07,853 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde/add_router_interface 13.590s 2022-06-05 08:45:07,853 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "d937da79-4487-428d-b7f5-b9c9c903fc42"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-37cb1149-0aa1-447c-8372-72e6e1446de0', 'date': 'Sun, 05 Jun 2022 08:45:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde/add_router_interface'} Body: b'{"id": "595015ad-be75-4ed6-bdd7-ed3eb58bbfde", "tenant_id": "b518f9e635514a49b86bf961db515826", "port_id": "7372d4fa-897f-47f9-be76-ea4f766d7dda", "network_id": "651f68c1-56a4-4382-9ecf-92454f6cca84", "subnet_id": "d937da79-4487-428d-b7f5-b9c9c903fc42", "subnet_ids": ["d937da79-4487-428d-b7f5-b9c9c903fc42"]}' 2022-06-05 08:45:09,234 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/networks 1.380s 2022-06-05 08:45:09,234 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '7490', 'x-openstack-request-id': 'req-4e747e0d-e288-45a5-8969-77a88b9b3e5d', 'date': 'Sun, 05 Jun 2022 08:45:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"networks":[{"id":"0df447b5-3374-47b4-a4cc-3fe523c77daf","name":"tempest-TestVolumeBackupRestore-1180722060-network","tenant_id":"6c8a53918357453ab873a0da76ee60b8","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a8e6b1e2-4719-48a3-b56b-29fccf03336b"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:44:12Z","updated_at":"2022-06-05T08:44:16Z","revision_number":2,"project_id":"6c8a53918357453ab873a0da76ee60b8","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":141},{"id":"1b82ce68-b63c-4d90-ba2a-7ed75e2b9090","name":"tempest-RoutersTest-953700142","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["879816b7-af2c-4604-96bb-26fe672cd209"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:44:02Z","updated_at":"2022-06-05T08:44:05Z","revision_number":2,"project_id":"02fb4405e72145b28e1fb6d7fa28efe5","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":139},{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"651f68c1-56a4-4382-9ecf-92454f6cca84","name":"tempest-network-smoke--1033804864","tenant_id":"b518f9e635514a49b86bf961db515826","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["d937da79-4487-428d-b7f5-b9c9c903fc42"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:44:41Z","updated_at":"2022-06-05T08:44:52Z","revision_number":2,"project_id":"b518f9e635514a49b86bf961db515826","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":107},{"id":"7bf17b3b-42ea-45fc-a2bc-89e48d837097","name":"shared","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["c3844c2b-99c2-422e-9161-dd7697ed8898"],"shared":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:16:09Z","updated_at":"2022-06-05T08:16:12Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":100},{"id":"8058b85a-c300-4308-9af3-21e53e49f790","name":"tempest-PortsIpV6TestJSON-613930496","tenant_id":"8f933b8c2f1d451da7a63df4abb04fd7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["35e95c26-c2c5-4806-82cd-c66ce6aff891"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-06-05T08:44:50Z","updated_at":"2022-06-05T08:44:53Z","revision_number":2,"project_id":"8f933b8c2f1d451da7a63df4abb04fd7","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id 2022-06-05 08:45:09,614 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/subnets 0.378s 2022-06-05 08:45:09,614 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '6203', 'x-openstack-request-id': 'req-df5fcff1-9061-4ba9-8945-64752d48a077', 'date': 'Sun, 05 Jun 2022 08:45:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnets":[{"id":"35e95c26-c2c5-4806-82cd-c66ce6aff891","name":"","tenant_id":"8f933b8c2f1d451da7a63df4abb04fd7","network_id":"8058b85a-c300-4308-9af3-21e53e49f790","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:44:53Z","updated_at":"2022-06-05T08:44:53Z","revision_number":0,"project_id":"8f933b8c2f1d451da7a63df4abb04fd7"},{"id":"396964c0-bda3-4c9c-beb1-06d15ed782fa","name":"private-subnet","tenant_id":"177911884c284111b49d91216e35a79a","network_id":"bc2b0cd9-ed04-4513-9c9a-2beb395bd851","ip_version":4,"subnetpool_id":"35ece9a3-5d01-427d-9194-234f909094bb","enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/26","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.62"}],"host_routes":[],"dns_nameservers":["8.8.8.8","8.8.4.4"],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:13:06Z","updated_at":"2022-06-05T08:15:04Z","revision_number":1,"project_id":"177911884c284111b49d91216e35a79a"},{"id":"3feca8a7-99df-428f-a841-1c1d21be6ab4","name":"","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","network_id":"90393479-53d2-4b09-91eb-b44dee9fd7bd","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:43:47Z","updated_at":"2022-06-05T08:43:47Z","revision_number":0,"project_id":"02fb4405e72145b28e1fb6d7fa28efe5"},{"id":"85d2a4d3-cec2-47ea-93fa-a93d4d523839","name":"public-subnet","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","network_id":"481248fe-79fe-40ce-8960-d13aca527363","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.6.1","cidr":"172.25.6.0/24","allocation_pools":[{"start":"172.25.6.2","end":"172.25.6.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:13:30Z","updated_at":"2022-06-05T08:13:30Z","revision_number":0,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9"},{"id":"879816b7-af2c-4604-96bb-26fe672cd209","name":"","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","network_id":"1b82ce68-b63c-4d90-ba2a-7ed75e2b9090","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.21.0.1","cidr":"172.21.0.0/28","allocation_pools":[{"start":"172.21.0.2","end":"172.21.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:44:05Z","updated_at":"2022-06-05T08:44:05Z","revision_number":0,"project_id":"02fb4405e72145b28e1fb6d7fa28efe5"},{"id":"a8e6b1e2-4719-48a3-b56b-29fccf03336b","name":"tempest-TestVolumeBackupRestore-1180722060-subnet","tenant_id":"6c8a53918357453ab873a0da76ee60b8","network_id":"0df447b5-3374-47b4-a4cc-3fe523c77daf","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:44:16Z","updated_at":"2022-06-05T08:44:16Z","revision_number":0,"project_id":"6c8a53918357453ab873a0da76ee60b8"},{"id":"abfebd6f-386a-4dba-8c5d-f972f62329cd","name":"","tenant_id":"02fb4405e72145b28e1fb6d7fa28efe5","network_id":"fe62299e-f570-497d-b4b2-ea54013f96ca","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.22.0.1","cidr":"172.22.0.0/28","allocation_pools":[{"start":"172.22.0.2","end":"172.22.0.14"}],"host_routes 2022-06-05 08:45:10,003 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33:9696/v2.0/routers 0.388s 2022-06-05 08:45:10,004 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '3383', 'x-openstack-request-id': 'req-b1d0abd1-9907-48b2-ba8c-330b6ccd1e35', 'date': 'Sun, 05 Jun 2022 08:45:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"routers": [{"id": "47dc98c4-0702-4916-a252-71e340fc8947", "name": "tempest-TestVolumeBackupRestore-1658325906-router", "tenant_id": "16cd268d827946e998770378355e8dbc", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.197"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:48Z", "updated_at": "2022-06-05T08:44:04Z", "revision_number": 4, "project_id": "16cd268d827946e998770378355e8dbc"}, {"id": "595015ad-be75-4ed6-bdd7-ed3eb58bbfde", "name": "tempest-TestNetworkBasicOps-router-58662845", "tenant_id": "b518f9e635514a49b86bf961db515826", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.35"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:44:42Z", "updated_at": "2022-06-05T08:45:01Z", "revision_number": 4, "project_id": "b518f9e635514a49b86bf961db515826"}, {"id": "721de543-b1f3-4fd0-ac4d-138ea7962dfc", "name": "tempest-TestVolumeBackupRestore-1180722060-router", "tenant_id": "6c8a53918357453ab873a0da76ee60b8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.50"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:44:18Z", "updated_at": "2022-06-05T08:44:36Z", "revision_number": 4, "project_id": "6c8a53918357453ab873a0da76ee60b8"}, {"id": "72fd7feb-8eb6-40ba-88c9-b923a5cfce3c", "name": "tempest-RoutersTest-router-64248823", "tenant_id": "02fb4405e72145b28e1fb6d7fa28efe5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:43:44Z", "updated_at": "2022-06-05T08:45:00Z", "revision_number": 8, "project_id": "02fb4405e72145b28e1fb6d7fa28efe5"}, {"id": "de1704a0-52d1-4a08-8752-0fffee3392d1", "name": "router1", "tenant_id": "177911884c284111b49d91216e35a79a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.39"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:13:15Z", "updated_at": "2022-06-05T08:13:34Z", "revision_number": 4, "project_id": "177911884c284111b49d91216e35a79a"}]}' 2022-06-05 08:45:10,199 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.192s 2022-06-05 08:45:10,200 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1051572934", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZVvAORX970d7Fubplunlb47/03PEbGCid0hew82xKvcq7YeqJeFmqAFV3Bpp5uDeNySmGybvwn+h8zXL82lHltoweAZP0Hb3+b2Jjsh24n91AxlDcc/QMsxWO8dG+DfA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '398', '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-181176e2-a0c5-4831-9a3a-6a822358df42', 'x-compute-request-id': 'req-181176e2-a0c5-4831-9a3a-6a822358df42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1051572934", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOZVvAORX970d7Fubplunlb47/03PEbGCid0hew82xKvcq7YeqJeFmqAFV3Bpp5uDeNySmGybvwn+h8zXL82lHltoweAZP0Hb3+b2Jjsh24n91AxlDcc/QMsxWO8dG+DfA==", "fingerprint": "2e:58:80:8e:61:53:f7:ee:0c:c9:c4:bd:7b:13:70:d8", "user_id": "732bbed9298346c8b27cb0ef281ac415"}}' 2022-06-05 08:45:10,730 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.528s 2022-06-05 08:45:10,731 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-980098893", "description": "tempest-secgroup-smoke-980098893 description", "project_id": "b518f9e635514a49b86bf961db515826"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-e622cde0-d813-4766-b8a3-8fa8ecc9dab0', 'date': 'Sun, 05 Jun 2022 08:45:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "name": "tempest-secgroup-smoke-980098893", "stateful": true, "tenant_id": "b518f9e635514a49b86bf961db515826", "description": "tempest-secgroup-smoke-980098893 description", "shared": false, "security_group_rules": [{"id": "223267cd-1ee6-4246-921e-f04fcc89efcb", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "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": 3096, "description": null, "tags": [], "created_at": "2022-06-05T08:45:10Z", "updated_at": "2022-06-05T08:45:10Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}, {"id": "8a4a4c6a-9320-4f04-b4a1-081c81784d36", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "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": 3097, "description": null, "tags": [], "created_at": "2022-06-05T08:45:10Z", "updated_at": "2022-06-05T08:45:10Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}], "tags": [], "created_at": "2022-06-05T08:45:10Z", "updated_at": "2022-06-05T08:45:10Z", "revision_number": 1, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:11,080 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.349s 2022-06-05 08:45:11,081 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ce7f05a9-b085-4b06-94f3-29aaa719692d', 'date': 'Sun, 05 Jun 2022 08:45:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0484c3ee-89a6-4256-a4c1-b3af35c928c4", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:10Z", "updated_at": "2022-06-05T08:45:10Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:11,392 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.311s 2022-06-05 08:45:11,393 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-8d9ba2c1-553e-4165-bbb2-ee99b9750297', 'date': 'Sun, 05 Jun 2022 08:45:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "681d1016-af9d-41c5-a451-3ce1acb60f70", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:11Z", "updated_at": "2022-06-05T08:45:11Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:12,803 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.407s 2022-06-05 08:45:12,804 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-10960fc9-a724-4e36-b835-47074849b66f', 'date': 'Sun, 05 Jun 2022 08:45:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6e01b533-5574-4281-af5a-e9ef80f51424", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:12Z", "updated_at": "2022-06-05T08:45:12Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:14,440 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.636s 2022-06-05 08:45:14,441 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c5bbe189-b846-4bca-818a-64db7010948b', 'date': 'Sun, 05 Jun 2022 08:45:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "602c8d6f-4420-41d4-a1e3-49f158f12738", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:13Z", "updated_at": "2022-06-05T08:45:13Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:14,993 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.551s 2022-06-05 08:45:14,993 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c6067502-8927-48a0-bf44-a92418e4ef8e', 'date': 'Sun, 05 Jun 2022 08:45:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ebde4ea-b817-43f4-9e4d-57f060f5eaa3", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:14Z", "updated_at": "2022-06-05T08:45:14Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:16,130 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.136s 2022-06-05 08:45:16,131 119942 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": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "project_id": "b518f9e635514a49b86bf961db515826", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d4ac7dc5-cf0e-45f2-8c64-361f7e0e2831', 'date': 'Sun, 05 Jun 2022 08:45:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4e348f19-68ec-429f-a64b-ef3c5582358d", "tenant_id": "b518f9e635514a49b86bf961db515826", "security_group_id": "5c339bb2-6980-43ab-a13f-b0ea1ea8fb38", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:45:15Z", "updated_at": "2022-06-05T08:45:15Z", "revision_number": 0, "project_id": "b518f9e635514a49b86bf961db515826"}}' 2022-06-05 08:45:16,351 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.213s 2022-06-05 08:45:16,352 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-26b8bee2-1641-46be-ad34-569e0dfc74ba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "732bbed9298346c8b27cb0ef281ac415", "name": "tempest-TestNetworkBasicOps-17247121-project", "password_expires_at": null}, "audit_ids": ["Tb9JI5fHRUm9XpTsEp4TdQ"], "expires_at": "2022-06-05T09:45:16.000000Z", "issued_at": "2022-06-05T08:45:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b518f9e635514a49b86bf961db515826", "name": "tempest-TestNetworkBasicOps-17247121"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_b518f9e635514a49b86bf961db515826", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/b518f9e635514a49b86bf961db515826", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:45:16,353 119942 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-06-05 08:45:19,085 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 202 POST http://10.222.0.33/compute/v2.1/servers 2.731s 2022-06-05 08:45:19,085 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1346089931", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "651f68c1-56a4-4382-9ecf-92454f6cca84"}], "key_name": "tempest-TestNetworkBasicOps-1051572934", "security_groups": [{"name": "tempest-secgroup-smoke-980098893"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453', '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-a6ad6bdd-affd-45ae-8d95-462ab722f9d2', 'x-compute-request-id': 'req-a6ad6bdd-affd-45ae-8d95-462ab722f9d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "092e554b-36d0-40a7-9ff5-4445553b3453", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-980098893"}], "adminPass": "Xq5AX73XupPE"}}' 2022-06-05 08:45:19,330 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453 0.242s 2022-06-05 08:45:19,331 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1249', '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-c17decf5-e7b8-43a3-86f5-6b466531dd81', 'x-compute-request-id': 'req-c17decf5-e7b8-43a3-86f5-6b466531dd81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453'} Body: b'{"server": {"id": "092e554b-36d0-40a7-9ff5-4445553b3453", "name": "tempest-TestNetworkBasicOps-server-1346089931", "status": "BUILD", "tenant_id": "b518f9e635514a49b86bf961db515826", "user_id": "732bbed9298346c8b27cb0ef281ac415", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:45:19Z", "updated": "2022-06-05T08:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1051572934", "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": []}}' 2022-06-05 08:45:20,811 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453 0.471s 2022-06-05 08:45:20,811 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', '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-94f937ed-c35d-4701-acd7-e31e0885dc44', 'x-compute-request-id': 'req-94f937ed-c35d-4701-acd7-e31e0885dc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453'} Body: b'{"server": {"id": "092e554b-36d0-40a7-9ff5-4445553b3453", "name": "tempest-TestNetworkBasicOps-server-1346089931", "status": "ERROR", "tenant_id": "b518f9e635514a49b86bf961db515826", "user_id": "732bbed9298346c8b27cb0ef281ac415", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:45:18Z", "updated": "2022-06-05T08:45:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/092e554b-36d0-40a7-9ff5-4445553b3453"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:45:20Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1051572934", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:45:20,819 119942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:45:22,082 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 204 DELETE http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453 1.262s 2022-06-05 08:45:22,082 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164fa7e4-549e-42bc-bcaf-0f697bcf0743', 'x-compute-request-id': 'req-164fa7e4-549e-42bc-bcaf-0f697bcf0743', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453'} Body: b'' 2022-06-05 08:45:22,154 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 404 GET http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453 0.072s 2022-06-05 08:45:22,155 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1132fcb7-91c6-4e1b-a7d8-9e635e9aa55c', 'x-compute-request-id': 'req-1132fcb7-91c6-4e1b-a7d8-9e635e9aa55c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/092e554b-36d0-40a7-9ff5-4445553b3453'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 092e554b-36d0-40a7-9ff5-4445553b3453 could not be found."}}' 2022-06-05 08:45:23,200 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/5c339bb2-6980-43ab-a13f-b0ea1ea8fb38 1.044s 2022-06-05 08:45:23,200 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d357d268-0b9a-43e3-a1b7-3d1ef7f19e36', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:45:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/5c339bb2-6980-43ab-a13f-b0ea1ea8fb38'} Body: b'' 2022-06-05 08:45:23,273 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1051572934 0.072s 2022-06-05 08:45:23,273 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e0d715-57fb-4904-9631-1d4a7a33b885', 'x-compute-request-id': 'req-76e0d715-57fb-4904-9631-1d4a7a33b885', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1051572934'} Body: b'' 2022-06-05 08:45:31,874 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde/remove_router_interface 8.599s 2022-06-05 08:45:31,874 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "d937da79-4487-428d-b7f5-b9c9c903fc42"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b8b60479-038d-4675-9e49-8eba1a5fa6d1', 'date': 'Sun, 05 Jun 2022 08:45:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde/remove_router_interface'} Body: b'{"id": "595015ad-be75-4ed6-bdd7-ed3eb58bbfde", "tenant_id": "b518f9e635514a49b86bf961db515826", "port_id": "7372d4fa-897f-47f9-be76-ea4f766d7dda", "network_id": "651f68c1-56a4-4382-9ecf-92454f6cca84", "subnet_id": "d937da79-4487-428d-b7f5-b9c9c903fc42", "subnet_ids": ["d937da79-4487-428d-b7f5-b9c9c903fc42"]}' 2022-06-05 08:45:32,632 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/d937da79-4487-428d-b7f5-b9c9c903fc42 0.757s 2022-06-05 08:45:32,633 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-857c455c-488d-46fd-ac64-920bf513bc90', 'date': 'Sun, 05 Jun 2022 08:45:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/d937da79-4487-428d-b7f5-b9c9c903fc42'} Body: b'' 2022-06-05 08:45:36,149 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde 3.515s 2022-06-05 08:45:36,149 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-51fc7dc1-9e69-40eb-983d-40a3201f8df2', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:45:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/595015ad-be75-4ed6-bdd7-ed3eb58bbfde'} Body: b'' 2022-06-05 08:45:37,243 119942 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/651f68c1-56a4-4382-9ecf-92454f6cca84 1.094s 2022-06-05 08:45:37,244 119942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-bb78f586-0390-4af9-8fb8-aba459cc4553', 'date': 'Sun, 05 Jun 2022 08:45:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/651f68c1-56a4-4382-9ecf-92454f6cca84'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 455, in test_mtu_sized_frames self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 092e554b-36d0-40a7-9ff5-4445553b3453 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:45:20Z', 'message': 'No valid host was found. '}. Server boot request ID: req-a6ad6bdd-affd-45ae-8d95-462ab722f9d2. |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt69.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
||||||
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
fail
ft70.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:53:04,517 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.230s 2022-06-05 08:53:04,517 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1140306974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLfaAYcC0hnj7gVwhrduxqlzZFAq/MSjlBpEopatvcGXfV4V8WVVJpJSJ6PpGSjE2fz/xfRHECwHFKkfxbA3dQ3PN/r+iS4YCliJm8ZBD+tZZBN3sQNWNHFAOxUEZ2e+7Q=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', '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-c6f09750-61fd-42b3-a8c6-7fb5dfe77a9c', 'x-compute-request-id': 'req-c6f09750-61fd-42b3-a8c6-7fb5dfe77a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1140306974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLfaAYcC0hnj7gVwhrduxqlzZFAq/MSjlBpEopatvcGXfV4V8WVVJpJSJ6PpGSjE2fz/xfRHECwHFKkfxbA3dQ3PN/r+iS4YCliJm8ZBD+tZZBN3sQNWNHFAOxUEZ2e+7Q==", "fingerprint": "7e:f1:85:42:df:37:37:53:6b:0a:b4:63:72:94:f1:ba", "user_id": "226896aaa10a4a2db326fda289c33dc4"}}' 2022-06-05 08:53:04,888 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/networks 0.368s 2022-06-05 08:53:04,889 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--169330768", "project_id": "3e72b2e3d6884f9db111dea6b517d747", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-94db8a62-a3bc-44b3-a552-c2f685e9b0ec', 'date': 'Sun, 05 Jun 2022 08:53:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/networks'} Body: b'{"network":{"id":"92ae75d3-be5b-45b7-85f6-94cec4bd45b0","name":"tempest-network-smoke--169330768","tenant_id":"3e72b2e3d6884f9db111dea6b517d747","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3e72b2e3d6884f9db111dea6b517d747","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-06-05T08:53:04Z","updated_at":"2022-06-05T08:53:04Z","revision_number":1}}' 2022-06-05 08:53:06,446 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/routers 1.556s 2022-06-05 08:53:06,446 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-766461051", "admin_state_up": true, "project_id": "3e72b2e3d6884f9db111dea6b517d747", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '693', 'x-openstack-request-id': 'req-246f15e1-563f-432a-a28d-248b271ce566', 'date': 'Sun, 05 Jun 2022 08:53:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/routers'} Body: b'{"router": {"id": "770ae9e7-6312-45a7-8bf8-05e895371595", "name": "tempest-TestSecurityGroupsBasicOps-router-766461051", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "481248fe-79fe-40ce-8960-d13aca527363", "external_fixed_ips": [{"subnet_id": "85d2a4d3-cec2-47ea-93fa-a93d4d523839", "ip_address": "172.25.6.23"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-06-05T08:53:04Z", "updated_at": "2022-06-05T08:53:05Z", "revision_number": 3, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}}' 2022-06-05 08:53:06,625 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.33:9696/v2.0/subnets?project_id=3e72b2e3d6884f9db111dea6b517d747&cidr=172.20.0.0%2F28 0.178s 2022-06-05 08:53:06,625 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-efa01b8b-5d4d-4bff-a8de-eb438b7bddfe', 'date': 'Sun, 05 Jun 2022 08:53:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?project_id=3e72b2e3d6884f9db111dea6b517d747&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:53:06,810 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True 0.184s 2022-06-05 08:53:06,810 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-4656afa3-67cc-462f-a62f-5ce46b0f2daa', 'date': 'Sun, 05 Jun 2022 08:53:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"481248fe-79fe-40ce-8960-d13aca527363","name":"public","tenant_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["85d2a4d3-cec2-47ea-93fa-a93d4d523839"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-06-05T08:13:22Z","updated_at":"2022-06-05T08:13:30Z","revision_number":2,"project_id":"4d4ea0fc1d684b0aa494dbd66773bbf9","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-06-05 08:53:06,855 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28 0.044s 2022-06-05 08:53:06,855 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7164eb3f-70c9-4d10-b10f-8739b1ee6550', 'date': 'Sun, 05 Jun 2022 08:53:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets?network_id=481248fe-79fe-40ce-8960-d13aca527363&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-06-05 08:53:07,437 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/subnets 0.581s 2022-06-05 08:53:07,438 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1736099697", "network_id": "92ae75d3-be5b-45b7-85f6-94cec4bd45b0", "project_id": "3e72b2e3d6884f9db111dea6b517d747", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-9f7a3410-cc41-43cb-8385-3d5e72057c1d', 'date': 'Sun, 05 Jun 2022 08:53:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"99b60dc9-93bc-4e35-ae31-ca210235c313","name":"tempest-subnet-smoke-1736099697","tenant_id":"3e72b2e3d6884f9db111dea6b517d747","network_id":"92ae75d3-be5b-45b7-85f6-94cec4bd45b0","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-06-05T08:53:07Z","updated_at":"2022-06-05T08:53:07Z","revision_number":0,"project_id":"3e72b2e3d6884f9db111dea6b517d747"}}' 2022-06-05 08:53:10,647 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595/add_router_interface 3.207s 2022-06-05 08:53:10,647 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "99b60dc9-93bc-4e35-ae31-ca210235c313"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-6de92844-8212-4149-9e3c-1e8e5c2ddcd8', 'date': 'Sun, 05 Jun 2022 08:53:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595/add_router_interface'} Body: b'{"id": "770ae9e7-6312-45a7-8bf8-05e895371595", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "port_id": "4f7f8c1f-ed2e-4d1b-b8cf-37f3a9867d25", "network_id": "92ae75d3-be5b-45b7-85f6-94cec4bd45b0", "subnet_id": "99b60dc9-93bc-4e35-ae31-ca210235c313", "subnet_ids": ["99b60dc9-93bc-4e35-ae31-ca210235c313"]}' 2022-06-05 08:53:10,963 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.315s 2022-06-05 08:53:10,963 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup_access--2068855391", "description": "tempest-secgroup_access--2068855391 description", "project_id": "3e72b2e3d6884f9db111dea6b517d747"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-6c53151e-6c2b-4781-b412-290a7b9a4821', 'date': 'Sun, 05 Jun 2022 08:53:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "fce31295-b6c9-4c8a-bba3-4e5f3a2bb769", "name": "tempest-secgroup_access--2068855391", "stateful": true, "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "description": "tempest-secgroup_access--2068855391 description", "shared": false, "security_group_rules": [{"id": "2f21ea10-4a49-4fef-aa0e-5c4d041b6af8", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "security_group_id": "fce31295-b6c9-4c8a-bba3-4e5f3a2bb769", "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": 3799, "description": null, "tags": [], "created_at": "2022-06-05T08:53:10Z", "updated_at": "2022-06-05T08:53:10Z", "revision_number": 0, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}, {"id": "4749c87a-e2d8-46fb-a4b3-271ca5d22be3", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "security_group_id": "fce31295-b6c9-4c8a-bba3-4e5f3a2bb769", "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": 3800, "description": null, "tags": [], "created_at": "2022-06-05T08:53:10Z", "updated_at": "2022-06-05T08:53:10Z", "revision_number": 0, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}], "tags": [], "created_at": "2022-06-05T08:53:10Z", "updated_at": "2022-06-05T08:53:10Z", "revision_number": 1, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}}' 2022-06-05 08:53:11,257 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.294s 2022-06-05 08:53:11,258 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup_general--1893119387", "description": "tempest-secgroup_general--1893119387 description", "project_id": "3e72b2e3d6884f9db111dea6b517d747"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-f848d7c3-bd11-4024-aa00-f3935f89754b', 'date': 'Sun, 05 Jun 2022 08:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "eeb57d74-0873-4695-bc24-7e9eba7b523d", "name": "tempest-secgroup_general--1893119387", "stateful": true, "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "description": "tempest-secgroup_general--1893119387 description", "shared": false, "security_group_rules": [{"id": "736ea77b-4cd7-48cb-94d3-106debf2587c", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "security_group_id": "eeb57d74-0873-4695-bc24-7e9eba7b523d", "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": 3803, "description": null, "tags": [], "created_at": "2022-06-05T08:53:11Z", "updated_at": "2022-06-05T08:53:11Z", "revision_number": 0, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}, {"id": "8769cc12-c830-48ce-a9ea-3bfd2f4c42dd", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "security_group_id": "eeb57d74-0873-4695-bc24-7e9eba7b523d", "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": 3802, "description": null, "tags": [], "created_at": "2022-06-05T08:53:11Z", "updated_at": "2022-06-05T08:53:11Z", "revision_number": 0, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}], "tags": [], "created_at": "2022-06-05T08:53:11Z", "updated_at": "2022-06-05T08:53:11Z", "revision_number": 1, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}}' 2022-06-05 08:53:11,506 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.247s 2022-06-05 08:53:11,506 119947 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": "fce31295-b6c9-4c8a-bba3-4e5f3a2bb769", "project_id": "3e72b2e3d6884f9db111dea6b517d747", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3ef1d06d-643c-48eb-9759-fcd354fc0753', 'date': 'Sun, 05 Jun 2022 08:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b318f427-62ff-41e8-ab1c-f7a27489bf32", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "security_group_id": "fce31295-b6c9-4c8a-bba3-4e5f3a2bb769", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:53:11Z", "updated_at": "2022-06-05T08:53:11Z", "revision_number": 0, "project_id": "3e72b2e3d6884f9db111dea6b517d747"}}' 2022-06-05 08:53:11,574 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.062s 2022-06-05 08:53:11,574 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e78d62d8-d98a-4258-b2a6-cc1adff827d1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "226896aaa10a4a2db326fda289c33dc4", "name": "tempest-TestSecurityGroupsBasicOps-238976517-project", "password_expires_at": null}, "audit_ids": ["5F_eoGDPSaq2Q-l_YcT9ng"], "expires_at": "2022-06-05T09:53:11.000000Z", "issued_at": "2022-06-05T08:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e72b2e3d6884f9db111dea6b517d747", "name": "tempest-TestSecurityGroupsBasicOps-238976517"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/3e72b2e3d6884f9db111dea6b517d747", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3e72b2e3d6884f9db111dea6b517d747", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_3e72b2e3d6884f9db111dea6b517d747", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/3e72b2e3d6884f9db111dea6b517d747", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:53:11,575 119947 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-06-05 08:53:12,691 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST http://10.222.0.33/compute/v2.1/servers 1.115s 2022-06-05 08:53:12,692 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-238976517-access_point-1926023872", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "92ae75d3-be5b-45b7-85f6-94cec4bd45b0"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1140306974", "security_groups": [{"name": "tempest-secgroup_access--2068855391"}, {"name": "tempest-secgroup_general--1893119387"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '458', 'location': 'http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b', '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-09816ae6-7746-4b10-8957-b1c9aa515b80', 'x-compute-request-id': 'req-09816ae6-7746-4b10-8957-b1c9aa515b80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "a13bd1c9-4ba0-4599-87d7-ca5099a8037b", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--2068855391"}, {"name": "tempest-secgroup_general--1893119387"}], "adminPass": "SougT7ZEjEH7"}}' 2022-06-05 08:53:12,821 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b 0.127s 2022-06-05 08:53:12,821 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', '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-3748bf24-4040-4a90-aa69-58954d87c330', 'x-compute-request-id': 'req-3748bf24-4040-4a90-aa69-58954d87c330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b'} Body: b'{"server": {"id": "a13bd1c9-4ba0-4599-87d7-ca5099a8037b", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-238976517-access_point-1926023872", "status": "BUILD", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "user_id": "226896aaa10a4a2db326fda289c33dc4", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:53:13Z", "updated": "2022-06-05T08:53:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1140306974", "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": []}}' 2022-06-05 08:53:14,029 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b 0.199s 2022-06-05 08:53:14,029 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:13 GMT', 'server': 'Apache/2.4.41 (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-ac0ff9e1-f727-40a6-a9ca-28ad837a4c12', 'x-compute-request-id': 'req-ac0ff9e1-f727-40a6-a9ca-28ad837a4c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b'} Body: b'{"server": {"id": "a13bd1c9-4ba0-4599-87d7-ca5099a8037b", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-238976517-access_point-1926023872", "status": "ERROR", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "user_id": "226896aaa10a4a2db326fda289c33dc4", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:53:12Z", "updated": "2022-06-05T08:53:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:53:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1140306974", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:53:14,037 119947 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:53:14,454 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b 0.416s 2022-06-05 08:53:14,454 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6262f1e9-2ffa-4c8a-9ea9-9832f1cf1088', 'x-compute-request-id': 'req-6262f1e9-2ffa-4c8a-9ea9-9832f1cf1088', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b'} Body: b'' 2022-06-05 08:53:14,501 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b 0.046s 2022-06-05 08:53:14,502 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7a69ecd5-f447-4657-b744-3224cd3b003c', 'x-compute-request-id': 'req-7a69ecd5-f447-4657-b744-3224cd3b003c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/a13bd1c9-4ba0-4599-87d7-ca5099a8037b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a13bd1c9-4ba0-4599-87d7-ca5099a8037b could not be found."}}' 2022-06-05 08:53:14,781 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/eeb57d74-0873-4695-bc24-7e9eba7b523d 0.269s 2022-06-05 08:53:14,781 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-3039882e-af82-41ad-ace8-8dee628d3cd3', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:53:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/eeb57d74-0873-4695-bc24-7e9eba7b523d'} Body: b'' 2022-06-05 08:53:15,066 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/fce31295-b6c9-4c8a-bba3-4e5f3a2bb769 0.284s 2022-06-05 08:53:15,067 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-9e5a3e70-227d-4840-8d77-3039f5c34523', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:53:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/fce31295-b6c9-4c8a-bba3-4e5f3a2bb769'} Body: b'' 2022-06-05 08:53:17,469 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595/remove_router_interface 2.401s 2022-06-05 08:53:17,469 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "99b60dc9-93bc-4e35-ae31-ca210235c313"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-99f064e5-7780-472f-b38d-62298ac87935', 'date': 'Sun, 05 Jun 2022 08:53:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595/remove_router_interface'} Body: b'{"id": "770ae9e7-6312-45a7-8bf8-05e895371595", "tenant_id": "3e72b2e3d6884f9db111dea6b517d747", "port_id": "4f7f8c1f-ed2e-4d1b-b8cf-37f3a9867d25", "network_id": "92ae75d3-be5b-45b7-85f6-94cec4bd45b0", "subnet_id": "99b60dc9-93bc-4e35-ae31-ca210235c313", "subnet_ids": ["99b60dc9-93bc-4e35-ae31-ca210235c313"]}' 2022-06-05 08:53:17,932 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/subnets/99b60dc9-93bc-4e35-ae31-ca210235c313 0.461s 2022-06-05 08:53:17,932 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-1786564c-5a2e-41ad-8630-43feaa90504f', 'date': 'Sun, 05 Jun 2022 08:53:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/subnets/99b60dc9-93bc-4e35-ae31-ca210235c313'} Body: b'' 2022-06-05 08:53:20,171 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595 2.238s 2022-06-05 08:53:20,171 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-1db7a2a9-406f-4cfd-81ff-606d8751d015', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:53:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/routers/770ae9e7-6312-45a7-8bf8-05e895371595'} Body: b'' 2022-06-05 08:53:20,909 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/networks/92ae75d3-be5b-45b7-85f6-94cec4bd45b0 0.737s 2022-06-05 08:53:20,909 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-94fa45f9-c50b-4ad3-bc40-8783c37e2b86', 'date': 'Sun, 05 Jun 2022 08:53:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/networks/92ae75d3-be5b-45b7-85f6-94cec4bd45b0'} Body: b'' 2022-06-05 08:53:20,959 119947 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1140306974 0.049s 2022-06-05 08:53:20,959 119947 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c466eb-c3b6-480f-9873-fae0d9a2574d', 'x-compute-request-id': 'req-15c466eb-c3b6-480f-9873-fae0d9a2574d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1140306974'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp self._deploy_tenant(self.primary_tenant) File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 352, in _deploy_tenant self._set_access_point(tenant) File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 316, in _set_access_point server = self._create_server(name, tenant, File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a13bd1c9-4ba0-4599-87d7-ca5099a8037b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:53:13Z', 'message': 'No valid host was found. '}. Server boot request ID: req-09816ae6-7746-4b10-8957-b1c9aa515b80. |
||||||
tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
fail
ft71.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:02:39,637 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.082s 2022-06-05 09:02:39,638 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-499e3787-afab-48f6-bc2a-12574116c8d1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "acf97070af494cf285414351986af6ea", "name": "tempest-TestServerAdvancedOps-376905953-project", "password_expires_at": null}, "audit_ids": ["_IeizjF_SayilGOQzv9OUA"], "expires_at": "2022-06-05T10:02:39.000000Z", "issued_at": "2022-06-05T09:02:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3d78a2fd6ac47598338fcc451631e7a", "name": "tempest-TestServerAdvancedOps-376905953"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/f3d78a2fd6ac47598338fcc451631e7a", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f3d78a2fd6ac47598338fcc451631e7a", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_f3d78a2fd6ac47598338fcc451631e7a", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/f3d78a2fd6ac47598338fcc451631e7a", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:02:39,638 119935 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'fc34747e-11de-46df-a902-0bef0202ca39', 'name': 'tempest-TestServerAdvancedOps-92301742-network', 'tenant_id': 'f3d78a2fd6ac47598338fcc451631e7a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f3d78a2fd6ac47598338fcc451631e7a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 115, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:02:37Z', 'updated_at': '2022-06-05T09:02:37Z', 'revision_number': 1} available for tenant 2022-06-05 09:02:40,255 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 202 POST http://10.222.0.33/compute/v2.1/servers 0.616s 2022-06-05 09:02:40,255 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerAdvancedOps-server-649345844", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "networks": [{"uuid": "fc34747e-11de-46df-a902-0bef0202ca39"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7', '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-7519a5e1-1a1f-48e4-89bf-f136190e9fe3', 'x-compute-request-id': 'req-7519a5e1-1a1f-48e4-89bf-f136190e9fe3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "BGiRca9ySvHq"}}' 2022-06-05 09:02:40,330 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 200 GET http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 0.071s 2022-06-05 09:02:40,330 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', '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-eb7a654c-c9cc-4185-be19-b9b64d683346', 'x-compute-request-id': 'req-eb7a654c-c9cc-4185-be19-b9b64d683346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7'} Body: b'{"server": {"id": "5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7", "name": "tempest-TestServerAdvancedOps-server-649345844", "status": "BUILD", "tenant_id": "f3d78a2fd6ac47598338fcc451631e7a", "user_id": "acf97070af494cf285414351986af6ea", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:40Z", "updated": "2022-06-05T09:02:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:02:41,441 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 200 GET http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 0.102s 2022-06-05 09:02:41,441 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:41 GMT', 'server': 'Apache/2.4.41 (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-2a727cbc-762f-47cc-8b9d-e20a11016b58', 'x-compute-request-id': 'req-2a727cbc-762f-47cc-8b9d-e20a11016b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7'} Body: b'{"server": {"id": "5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7", "name": "tempest-TestServerAdvancedOps-server-649345844", "status": "ERROR", "tenant_id": "f3d78a2fd6ac47598338fcc451631e7a", "user_id": "acf97070af494cf285414351986af6ea", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:02:40Z", "updated": "2022-06-05T09:02:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:02:40Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:02:41,449 119935 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:02:41,737 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 0.287s 2022-06-05 09:02:41,737 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c37dd9-d169-4f4c-bf9a-2742a578e17b', 'x-compute-request-id': 'req-76c37dd9-d169-4f4c-bf9a-2742a578e17b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7'} Body: b'' 2022-06-05 09:02:41,771 119935 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 404 GET http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 0.033s 2022-06-05 09:02:41,772 119935 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5ceecad9-c333-4164-b2c4-e645f733cb87', 'x-compute-request-id': 'req-5ceecad9-c333-4164-b2c4-e645f733cb87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_advanced_ops.py", line 50, in test_server_sequence_suspend_resume instance_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 5627b3fb-ef08-42e4-bb2a-bb3b5cd78bc7 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:02:40Z', 'message': 'No valid host was found. '}. Server boot request ID: req-7519a5e1-1a1f-48e4-89bf-f136190e9fe3. |
||||||
tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft72.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:51:41,646 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.967s 2022-06-05 08:51:41,646 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-102931071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgzPLW9ivUb9TU8Shr2x9Z0QIGbvommrVyUd7Ud6R4K6N38yVxkPxrV498QnNUr8B+ngQIddIrdeC5AbJbmDbsVtQb08tKvLC7u/i/1z1H1ENgVeEy6UC++x8eMnk5nJg=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '396', '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-08df3c96-477b-400c-a8e3-21aeb0590872', 'x-compute-request-id': 'req-08df3c96-477b-400c-a8e3-21aeb0590872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-102931071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgzPLW9ivUb9TU8Shr2x9Z0QIGbvommrVyUd7Ud6R4K6N38yVxkPxrV498QnNUr8B+ngQIddIrdeC5AbJbmDbsVtQb08tKvLC7u/i/1z1H1ENgVeEy6UC++x8eMnk5nJg==", "fingerprint": "3d:3f:25:b9:18:8d:0d:33:1e:31:04:e1:10:d0:cc:30", "user_id": "3a685a380d3a4a5384ec5ff16c9cdde0"}}' 2022-06-05 08:51:42,342 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.693s 2022-06-05 08:51:42,342 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-973417024", "description": "tempest-secgroup-smoke-973417024 description", "project_id": "a5568b8e340e4e709e57e03ada6cc227"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-33544c4f-d6c6-4d94-9f3c-35772aecafd2', 'date': 'Sun, 05 Jun 2022 08:51:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "name": "tempest-secgroup-smoke-973417024", "stateful": true, "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "description": "tempest-secgroup-smoke-973417024 description", "shared": false, "security_group_rules": [{"id": "4742389f-e8c8-46c1-8d93-ee8288e41aee", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "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": 3702, "description": null, "tags": [], "created_at": "2022-06-05T08:51:42Z", "updated_at": "2022-06-05T08:51:42Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}, {"id": "c7043aed-8845-455a-9882-d58cabc5b8cf", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "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": 3701, "description": null, "tags": [], "created_at": "2022-06-05T08:51:42Z", "updated_at": "2022-06-05T08:51:42Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}], "tags": [], "created_at": "2022-06-05T08:51:41Z", "updated_at": "2022-06-05T08:51:42Z", "revision_number": 1, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:42,877 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.534s 2022-06-05 08:51:42,877 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7866aa6c-76d7-4429-9da9-54c948824e97', 'date': 'Sun, 05 Jun 2022 08:51:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f85fe13-6568-42f7-98ac-fd6c96580496", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:42Z", "updated_at": "2022-06-05T08:51:42Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:43,450 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.572s 2022-06-05 08:51:43,451 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-3887036e-763b-4086-95b6-b7564b4eab9a', 'date': 'Sun, 05 Jun 2022 08:51:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "119c60f6-d5aa-4061-b484-7d7ca9c868b1", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:43Z", "updated_at": "2022-06-05T08:51:43Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:44,466 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.014s 2022-06-05 08:51:44,466 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-74df6c8e-253f-41c4-aab6-f42b036c7bd3', 'date': 'Sun, 05 Jun 2022 08:51:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dda8abdb-6787-4c15-ac41-9ace7c361b16", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:43Z", "updated_at": "2022-06-05T08:51:43Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:44,887 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.420s 2022-06-05 08:51:44,888 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b0ce2388-3d6b-4963-88c2-2834817b802d', 'date': 'Sun, 05 Jun 2022 08:51:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "45ef4856-761b-45c5-94bf-bbb936e89c6c", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:44Z", "updated_at": "2022-06-05T08:51:44Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:45,426 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.538s 2022-06-05 08:51:45,427 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9f634eae-d0c1-45d0-9bde-dc70fdf62091', 'date': 'Sun, 05 Jun 2022 08:51:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c992c021-9122-4257-b237-08821d6fd02b", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:45Z", "updated_at": "2022-06-05T08:51:45Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:45,770 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.343s 2022-06-05 08:51:45,771 119944 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": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "project_id": "a5568b8e340e4e709e57e03ada6cc227", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-94973cd5-15f6-44ce-b6a9-283d1ff3eaaf', 'date': 'Sun, 05 Jun 2022 08:51:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03eb0658-c309-4d2b-90c4-28f76ed75d2b", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "security_group_id": "d823d0a3-f811-4b3f-ae3a-31a2200d4db0", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:45Z", "updated_at": "2022-06-05T08:51:45Z", "revision_number": 0, "project_id": "a5568b8e340e4e709e57e03ada6cc227"}}' 2022-06-05 08:51:45,841 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.064s 2022-06-05 08:51:45,842 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9e1fc749-1882-47d5-ac54-044c0eb5fe0c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3a685a380d3a4a5384ec5ff16c9cdde0", "name": "tempest-TestServerBasicOps-1055752831-project", "password_expires_at": null}, "audit_ids": ["xxe7pupBTKWd3HtRzKQGWA"], "expires_at": "2022-06-05T09:51:45.000000Z", "issued_at": "2022-06-05T08:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5568b8e340e4e709e57e03ada6cc227", "name": "tempest-TestServerBasicOps-1055752831"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/a5568b8e340e4e709e57e03ada6cc227", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/a5568b8e340e4e709e57e03ada6cc227", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_a5568b8e340e4e709e57e03ada6cc227", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/a5568b8e340e4e709e57e03ada6cc227", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:51:45,842 119944 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '285cb973-34ad-4880-b9a0-902cc5e4142b', 'name': 'tempest-TestServerBasicOps-1064794075-network', 'tenant_id': 'a5568b8e340e4e709e57e03ada6cc227', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a5568b8e340e4e709e57e03ada6cc227', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 138, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:51:08Z', 'updated_at': '2022-06-05T08:51:08Z', 'revision_number': 1} available for tenant 2022-06-05 08:51:47,857 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 202 POST http://10.222.0.33/compute/v2.1/servers 2.014s 2022-06-05 08:51:47,857 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerBasicOps-server-933908582", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-102931071", "security_groups": [{"name": "tempest-secgroup-smoke-973417024"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "285cb973-34ad-4880-b9a0-902cc5e4142b"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e', '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-4de4bd03-b14f-4239-bdde-fc58f7c95a9d', 'x-compute-request-id': 'req-4de4bd03-b14f-4239-bdde-fc58f7c95a9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "9ee990b0-598b-4b3a-b23f-e8865142136e", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-973417024"}], "adminPass": "ReZ9F9i4kiSt"}}' 2022-06-05 08:51:48,211 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e 0.351s 2022-06-05 08:51:48,212 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1301', '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-32762876-0746-4fff-882a-5bde8b098c2c', 'x-compute-request-id': 'req-32762876-0746-4fff-882a-5bde8b098c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e'} Body: b'{"server": {"id": "9ee990b0-598b-4b3a-b23f-e8865142136e", "name": "tempest-TestServerBasicOps-server-933908582", "status": "BUILD", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "user_id": "3a685a380d3a4a5384ec5ff16c9cdde0", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:48Z", "updated": "2022-06-05T08:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-102931071", "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": []}}' 2022-06-05 08:51:49,592 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e 0.371s 2022-06-05 08:51:49,593 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', '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-26b20ae4-01f5-49bf-a98a-031e2f9e103b', 'x-compute-request-id': 'req-26b20ae4-01f5-49bf-a98a-031e2f9e103b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e'} Body: b'{"server": {"id": "9ee990b0-598b-4b3a-b23f-e8865142136e", "name": "tempest-TestServerBasicOps-server-933908582", "status": "ERROR", "tenant_id": "a5568b8e340e4e709e57e03ada6cc227", "user_id": "3a685a380d3a4a5384ec5ff16c9cdde0", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:47Z", "updated": "2022-06-05T08:51:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/9ee990b0-598b-4b3a-b23f-e8865142136e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:51:49Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-102931071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:51:49,600 119944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:51:50,261 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 204 DELETE http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e 0.660s 2022-06-05 08:51:50,261 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8aef354-76bd-451a-b4a4-61c8a93c38ad', 'x-compute-request-id': 'req-d8aef354-76bd-451a-b4a4-61c8a93c38ad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e'} Body: b'' 2022-06-05 08:51:50,377 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 404 GET http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e 0.115s 2022-06-05 08:51:50,377 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e22f5f74-c96f-4f55-a115-9583031ee526', 'x-compute-request-id': 'req-e22f5f74-c96f-4f55-a115-9583031ee526', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/9ee990b0-598b-4b3a-b23f-e8865142136e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9ee990b0-598b-4b3a-b23f-e8865142136e could not be found."}}' 2022-06-05 08:51:50,848 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/d823d0a3-f811-4b3f-ae3a-31a2200d4db0 0.466s 2022-06-05 08:51:50,848 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d22aa26d-afe2-4097-8a35-ec87ebecb89c', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:51:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/d823d0a3-f811-4b3f-ae3a-31a2200d4db0'} Body: b'' 2022-06-05 08:51:50,939 119944 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-102931071 0.090s 2022-06-05 08:51:50,939 119944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea38b916-5a80-4246-9330-fbe82b0d0ca4', 'x-compute-request-id': 'req-ea38b916-5a80-4246-9330-fbe82b0d0ca4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-102931071'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_basic_ops.py", line 135, in test_server_basic_ops self.instance = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 9ee990b0-598b-4b3a-b23f-e8865142136e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:51:49Z', 'message': 'No valid host was found. '}. Server boot request ID: req-4de4bd03-b14f-4239-bdde-fc58f7c95a9d. |
||||||
tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 0 | 1 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
fail
ft73.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:51:48,256 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.33/compute/v2.1/os-availability-zone/detail 0.397s 2022-06-05 08:51:48,256 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '612', '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-53e5798b-af30-4699-899d-2c436a97253d', 'x-compute-request-id': 'req-53e5798b-af30-4699-899d-2c436a97253d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-844739-1": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2022-06-05T08:51:39.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2022-06-05T08:51:39.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h2-844739-1": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-06-05T08:51:47.000000"}}, "n-h1-844739-1": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-06-05T08:51:39.000000"}}}}]}' 2022-06-05 08:51:48,514 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.248s 2022-06-05 08:51:48,514 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a1f29bcc-6d4c-4950-91ef-917156a79df7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9eb3f0aa673245f78ea1822afb916f67", "name": "tempest-TestServerMultinode-1353092995-project", "password_expires_at": null}, "audit_ids": ["g_LJpezzTHqzZkC2WOMgsg"], "expires_at": "2022-06-05T09:51:48.000000Z", "issued_at": "2022-06-05T08:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "306da9358fc94888904c781fa7ad7e89", "name": "tempest-TestServerMultinode-1353092995"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/306da9358fc94888904c781fa7ad7e89", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/306da9358fc94888904c781fa7ad7e89", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_306da9358fc94888904c781fa7ad7e89", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/306da9358fc94888904c781fa7ad7e89", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:51:48,515 119945 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': '09ca849f-b75a-43fc-9642-4b95954bf89a', 'name': 'tempest-TestServerMultinode-1208795751-network', 'tenant_id': '306da9358fc94888904c781fa7ad7e89', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '306da9358fc94888904c781fa7ad7e89', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 111, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:51:13Z', 'updated_at': '2022-06-05T08:51:13Z', 'revision_number': 1} available for tenant 2022-06-05 08:51:49,990 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 202 POST http://10.222.0.33/compute/v2.1/servers 1.474s 2022-06-05 08:51:49,991 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerMultinode-server-1154404124", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "availability_zone": "nova:n-h2-844739-1", "networks": [{"uuid": "09ca849f-b75a-43fc-9642-4b95954bf89a"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86', '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-8ebc9a21-f152-4f83-9aee-0fc5c3cfeda5', 'x-compute-request-id': 'req-8ebc9a21-f152-4f83-9aee-0fc5c3cfeda5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "2b6c9900-1fc7-4106-a85a-7eaa5b234b86", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "C8qnG8pukmUr"}}' 2022-06-05 08:51:50,172 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86 0.178s 2022-06-05 08:51:50,172 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1329', '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-87a56dfb-b47a-4a15-b897-755c205dadd1', 'x-compute-request-id': 'req-87a56dfb-b47a-4a15-b897-755c205dadd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86'} Body: b'{"server": {"id": "2b6c9900-1fc7-4106-a85a-7eaa5b234b86", "name": "tempest-TestServerMultinode-server-1154404124", "status": "BUILD", "tenant_id": "2305627537424751b6dfc00f15e32090", "user_id": "f96f998946844ba7b0abe675d73fd58b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:50Z", "updated": "2022-06-05T08:51:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:51:51,861 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86 0.681s 2022-06-05 08:51:51,862 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '3128', '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-6f32e9ac-6924-4a54-9908-33bf148a313e', 'x-compute-request-id': 'req-6f32e9ac-6924-4a54-9908-33bf148a313e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86'} Body: b'{"server": {"id": "2b6c9900-1fc7-4106-a85a-7eaa5b234b86", "name": "tempest-TestServerMultinode-server-1154404124", "status": "ERROR", "tenant_id": "2305627537424751b6dfc00f15e32090", "user_id": "f96f998946844ba7b0abe675d73fd58b", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:49Z", "updated": "2022-06-05T08:51:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:51:51Z", "message": "No valid host was found. ", "details": "Traceback (most recent call last):\\n File \\"/opt/stack/nova/nova/conductor/manager.py\\", line 1548, in schedule_and_build_instances\\n host_lists = self._schedule_instances(context, request_specs[0],\\n File \\"/opt/stack/nova/nova/conductor/manager.py\\", line 908, in _schedule_instances\\n host_lists = self.query_client.select_destinations(\\n File \\"/opt/stack/nova/nova/scheduler/client/query.py\\", line 41, in select_destinations\\n return self.scheduler_rpcapi.select_destinations(context, spec_obj,\\n File \\"/opt/stack/nova/nova/scheduler/rpcapi.py\\", line 160, in select_destinations\\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\\n File \\"/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/client.py\\", line 189, in call\\n result = self.transport._send(\\n File \\"/usr/local/lib/python3.8/dist-packages/oslo_messaging/transport.py\\", line 123, in _send\\n return self._driver.send(target, ctxt, message,\\n File \\"/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py\\", line 689, in send\\n return self._send(target, ctxt, message, wait_for_reply, timeout,\\n File \\"/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py\\", line 681, in _send\\n raise result\\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \\nTraceback (most recent call last):\\n\\n File \\"/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/server.py\\", line 241, in inner\\n return func(*args, **kwargs)\\n\\n File \\"/opt/stack/nova/nova/scheduler/manager.py\\", line 209, in select_destinations\\n raise exception.NoValidHost(reason=\\"\\")\\n\\nnova.exception.NoValidHost: No valid host was found. \\n\\n"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-0000004d", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:51:51,870 119945 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:51:53,878 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 204 DELETE http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86 2.008s 2022-06-05 08:51:53,879 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba4d2ffe-0dfc-4703-ac91-f38081cbadb7', 'x-compute-request-id': 'req-ba4d2ffe-0dfc-4703-ac91-f38081cbadb7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86'} Body: b'' 2022-06-05 08:51:54,027 119945 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 404 GET http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86 0.148s 2022-06-05 08:51:54,028 119945 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c85458c5-103b-4da4-b6ef-372079fc32f4', 'x-compute-request-id': 'req-c85458c5-103b-4da4-b6ef-372079fc32f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/2b6c9900-1fc7-4106-a85a-7eaa5b234b86'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2b6c9900-1fc7-4106-a85a-7eaa5b234b86 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_multinode.py", line 69, in test_schedule_to_all_nodes inst = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 2b6c9900-1fc7-4106-a85a-7eaa5b234b86 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:51:51Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/opt/stack/nova/nova/conductor/manager.py", line 1548, in schedule_and_build_instances\n host_lists = self._schedule_instances(context, request_specs[0],\n File "/opt/stack/nova/nova/conductor/manager.py", line 908, in _schedule_instances\n host_lists = self.query_client.select_destinations(\n File "/opt/stack/nova/nova/scheduler/client/query.py", line 41, in select_destinations\n return self.scheduler_rpcapi.select_destinations(context, spec_obj,\n File "/opt/stack/nova/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/client.py", line 189, in call\n result = self.transport._send(\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/transport.py", line 123, in _send\n return self._driver.send(target, ctxt, message,\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 689, in send\n return self._send(target, ctxt, message, wait_for_reply, timeout,\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/opt/stack/nova/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}. Server boot request ID: req-8ebc9a21-f152-4f83-9aee-0fc5c3cfeda5. |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 0 | 2 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
fail
ft74.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:05:46,847 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.243s 2022-06-05 09:05:46,848 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-226375746", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFWIBrd0SUAt4Wz/dQZhkf+TJqcnE/9TnCvCmkrpK6UbC2HCXVzZ4bnL8FUPgqMoIcHcn+eW3mylumxUG047J5AzB3JyhqrOOHQANOUc0hHzojcCJim06hZXMQjz6ZUtvQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '396', '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-1d663ac8-5c06-4ded-af31-fc67596b2f66', 'x-compute-request-id': 'req-1d663ac8-5c06-4ded-af31-fc67596b2f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-226375746", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFWIBrd0SUAt4Wz/dQZhkf+TJqcnE/9TnCvCmkrpK6UbC2HCXVzZ4bnL8FUPgqMoIcHcn+eW3mylumxUG047J5AzB3JyhqrOOHQANOUc0hHzojcCJim06hZXMQjz6ZUtvQ==", "fingerprint": "ba:49:2a:b5:f3:71:c8:e2:76:14:06:86:54:60:f6:7c", "user_id": "317fbc5ba549493b970b7157b6eb3220"}}' 2022-06-05 09:05:46,997 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.147s 2022-06-05 09:05:46,997 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1600076704", "description": "tempest-secgroup-smoke-1600076704 description", "project_id": "7e6813e79bb74450b222595966fdde27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-442af2da-a828-47cb-96ee-c49e7a1c4960', 'date': 'Sun, 05 Jun 2022 09:05:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "70fd20e6-18da-497a-90b0-c4693a746e95", "name": "tempest-secgroup-smoke-1600076704", "stateful": true, "tenant_id": "7e6813e79bb74450b222595966fdde27", "description": "tempest-secgroup-smoke-1600076704 description", "shared": false, "security_group_rules": [{"id": "2e71c49b-7a44-4c9a-9eed-95e3ffe03f4e", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "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": 4221, "description": null, "tags": [], "created_at": "2022-06-05T09:05:46Z", "updated_at": "2022-06-05T09:05:46Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}, {"id": "4aaaa620-7eac-4470-b422-bec2c2c6c935", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "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": 4222, "description": null, "tags": [], "created_at": "2022-06-05T09:05:46Z", "updated_at": "2022-06-05T09:05:46Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}], "tags": [], "created_at": "2022-06-05T09:05:46Z", "updated_at": "2022-06-05T09:05:46Z", "revision_number": 1, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,162 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.163s 2022-06-05 09:05:47,162 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f4644333-f545-4383-86e8-1c2d276bdd23', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6bdb94fc-370f-411a-b04e-c8a50b6fa41d", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,334 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.172s 2022-06-05 09:05:47,335 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4e4957bf-f2f7-47b2-87e9-c9688aba537e', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecd25a10-cd34-4fe7-b822-9140b0c60f7d", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,489 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.154s 2022-06-05 09:05:47,490 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-66a5cb3f-48ea-4b13-8f98-960c5c2eb115', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "84204695-4e32-4c8d-a0f3-83d3962f22ff", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,631 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.141s 2022-06-05 09:05:47,632 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9a5cef33-7f2c-45d6-9472-ecde315d891b', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e03af7c-972d-419d-a180-959057f6f8c7", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,773 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.140s 2022-06-05 09:05:47,773 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cae8a508-4097-42a5-b839-b8158534e36c', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1e80d8d-1466-4a92-901d-49b098a629b3", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,902 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.128s 2022-06-05 09:05:47,902 168724 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": "70fd20e6-18da-497a-90b0-c4693a746e95", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6d1fb366-8d61-4a29-b0af-b86e9ffe1a34', 'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b0ecfc9e-6554-4d3d-97d8-841e20fabd9e", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "70fd20e6-18da-497a-90b0-c4693a746e95", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:47Z", "updated_at": "2022-06-05T09:05:47Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:47,941 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.031s 2022-06-05 09:05:47,941 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-22e48871-945d-4767-8a54-6bd42b0113e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "317fbc5ba549493b970b7157b6eb3220", "name": "tempest-TestShelveInstance-111521027-project", "password_expires_at": null}, "audit_ids": ["cPMMlrGdSQGXWwikmeXi8w"], "expires_at": "2022-06-05T10:05:47.000000Z", "issued_at": "2022-06-05T09:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e6813e79bb74450b222595966fdde27", "name": "tempest-TestShelveInstance-111521027"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:05:47,942 168724 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': '47d47a2f-3cb0-44c9-b0ee-2553d947456d', 'name': 'tempest-TestShelveInstance-2079845417-network', 'tenant_id': '7e6813e79bb74450b222595966fdde27', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e6813e79bb74450b222595966fdde27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 138, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:05:37Z', 'updated_at': '2022-06-05T09:05:37Z', 'revision_number': 1} available for tenant 2022-06-05 09:05:48,653 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 202 POST http://10.222.0.33/compute/v2.1/servers 0.710s 2022-06-05 09:05:48,653 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-1542561675", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-226375746", "security_groups": [{"name": "tempest-secgroup-smoke-1600076704"}], "networks": [{"uuid": "47d47a2f-3cb0-44c9-b0ee-2553d947456d"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1', '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-44c318e6-2ed5-4cae-bcb1-77b5a217f154', 'x-compute-request-id': 'req-44c318e6-2ed5-4cae-bcb1-77b5a217f154', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "fcde2cbd-453e-4c4c-9d05-140f1cd00ac1", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1600076704"}], "adminPass": "dRWaW9C6Wxev"}}' 2022-06-05 09:05:48,741 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 0.086s 2022-06-05 09:05:48,742 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', '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-ac81b7d4-1125-42ea-9401-d1e301e0035d', 'x-compute-request-id': 'req-ac81b7d4-1125-42ea-9401-d1e301e0035d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1'} Body: b'{"server": {"id": "fcde2cbd-453e-4c4c-9d05-140f1cd00ac1", "name": "tempest-TestShelveInstance-server-1542561675", "status": "BUILD", "tenant_id": "7e6813e79bb74450b222595966fdde27", "user_id": "317fbc5ba549493b970b7157b6eb3220", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:49Z", "updated": "2022-06-05T09:05:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-226375746", "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": []}}' 2022-06-05 09:05:49,850 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 0.099s 2022-06-05 09:05:49,850 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', '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-0a46373c-0306-4e34-aad0-5ed735f7ab63', 'x-compute-request-id': 'req-0a46373c-0306-4e34-aad0-5ed735f7ab63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1'} Body: b'{"server": {"id": "fcde2cbd-453e-4c4c-9d05-140f1cd00ac1", "name": "tempest-TestShelveInstance-server-1542561675", "status": "ERROR", "tenant_id": "7e6813e79bb74450b222595966fdde27", "user_id": "317fbc5ba549493b970b7157b6eb3220", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:05:48Z", "updated": "2022-06-05T09:05:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:05:49Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-226375746", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:05:49,858 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:05:50,279 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 204 DELETE http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 0.420s 2022-06-05 09:05:50,279 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e1cf555-a505-4a1d-94fa-dd13acc41193', 'x-compute-request-id': 'req-2e1cf555-a505-4a1d-94fa-dd13acc41193', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1'} Body: b'' 2022-06-05 09:05:50,314 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 404 GET http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 0.034s 2022-06-05 09:05:50,314 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ab7a51e2-96ba-47ae-b274-3e944dfb7b86', 'x-compute-request-id': 'req-ab7a51e2-96ba-47ae-b274-3e944dfb7b86', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/fcde2cbd-453e-4c4c-9d05-140f1cd00ac1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 could not be found."}}' 2022-06-05 09:05:50,485 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/70fd20e6-18da-497a-90b0-c4693a746e95 0.167s 2022-06-05 09:05:50,486 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-b768c0dc-a890-4f91-a3c5-25a8d6d20ec8', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/70fd20e6-18da-497a-90b0-c4693a746e95'} Body: b'' 2022-06-05 09:05:50,521 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestShelveInstance-226375746 0.035s 2022-06-05 09:05:50,522 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e69a8f0-063c-4330-99b0-427cb9098864', 'x-compute-request-id': 'req-2e69a8f0-063c-4330-99b0-427cb9098864', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestShelveInstance-226375746'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 112, in test_shelve_instance self._create_server_then_shelve_and_unshelve() File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fcde2cbd-453e-4c4c-9d05-140f1cd00ac1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:05:49Z', 'message': 'No valid host was found. '}. Server boot request ID: req-44c318e6-2ed5-4cae-bcb1-77b5a217f154. |
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft74.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:05:50,589 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.061s 2022-06-05 09:05:50,590 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1714394284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+qia13pJ6YM07k8/krhJH6B7dpC8mYzFyFXRvaOjOniBHgIhyMzaWMEgL2g/eG8jGjhLSpl/FID1fUEVq8vk1KMELeNMVkg5MpqrWxtnIMHIgGsKzrIo/98HpN1x8oMg=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', '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-2a2e5b9b-e679-43e6-9e00-885c256b1083', 'x-compute-request-id': 'req-2a2e5b9b-e679-43e6-9e00-885c256b1083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1714394284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+qia13pJ6YM07k8/krhJH6B7dpC8mYzFyFXRvaOjOniBHgIhyMzaWMEgL2g/eG8jGjhLSpl/FID1fUEVq8vk1KMELeNMVkg5MpqrWxtnIMHIgGsKzrIo/98HpN1x8oMg==", "fingerprint": "0b:c5:13:dd:7f:99:ab:8f:e8:f0:32:5c:15:4a:1e:56", "user_id": "317fbc5ba549493b970b7157b6eb3220"}}' 2022-06-05 09:05:50,756 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.164s 2022-06-05 09:05:50,757 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-350374926", "description": "tempest-secgroup-smoke-350374926 description", "project_id": "7e6813e79bb74450b222595966fdde27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-10267bda-ef5e-49f5-98d9-d43c63567b7d', 'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "name": "tempest-secgroup-smoke-350374926", "stateful": true, "tenant_id": "7e6813e79bb74450b222595966fdde27", "description": "tempest-secgroup-smoke-350374926 description", "shared": false, "security_group_rules": [{"id": "526bde30-98b2-4e66-8eb9-3a5af770b5ad", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "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": 4230, "description": null, "tags": [], "created_at": "2022-06-05T09:05:50Z", "updated_at": "2022-06-05T09:05:50Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}, {"id": "93a45ea3-39e3-4318-970e-1b63bcf81e1e", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "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": 4231, "description": null, "tags": [], "created_at": "2022-06-05T09:05:50Z", "updated_at": "2022-06-05T09:05:50Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}], "tags": [], "created_at": "2022-06-05T09:05:50Z", "updated_at": "2022-06-05T09:05:50Z", "revision_number": 1, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:50,959 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.201s 2022-06-05 09:05:50,960 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-87d7afe0-ebc0-4a65-88a9-1d7b66156208', 'date': 'Sun, 05 Jun 2022 09:05:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b83df0a0-6799-4aa5-8cf4-d6e2a3b940f3", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:50Z", "updated_at": "2022-06-05T09:05:50Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,127 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.166s 2022-06-05 09:05:51,127 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-6e07c97f-f97c-4bb2-823d-9fdbc9685ed7', 'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79d86c0f-2346-486f-bd9d-2e121cf2ab18", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:51Z", "updated_at": "2022-06-05T09:05:51Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,280 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.152s 2022-06-05 09:05:51,280 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3d9ad58e-2280-491c-afb1-1e1043253ec1', 'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "61f16a58-25a5-4ba5-967f-870301685ff2", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:51Z", "updated_at": "2022-06-05T09:05:51Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,442 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.161s 2022-06-05 09:05:51,443 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-364abd83-917d-44d9-b0b2-b07b38bd7009', 'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0e061d54-923f-4d36-a829-ddec2583286d", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:51Z", "updated_at": "2022-06-05T09:05:51Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,592 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.148s 2022-06-05 09:05:51,593 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-70229766-c8ba-48b4-9990-e69b509a8fae', 'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30a3a8bf-43c2-4b2e-95e0-285557ce795a", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:51Z", "updated_at": "2022-06-05T09:05:51Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,735 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.142s 2022-06-05 09:05:51,736 168724 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": "ac459a85-b1c1-4709-b2be-0daa6263a621", "project_id": "7e6813e79bb74450b222595966fdde27", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ff9137ec-afad-4c53-9ed1-d1e452d44536', 'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "51c03945-ab5c-4843-b688-e5a6b3e8a193", "tenant_id": "7e6813e79bb74450b222595966fdde27", "security_group_id": "ac459a85-b1c1-4709-b2be-0daa6263a621", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:05:51Z", "updated_at": "2022-06-05T09:05:51Z", "revision_number": 0, "project_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:51,774 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.032s 2022-06-05 09:05:51,774 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7e842162-e7ed-4e5f-abc5-2b224448f147', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "317fbc5ba549493b970b7157b6eb3220", "name": "tempest-TestShelveInstance-111521027-project", "password_expires_at": null}, "audit_ids": ["iFe_oif4Rsqkzo0uAdbP6Q"], "expires_at": "2022-06-05T10:05:51.000000Z", "issued_at": "2022-06-05T09:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e6813e79bb74450b222595966fdde27", "name": "tempest-TestShelveInstance-111521027"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:05:51,775 168724 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '47d47a2f-3cb0-44c9-b0ee-2553d947456d', 'name': 'tempest-TestShelveInstance-2079845417-network', 'tenant_id': '7e6813e79bb74450b222595966fdde27', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e6813e79bb74450b222595966fdde27', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 138, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:05:37Z', 'updated_at': '2022-06-05T09:05:37Z', 'revision_number': 1} available for tenant 2022-06-05 09:05:52,144 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes 0.368s 2022-06-05 09:05:52,145 168724 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-97613490", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f414db7b-5361-42ab-9359-6ea70e38a57c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f414db7b-5361-42ab-9359-6ea70e38a57c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.074122", "updated_at": null, "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 09:05:52,193 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:05:52,194 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010e8740-be92-4c5e-ad58-5d32c77ed4ad', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010e8740-be92-4c5e-ad58-5d32c77ed4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:53,247 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.044s 2022-06-05 09:05:53,247 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da28ca14-1c8a-4794-a20b-248234985a1b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da28ca14-1c8a-4794-a20b-248234985a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:54,297 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:05:54,298 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef41735-cbf9-4d06-a5f5-8c8ea521836e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef41735-cbf9-4d06-a5f5-8c8ea521836e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:55,365 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.060s 2022-06-05 09:05:55,366 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4892c2-8b8e-4502-995f-f9022e63059f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4892c2-8b8e-4502-995f-f9022e63059f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:56,417 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:05:56,417 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f33bc8-8e76-4602-af05-f8909295a63f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f33bc8-8e76-4602-af05-f8909295a63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:57,466 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.041s 2022-06-05 09:05:57,467 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69be2a48-88ed-427f-87df-4813283d84ac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69be2a48-88ed-427f-87df-4813283d84ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:58,516 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:05:58,517 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a4d2c34-4ea9-497f-836c-aa8bdde2ce1d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a4d2c34-4ea9-497f-836c-aa8bdde2ce1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:05:59,567 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:05:59,567 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a285657f-bd34-406d-a1f2-bffa32174d54', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a285657f-bd34-406d-a1f2-bffa32174d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:00,624 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.049s 2022-06-05 09:06:00,624 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5ce3b1-18ea-4db2-8bba-52e90922ab35', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5ce3b1-18ea-4db2-8bba-52e90922ab35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:01,696 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.064s 2022-06-05 09:06:01,697 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c79790-4998-4058-9a6e-e6ea779db692', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c79790-4998-4058-9a6e-e6ea779db692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:02,743 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.039s 2022-06-05 09:06:02,743 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094f3f7b-695e-4040-b11e-4903428967dd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094f3f7b-695e-4040-b11e-4903428967dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:03,792 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.041s 2022-06-05 09:06:03,793 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ecd04f6-af7f-47cd-b209-36fa8107497f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ecd04f6-af7f-47cd-b209-36fa8107497f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:05:52.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:04,842 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.042s 2022-06-05 09:06:04,843 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f238a55-14d9-48fd-ba70-36b43b7e8134', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f238a55-14d9-48fd-ba70-36b43b7e8134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:05,896 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.044s 2022-06-05 09:06:05,896 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f000ae-4758-4d10-a49e-b19434c3b83d', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f000ae-4758-4d10-a49e-b19434c3b83d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:06,943 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.039s 2022-06-05 09:06:06,944 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b54d8410-e70f-4f2f-842c-b5837a88d995', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b54d8410-e70f-4f2f-842c-b5837a88d995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:07,991 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.039s 2022-06-05 09:06:07,991 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6721b3-e1ca-44bd-821a-7f2495e92bc8', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6721b3-e1ca-44bd-821a-7f2495e92bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:09,041 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.041s 2022-06-05 09:06:09,041 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd4c49b7-b91f-44f7-97ab-c746568e4eb7', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd4c49b7-b91f-44f7-97ab-c746568e4eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:10,101 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.051s 2022-06-05 09:06:10,102 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a52617ad-667a-4ad8-8c7e-4a5ff0162869', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a52617ad-667a-4ad8-8c7e-4a5ff0162869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:11,157 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.046s 2022-06-05 09:06:11,157 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7711e2f-b60f-4d9f-8efe-99c0de43cf97', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7711e2f-b60f-4d9f-8efe-99c0de43cf97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:05.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:12,206 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493 0.040s 2022-06-05 09:06:12,206 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2466b33c-3a81-4c2c-a32c-fd35f7502c54', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2466b33c-3a81-4c2c-a32c-fd35f7502c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493'} Body: b'{"volume": {"id": "9d793166-89a6-4dc6-a855-6ddd968bf493", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T09:05:52.000000", "updated_at": "2022-06-05T09:06:11.000000", "name": "tempest-tempest.common.compute-volume-97613490", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/7e6813e79bb74450b222595966fdde27/volumes/9d793166-89a6-4dc6-a855-6ddd968bf493"}], "user_id": "317fbc5ba549493b970b7157b6eb3220", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7e6813e79bb74450b222595966fdde27"}}' 2022-06-05 09:06:12,213 168724 INFO [tempest.common.waiters] volume 9d793166-89a6-4dc6-a855-6ddd968bf493 reached available after waiting for 20.213145 seconds 2022-06-05 09:06:12,972 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.33/compute/v2.1/servers 0.759s 2022-06-05 09:06:12,973 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-331519524", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1714394284", "security_groups": [{"name": "tempest-secgroup-smoke-350374926"}], "networks": [{"uuid": "47d47a2f-3cb0-44c9-b0ee-2553d947456d"}], "block_device_mapping_v2": [{"uuid": "9d793166-89a6-4dc6-a855-6ddd968bf493", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed', '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-adffe55c-96a6-463a-90ac-90574dc77ad2', 'x-compute-request-id': 'req-adffe55c-96a6-463a-90ac-90574dc77ad2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "788b67c7-0e6c-4ade-ab94-f3c88fea98ed", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-350374926"}], "adminPass": "Ljk3nJ5gc5Xz"}}' 2022-06-05 09:06:13,063 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed 0.088s 2022-06-05 09:06:13,064 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1088', '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-9d74c71d-d686-4f27-b6c3-b0835877cbb2', 'x-compute-request-id': 'req-9d74c71d-d686-4f27-b6c3-b0835877cbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed'} Body: b'{"server": {"id": "788b67c7-0e6c-4ade-ab94-f3c88fea98ed", "name": "tempest-TestShelveInstance-server-331519524", "status": "BUILD", "tenant_id": "7e6813e79bb74450b222595966fdde27", "user_id": "317fbc5ba549493b970b7157b6eb3220", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:06:13Z", "updated": "2022-06-05T09:06:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1714394284", "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": []}}' 2022-06-05 09:06:14,170 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed 0.096s 2022-06-05 09:06:14,171 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1207', '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-19956933-e2ba-49f1-adef-4fb4c5587ac5', 'x-compute-request-id': 'req-19956933-e2ba-49f1-adef-4fb4c5587ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed'} Body: b'{"server": {"id": "788b67c7-0e6c-4ade-ab94-f3c88fea98ed", "name": "tempest-TestShelveInstance-server-331519524", "status": "ERROR", "tenant_id": "7e6813e79bb74450b222595966fdde27", "user_id": "317fbc5ba549493b970b7157b6eb3220", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:06:12Z", "updated": "2022-06-05T09:06:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:06:13Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1714394284", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "9d793166-89a6-4dc6-a855-6ddd968bf493"}]}}' 2022-06-05 09:06:14,178 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:06:14,649 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 204 DELETE http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed 0.471s 2022-06-05 09:06:14,649 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6413c5a-0431-4488-8f58-6001326c3400', 'x-compute-request-id': 'req-f6413c5a-0431-4488-8f58-6001326c3400', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed'} Body: b'' 2022-06-05 09:06:14,686 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed 0.036s 2022-06-05 09:06:14,686 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d87242bf-f1f3-4180-8335-b91c6872e92f', 'x-compute-request-id': 'req-d87242bf-f1f3-4180-8335-b91c6872e92f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/788b67c7-0e6c-4ade-ab94-f3c88fea98ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 788b67c7-0e6c-4ade-ab94-f3c88fea98ed could not be found."}}' 2022-06-05 09:06:14,846 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/ac459a85-b1c1-4709-b2be-0daa6263a621 0.158s 2022-06-05 09:06:14,846 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-33a2baf8-6a37-4aef-b1b7-8831dc0bc5cb', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:06:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/ac459a85-b1c1-4709-b2be-0daa6263a621'} Body: b'' 2022-06-05 09:06:14,878 168724 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1714394284 0.032s 2022-06-05 09:06:14,879 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20d127e5-a991-454d-8f8b-fe25981a9395', 'x-compute-request-id': 'req-20d127e5-a991-454d-8f8b-fe25981a9395', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1714394284'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 788b67c7-0e6c-4ade-ab94-f3c88fea98ed failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:06:13Z', 'message': 'No valid host was found. '}. Server boot request ID: req-adffe55c-96a6-463a-90ac-90574dc77ad2. |
||||||
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
fail
ft75.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 09:06:32,716 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.236s 2022-06-05 09:06:32,717 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-700235681", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQAqHVBvj9DpBN1SDexwFTfRyURCFuCVQf8+7S7ggG1a5YKMqL6N7QEJ1LMFxSJJqcigeqOMveszD9ciBZ+6iv5Fe40jVi5XcaLSN52sjLeOoFfs5FzNCIMoo1/KGWXag=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', '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-59dd621d-9f35-43ae-b01f-e071b71dde89', 'x-compute-request-id': 'req-59dd621d-9f35-43ae-b01f-e071b71dde89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-700235681", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQAqHVBvj9DpBN1SDexwFTfRyURCFuCVQf8+7S7ggG1a5YKMqL6N7QEJ1LMFxSJJqcigeqOMveszD9ciBZ+6iv5Fe40jVi5XcaLSN52sjLeOoFfs5FzNCIMoo1/KGWXag==", "fingerprint": "17:41:02:a9:59:80:0a:ec:5a:c0:4c:20:10:f6:b1:5e", "user_id": "b71b929b55ff4a529d6cc7696c10b6c3"}}' 2022-06-05 09:06:32,868 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.149s 2022-06-05 09:06:32,869 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1672046944", "description": "tempest-secgroup-smoke-1672046944 description", "project_id": "44b8a44120a248a2acf0de71ded83a7d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-9e41d38b-e4c4-42e5-941a-70b9ea2d74a0', 'date': 'Sun, 05 Jun 2022 09:06:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "name": "tempest-secgroup-smoke-1672046944", "stateful": true, "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "description": "tempest-secgroup-smoke-1672046944 description", "shared": false, "security_group_rules": [{"id": "79f0a7bb-ab29-483c-b5e8-5ff77f01257d", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "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": 4264, "description": null, "tags": [], "created_at": "2022-06-05T09:06:32Z", "updated_at": "2022-06-05T09:06:32Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}, {"id": "ecee71a4-6f68-4e4c-8e1c-a511643f0914", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "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": 4263, "description": null, "tags": [], "created_at": "2022-06-05T09:06:32Z", "updated_at": "2022-06-05T09:06:32Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}], "tags": [], "created_at": "2022-06-05T09:06:32Z", "updated_at": "2022-06-05T09:06:32Z", "revision_number": 1, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,011 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.142s 2022-06-05 09:06:33,012 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-49eb129f-f0c1-4761-9572-2a895ee626b5', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3f56dad-f70b-419b-b7b2-d44bb8d20375", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:32Z", "updated_at": "2022-06-05T09:06:32Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,184 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.172s 2022-06-05 09:06:33,185 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-26494ffc-635c-4d5e-82fe-929a42c0611c', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06a40185-95af-4201-b1ac-ffb7546b18d4", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:33Z", "updated_at": "2022-06-05T09:06:33Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,343 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.157s 2022-06-05 09:06:33,343 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d6cd5709-b8f1-4a87-8f0a-e577494265c4', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d6568bc-cf43-4f9f-ac01-5a0b887c47f7", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:33Z", "updated_at": "2022-06-05T09:06:33Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,487 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.143s 2022-06-05 09:06:33,487 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ebd74e6e-b49e-4c37-be9d-0fd57ca77445', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "838444ed-a98e-4b4a-9d0c-0ff9d6430576", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:33Z", "updated_at": "2022-06-05T09:06:33Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,621 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.133s 2022-06-05 09:06:33,621 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a89c50c6-7b77-463a-926b-c2599a8a36b0', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "72ab04aa-1217-4ee1-bc36-33314a5c9122", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:33Z", "updated_at": "2022-06-05T09:06:33Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,775 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.153s 2022-06-05 09:06:33,775 168724 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": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "project_id": "44b8a44120a248a2acf0de71ded83a7d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4540431b-f955-4667-9b1d-3deeb6d50108', 'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3351546f-630e-4ec5-814f-701188aa0ffb", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "security_group_id": "fa2878e8-a260-4360-8b7e-08f2a0722fd1", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T09:06:33Z", "updated_at": "2022-06-05T09:06:33Z", "revision_number": 0, "project_id": "44b8a44120a248a2acf0de71ded83a7d"}}' 2022-06-05 09:06:33,815 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.033s 2022-06-05 09:06:33,816 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ac47d8aa-bb6f-4db9-b8de-f9fabfc54abf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71b929b55ff4a529d6cc7696c10b6c3", "name": "tempest-TestSnapshotPattern-142185867-project", "password_expires_at": null}, "audit_ids": ["YUWLb7vxRWCk4xVcJ5p5OA"], "expires_at": "2022-06-05T10:06:33.000000Z", "issued_at": "2022-06-05T09:06:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44b8a44120a248a2acf0de71ded83a7d", "name": "tempest-TestSnapshotPattern-142185867"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/44b8a44120a248a2acf0de71ded83a7d", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/44b8a44120a248a2acf0de71ded83a7d", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_44b8a44120a248a2acf0de71ded83a7d", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/44b8a44120a248a2acf0de71ded83a7d", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 09:06:33,816 168724 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': 'ede9e256-7f6c-4c0e-b15a-21a2aacda5ef', 'name': 'tempest-TestSnapshotPattern-143631711-network', 'tenant_id': '44b8a44120a248a2acf0de71ded83a7d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44b8a44120a248a2acf0de71ded83a7d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 149, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T09:06:23Z', 'updated_at': '2022-06-05T09:06:23Z', 'revision_number': 1} available for tenant 2022-06-05 09:06:34,434 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 202 POST http://10.222.0.33/compute/v2.1/servers 0.617s 2022-06-05 09:06:34,434 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestSnapshotPattern-server-639233861", "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-700235681", "security_groups": [{"name": "tempest-secgroup-smoke-1672046944"}], "networks": [{"uuid": "ede9e256-7f6c-4c0e-b15a-21a2aacda5ef"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf', '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-b49a1761-46c3-4719-850e-70306d633a94', 'x-compute-request-id': 'req-b49a1761-46c3-4719-850e-70306d633a94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "bc838be0-6bf8-41b3-be9a-20b577651fdf", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1672046944"}], "adminPass": "ed4pW5SMzsfw"}}' 2022-06-05 09:06:34,509 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 GET http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf 0.072s 2022-06-05 09:06:34,509 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1247', '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-4e5fd498-0ea9-4ada-8312-55795ca36bd0', 'x-compute-request-id': 'req-4e5fd498-0ea9-4ada-8312-55795ca36bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf'} Body: b'{"server": {"id": "bc838be0-6bf8-41b3-be9a-20b577651fdf", "name": "tempest-TestSnapshotPattern-server-639233861", "status": "BUILD", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "user_id": "b71b929b55ff4a529d6cc7696c10b6c3", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:06:34Z", "updated": "2022-06-05T09:06:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSnapshotPattern-700235681", "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": []}}' 2022-06-05 09:06:35,652 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 GET http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf 0.135s 2022-06-05 09:06:35,653 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1320', '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-83c66f3b-5965-4a6a-bbd9-c99e7091294f', 'x-compute-request-id': 'req-83c66f3b-5965-4a6a-bbd9-c99e7091294f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf'} Body: b'{"server": {"id": "bc838be0-6bf8-41b3-be9a-20b577651fdf", "name": "tempest-TestSnapshotPattern-server-639233861", "status": "ERROR", "tenant_id": "44b8a44120a248a2acf0de71ded83a7d", "user_id": "b71b929b55ff4a529d6cc7696c10b6c3", "metadata": {}, "hostId": "", "image": {"id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/images/1241bde3-ef1f-41a5-b0fa-6f409216229a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T09:06:34Z", "updated": "2022-06-05T09:06:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T09:06:35Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSnapshotPattern-700235681", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 09:06:35,660 168724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 09:06:35,999 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 204 DELETE http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf 0.338s 2022-06-05 09:06:35,999 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff8f705f-1dfb-4d3b-a51b-49d82166dd52', 'x-compute-request-id': 'req-ff8f705f-1dfb-4d3b-a51b-49d82166dd52', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf'} Body: b'' 2022-06-05 09:06:36,047 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 404 GET http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf 0.047s 2022-06-05 09:06:36,047 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5a74e43e-5eba-40d4-882d-506cb4276dc8', 'x-compute-request-id': 'req-5a74e43e-5eba-40d4-882d-506cb4276dc8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/bc838be0-6bf8-41b3-be9a-20b577651fdf'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bc838be0-6bf8-41b3-be9a-20b577651fdf could not be found."}}' 2022-06-05 09:06:36,246 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/fa2878e8-a260-4360-8b7e-08f2a0722fd1 0.191s 2022-06-05 09:06:36,246 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-06e167b2-8595-4ee1-ac0f-d66eb5d959cc', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 09:06:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/fa2878e8-a260-4360-8b7e-08f2a0722fd1'} Body: b'' 2022-06-05 09:06:36,305 168724 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-700235681 0.058s 2022-06-05 09:06:36,306 168724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 09:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c9ef4b2-6325-47a9-add2-25c49486fa26', 'x-compute-request-id': 'req-3c9ef4b2-6325-47a9-add2-25c49486fa26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-700235681'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_snapshot_pattern.py", line 56, in test_snapshot_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server bc838be0-6bf8-41b3-be9a-20b577651fdf failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T09:06:35Z', 'message': 'No valid host was found. '}. Server boot request ID: req-b49a1761-46c3-4719-850e-70306d633a94. |
||||||
tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
fail
ft76.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:44:42,385 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a 0.398s 2022-06-05 08:44:42,386 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-78c7bb58-67fc-46b0-b865-0c380a761a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4d4ea0fc1d684b0aa494dbd66773bbf9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "created_at": "2022-06-05T08:14:23Z", "updated_at": "2022-06-05T08:14:39Z", "tags": [], "self": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a", "file": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:44:43,308 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes 0.922s 2022-06-05 08:44:43,309 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBackupRestore-volume-1451746975", "snapshot_id": null, "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d116f223-f4b4-44d8-9b80-7e9842b7c848', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d116f223-f4b4-44d8-9b80-7e9842b7c848', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.092841", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:44:43,451 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.131s 2022-06-05 08:44:43,451 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cf36ec-914d-4cef-a8a5-c1aa5a925d12', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cf36ec-914d-4cef-a8a5-c1aa5a925d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:44,595 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.135s 2022-06-05 08:44:44,595 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c12f9a9-9489-40f3-8e62-76a0a0541156', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c12f9a9-9489-40f3-8e62-76a0a0541156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:45,683 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.080s 2022-06-05 08:44:45,684 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69cdef0-a6aa-4968-84de-30ffaa917794', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69cdef0-a6aa-4968-84de-30ffaa917794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:46,778 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.086s 2022-06-05 08:44:46,778 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb93eac0-6053-45bb-a5bb-f0aec040529f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb93eac0-6053-45bb-a5bb-f0aec040529f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:47,869 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.083s 2022-06-05 08:44:47,870 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e4a6524-bbe7-415c-9229-99ebd5eb35f3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e4a6524-bbe7-415c-9229-99ebd5eb35f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:48,984 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.106s 2022-06-05 08:44:48,984 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f69cdd8a-f973-4d97-ba16-d017fdc39ff2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f69cdd8a-f973-4d97-ba16-d017fdc39ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:50,144 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.152s 2022-06-05 08:44:50,144 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f103675c-eb81-456e-8d4a-8b9b878cb3ee', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f103675c-eb81-456e-8d4a-8b9b878cb3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:51,312 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.160s 2022-06-05 08:44:51,313 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee144f84-ba58-4fbe-909c-b2aa1bd81d01', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee144f84-ba58-4fbe-909c-b2aa1bd81d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:52,410 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.090s 2022-06-05 08:44:52,411 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a713a691-0022-4407-be10-515b40e869d8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a713a691-0022-4407-be10-515b40e869d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:53,599 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.179s 2022-06-05 08:44:53,599 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f343b6f9-9cb1-460c-9432-21ab8d69f1e1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f343b6f9-9cb1-460c-9432-21ab8d69f1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:54,711 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.103s 2022-06-05 08:44:54,712 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80bbb00f-e43e-45b1-aa30-dafca9a59114', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80bbb00f-e43e-45b1-aa30-dafca9a59114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:55,852 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.128s 2022-06-05 08:44:55,853 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca73ab24-258d-4059-accf-c840e683eb47', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca73ab24-258d-4059-accf-c840e683eb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:57,003 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.143s 2022-06-05 08:44:57,003 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2f7d3d-7bab-4f94-85cc-d14f0ea950ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2f7d3d-7bab-4f94-85cc-d14f0ea950ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:58,125 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.113s 2022-06-05 08:44:58,125 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff4ef64-5891-40b9-bf6b-1d979a56a76e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff4ef64-5891-40b9-bf6b-1d979a56a76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:44:59,278 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.145s 2022-06-05 08:44:59,278 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517da862-9b05-44de-90a7-1043b7212bfd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517da862-9b05-44de-90a7-1043b7212bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:00,402 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.114s 2022-06-05 08:45:00,403 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d005ed0f-7d9b-43d7-826b-cf00375aa1b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d005ed0f-7d9b-43d7-826b-cf00375aa1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:01,532 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.118s 2022-06-05 08:45:01,533 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7239353-c9cb-4ac7-8ffd-2dc6ff079533', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7239353-c9cb-4ac7-8ffd-2dc6ff079533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:02,728 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.188s 2022-06-05 08:45:02,729 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-686ac6ac-3a1b-402e-ae44-877cb2f62856', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-686ac6ac-3a1b-402e-ae44-877cb2f62856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:03,891 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.154s 2022-06-05 08:45:03,891 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7372969-5c92-43e1-ad03-8d201bff7e83', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7372969-5c92-43e1-ad03-8d201bff7e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:05,030 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.131s 2022-06-05 08:45:05,031 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc91e0b-7ada-4340-a628-1bea23bc115f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc91e0b-7ada-4340-a628-1bea23bc115f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:06,170 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.131s 2022-06-05 08:45:06,170 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed08ad17-676a-45f0-b1cd-da5bf4372049', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed08ad17-676a-45f0-b1cd-da5bf4372049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:07,272 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.095s 2022-06-05 08:45:07,273 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e4353a-2112-4c73-a7a9-b807bb2ddf2c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e4353a-2112-4c73-a7a9-b807bb2ddf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:08,382 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.100s 2022-06-05 08:45:08,382 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6b3880-eca1-4426-930e-5e57afc5e4dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6b3880-eca1-4426-930e-5e57afc5e4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:09,517 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.126s 2022-06-05 08:45:09,518 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b31fea-9404-420c-8782-5d00f41a7cd8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b31fea-9404-420c-8782-5d00f41a7cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:10,740 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.214s 2022-06-05 08:45:10,740 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd07707-8235-4cdd-a729-b9e0d2c32016', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd07707-8235-4cdd-a729-b9e0d2c32016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:11,867 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.119s 2022-06-05 08:45:11,868 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9f53d3-6d83-4ef8-837b-a9e7dd4cbd41', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9f53d3-6d83-4ef8-837b-a9e7dd4cbd41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:13,008 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.132s 2022-06-05 08:45:13,009 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5743e577-f81d-41aa-99d7-e2994cacce1d', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5743e577-f81d-41aa-99d7-e2994cacce1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:14,129 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.113s 2022-06-05 08:45:14,130 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce37b27e-ca17-42e9-8681-921fd5e6bb0d', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce37b27e-ca17-42e9-8681-921fd5e6bb0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:15,266 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.128s 2022-06-05 08:45:15,267 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d62ac6f3-c3fe-44d9-b605-3e23f66e0669', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d62ac6f3-c3fe-44d9-b605-3e23f66e0669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:16,429 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.154s 2022-06-05 08:45:16,430 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94403d25-a24f-4bf8-b4c0-0a94362404e5', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94403d25-a24f-4bf8-b4c0-0a94362404e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:17,619 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.181s 2022-06-05 08:45:17,620 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34fb326b-6a88-42e5-9b0a-8e9e0a94e976', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34fb326b-6a88-42e5-9b0a-8e9e0a94e976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:44:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:18,761 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.133s 2022-06-05 08:45:18,761 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6100f183-a73c-44a5-9e7f-64168b21a090', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6100f183-a73c-44a5-9e7f-64168b21a090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:19,886 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.116s 2022-06-05 08:45:19,886 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98881aa-ddac-4c2c-a43e-bd6506753b07', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98881aa-ddac-4c2c-a43e-bd6506753b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:21,010 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.117s 2022-06-05 08:45:21,010 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6051766b-b4ef-4541-b1cc-25bf1d93dde8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6051766b-b4ef-4541-b1cc-25bf1d93dde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:22,125 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.106s 2022-06-05 08:45:22,125 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00e5115f-453f-4611-acd0-917c43f9b491', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00e5115f-453f-4611-acd0-917c43f9b491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:23,267 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.134s 2022-06-05 08:45:23,268 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e521994b-50e6-4c8f-8b46-f77c25452157', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e521994b-50e6-4c8f-8b46-f77c25452157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:24,402 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.122s 2022-06-05 08:45:24,402 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf3dce6-2979-4189-b8c5-bc4926a88a0a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf3dce6-2979-4189-b8c5-bc4926a88a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:25,567 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.157s 2022-06-05 08:45:25,568 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e8a5730-d242-434a-b4f6-ee951ff2492c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e8a5730-d242-434a-b4f6-ee951ff2492c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:26,732 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.156s 2022-06-05 08:45:26,733 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3562750d-e4ab-44e2-ab07-463b44cc05cc', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3562750d-e4ab-44e2-ab07-463b44cc05cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:27,858 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.118s 2022-06-05 08:45:27,859 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f750891f-0541-47ce-a365-a9325fa772a1', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f750891f-0541-47ce-a365-a9325fa772a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:29,010 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.140s 2022-06-05 08:45:29,011 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1c35dd-a508-494a-8baa-46dbef47ac6d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1c35dd-a508-494a-8baa-46dbef47ac6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:30,205 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.186s 2022-06-05 08:45:30,205 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccd9bda-34e9-47b4-acec-64daa1ac406d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccd9bda-34e9-47b4-acec-64daa1ac406d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:31,348 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.135s 2022-06-05 08:45:31,348 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0932cd27-bde8-401c-bb88-8bde1ebefb94', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0932cd27-bde8-401c-bb88-8bde1ebefb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:17.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:32,561 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.205s 2022-06-05 08:45:32,562 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc211bea-3233-4111-a6b0-46659e8aa3d2', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc211bea-3233-4111-a6b0-46659e8aa3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:32.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:32,569 119939 INFO [tempest.common.waiters] volume 4ae365a5-2cf9-41e3-9420-e058269f5133 reached available after waiting for 49.569015 seconds 2022-06-05 08:45:32,664 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.095s 2022-06-05 08:45:32,665 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5224d41f-ee0f-482e-9762-549fde6c6c4d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5224d41f-ee0f-482e-9762-549fde6c6c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:32.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:32,788 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.116s 2022-06-05 08:45:32,788 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-315c1143-265d-45c1-9beb-5e97b573a67c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-315c1143-265d-45c1-9beb-5e97b573a67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:45:32.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:45:33,102 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups 0.307s 2022-06-05 08:45:33,103 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09d01a2-af0b-40ca-a049-f358668d1ae4', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09d01a2-af0b-40ca-a049-f358668d1ae4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}]}}' 2022-06-05 08:45:33,144 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:45:33,145 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19389f8d-0d24-41da-8d04-7b90a4ea5606', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19389f8d-0d24-41da-8d04-7b90a4ea5606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:34,185 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:45:34,185 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9c397c-f631-4f1c-a6cf-3c4487fb7513', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9c397c-f631-4f1c-a6cf-3c4487fb7513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:35,234 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:45:35,235 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbed1857-fb92-4164-801b-361bb688e197', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbed1857-fb92-4164-801b-361bb688e197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:36,287 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:45:36,287 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae44e2f5-7118-4b67-a5c2-128629c321a7', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae44e2f5-7118-4b67-a5c2-128629c321a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:37,375 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.082s 2022-06-05 08:45:37,376 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73fd2d6c-219c-4293-a7df-bf2547b5599a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73fd2d6c-219c-4293-a7df-bf2547b5599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:38,424 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.043s 2022-06-05 08:45:38,424 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5066cd3d-dc6e-4f09-b1b3-46b712f2e377', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5066cd3d-dc6e-4f09-b1b3-46b712f2e377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:39,494 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:45:39,495 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02782575-a13c-4e15-bb2b-f32a8e85e904', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02782575-a13c-4e15-bb2b-f32a8e85e904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:40,542 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.043s 2022-06-05 08:45:40,543 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a22447-d6c0-4593-8813-52f084f8e951', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a22447-d6c0-4593-8813-52f084f8e951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:41,593 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:45:41,594 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df90bb2f-3dab-4cf8-a0a4-a026e1beb459', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df90bb2f-3dab-4cf8-a0a4-a026e1beb459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:42,652 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.053s 2022-06-05 08:45:42,652 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dcd185-361b-4e29-82ba-e3b35bc96ec5', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dcd185-361b-4e29-82ba-e3b35bc96ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:43,723 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.065s 2022-06-05 08:45:43,723 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04bb0d2-1c47-4b54-8b7a-840569245898', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04bb0d2-1c47-4b54-8b7a-840569245898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:44,767 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:45:44,768 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa824904-58bf-40a4-bafe-95e0d14f1bdb', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa824904-58bf-40a4-bafe-95e0d14f1bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:45,826 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:45:45,827 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497b0437-0567-402f-8bf5-c3283e9a0dc4', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-497b0437-0567-402f-8bf5-c3283e9a0dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:46,924 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.092s 2022-06-05 08:45:46,924 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33297c8-921c-41c6-a4b0-4195901d780e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33297c8-921c-41c6-a4b0-4195901d780e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:47,991 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.061s 2022-06-05 08:45:47,991 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acc72128-cdeb-43bc-8df0-bbba73dd8ee6', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acc72128-cdeb-43bc-8df0-bbba73dd8ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:49,033 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:45:49,034 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b5a3891-749b-4c15-a80c-35139d9f6781', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b5a3891-749b-4c15-a80c-35139d9f6781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:50,129 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.089s 2022-06-05 08:45:50,129 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4801511a-2358-4acd-9dd6-58bcd0417e78', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4801511a-2358-4acd-9dd6-58bcd0417e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:51,176 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.040s 2022-06-05 08:45:51,176 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7fee07-4700-4bfe-b1c0-030d9029abcb', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7fee07-4700-4bfe-b1c0-030d9029abcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:52,392 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.210s 2022-06-05 08:45:52,393 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b538f0e-3033-45dd-8e25-7f3c7e5d3e3a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b538f0e-3033-45dd-8e25-7f3c7e5d3e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:53,428 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.030s 2022-06-05 08:45:53,429 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c64b329-281d-4022-8927-7059ae4d15b6', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c64b329-281d-4022-8927-7059ae4d15b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:54,495 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:45:54,495 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-759678f6-f8d2-49d3-9bd9-fa69232839f4', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-759678f6-f8d2-49d3-9bd9-fa69232839f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:55,534 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.034s 2022-06-05 08:45:55,535 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb44c63-df9b-49eb-82b7-5cebcb5be47a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb44c63-df9b-49eb-82b7-5cebcb5be47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:56,625 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.084s 2022-06-05 08:45:56,626 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021736a5-4faa-44b3-a15c-33fb5de2e4b3', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021736a5-4faa-44b3-a15c-33fb5de2e4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:57,674 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.043s 2022-06-05 08:45:57,675 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86b90df9-c59e-4caa-bf4b-89c61b17957a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86b90df9-c59e-4caa-bf4b-89c61b17957a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:58,748 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.068s 2022-06-05 08:45:58,748 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9adcaa-db38-4d48-a53a-fb89ee41cca3', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9adcaa-db38-4d48-a53a-fb89ee41cca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:45:59,794 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:45:59,795 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc670ec3-4884-491f-b4b1-57ad79db86d9', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc670ec3-4884-491f-b4b1-57ad79db86d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:00,880 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.080s 2022-06-05 08:46:00,880 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8bf007-0e7f-4609-b6ac-d339f204c01c', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8bf007-0e7f-4609-b6ac-d339f204c01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:01,916 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.030s 2022-06-05 08:46:01,916 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a12905a-8ba8-4aba-95b0-b8e18391b980', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a12905a-8ba8-4aba-95b0-b8e18391b980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:02,954 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.033s 2022-06-05 08:46:02,955 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf204c85-d6be-424c-8aec-50bc47d69c05', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf204c85-d6be-424c-8aec-50bc47d69c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:03,989 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.028s 2022-06-05 08:46:03,989 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7369ca6-2989-4565-914e-1954faf03006', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7369ca6-2989-4565-914e-1954faf03006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:05,045 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:46:05,045 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c8cda1e-8420-40ae-b326-6fba6922e542', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c8cda1e-8420-40ae-b326-6fba6922e542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:06,110 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:46:06,110 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b0494f-ca49-48c6-bdf4-1c6f731d4725', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b0494f-ca49-48c6-bdf4-1c6f731d4725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:07,164 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.049s 2022-06-05 08:46:07,165 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc74ca4f-cbff-4b5c-a904-0e778fe29191', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc74ca4f-cbff-4b5c-a904-0e778fe29191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:08,223 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.053s 2022-06-05 08:46:08,223 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cacd04f0-211e-4096-a932-67e72084bade', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cacd04f0-211e-4096-a932-67e72084bade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:09,317 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.089s 2022-06-05 08:46:09,317 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e9d909-000d-4826-af4e-7c7921b075b3', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e9d909-000d-4826-af4e-7c7921b075b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:45:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:10,358 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.036s 2022-06-05 08:46:10,359 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be985308-ef6e-435e-b6a0-76ebba57759a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be985308-ef6e-435e-b6a0-76ebba57759a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:11,408 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:46:11,409 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33918a74-aa75-44e8-8fff-8346f1b532b9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33918a74-aa75-44e8-8fff-8346f1b532b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:12,451 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.036s 2022-06-05 08:46:12,452 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fac4db1-1bd5-4964-8ee8-82d976b85bec', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fac4db1-1bd5-4964-8ee8-82d976b85bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:13,503 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:46:13,504 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b49ac7e-74c0-45fc-b954-a89f4546cda8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b49ac7e-74c0-45fc-b954-a89f4546cda8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:14,598 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.089s 2022-06-05 08:46:14,599 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e732562-c6a7-4039-8af8-f3fbe6eb1422', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e732562-c6a7-4039-8af8-f3fbe6eb1422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:15,647 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:46:15,648 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3fef9a1-ad02-48d0-9e0a-db59ca533d57', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3fef9a1-ad02-48d0-9e0a-db59ca533d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:16,791 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.139s 2022-06-05 08:46:16,791 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73362ac-a589-42a4-9e30-b7cf189cd30f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73362ac-a589-42a4-9e30-b7cf189cd30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:17,846 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:46:17,847 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c38c966f-8b7a-4dcb-823f-6520a1c0dedb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c38c966f-8b7a-4dcb-823f-6520a1c0dedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:18,915 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:46:18,916 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0db32b-8895-4aec-88dc-242871dcae2a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0db32b-8895-4aec-88dc-242871dcae2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:19,967 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:46:19,968 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa990234-6278-4d82-95ec-8c2f6f8508d9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa990234-6278-4d82-95ec-8c2f6f8508d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:21,042 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.069s 2022-06-05 08:46:21,042 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-149bdbf0-a03a-496f-8cb2-e24db7a8cd54', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-149bdbf0-a03a-496f-8cb2-e24db7a8cd54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:22,125 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.078s 2022-06-05 08:46:22,125 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d3cbe2-2334-4aa5-9ec1-0bc5a4d60b8e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d3cbe2-2334-4aa5-9ec1-0bc5a4d60b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:23,177 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:46:23,178 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519a514b-b700-46e9-a3cf-1b3dcd737c1e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519a514b-b700-46e9-a3cf-1b3dcd737c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:24,228 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:46:24,229 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d86f736-2753-42b0-9a03-506090cea93c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d86f736-2753-42b0-9a03-506090cea93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:25,285 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:46:25,285 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b17eab-af3f-441a-9712-dd4b4f2bea0d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b17eab-af3f-441a-9712-dd4b4f2bea0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:26,360 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.068s 2022-06-05 08:46:26,360 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69c521e-cd37-4a46-b518-07d2325be292', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69c521e-cd37-4a46-b518-07d2325be292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:27,463 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.097s 2022-06-05 08:46:27,463 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5880ab5-fd26-43d8-904f-1353bd41bec5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5880ab5-fd26-43d8-904f-1353bd41bec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:28,521 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.052s 2022-06-05 08:46:28,521 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e993c5da-f143-49df-bd1f-3ca58b5c4515', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e993c5da-f143-49df-bd1f-3ca58b5c4515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:29,630 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.104s 2022-06-05 08:46:29,631 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95360671-519b-4790-8dfa-698290089650', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95360671-519b-4790-8dfa-698290089650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:30,678 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:46:30,679 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb234cd1-871e-419e-96f8-1423bb03c746', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb234cd1-871e-419e-96f8-1423bb03c746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:31,853 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.169s 2022-06-05 08:46:31,853 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a590aba-dbbc-48d1-b69e-fa8934eb6d43', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a590aba-dbbc-48d1-b69e-fa8934eb6d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:32,896 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.038s 2022-06-05 08:46:32,896 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ef9ff2-7ee5-4709-8c02-7367285a8412', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ef9ff2-7ee5-4709-8c02-7367285a8412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:34,147 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.247s 2022-06-05 08:46:34,148 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d907bc78-a659-4193-b6a1-d76017f07b22', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d907bc78-a659-4193-b6a1-d76017f07b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:35,201 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:46:35,202 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d166c38b-56a9-4d5e-a144-73ae15b2ef4b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d166c38b-56a9-4d5e-a144-73ae15b2ef4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:36,293 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.086s 2022-06-05 08:46:36,293 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343211e0-886f-48c0-9840-dc2846187b25', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343211e0-886f-48c0-9840-dc2846187b25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:37,343 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:46:37,344 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619664cd-15ed-4a19-8d84-f433710a1c70', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619664cd-15ed-4a19-8d84-f433710a1c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:38,399 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:46:38,399 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9958cd47-d2a3-4300-9a54-7a7eff48de30', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9958cd47-d2a3-4300-9a54-7a7eff48de30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:39,462 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.058s 2022-06-05 08:46:39,463 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad2acf7c-aa20-4ccc-b1ae-01db5d334573', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad2acf7c-aa20-4ccc-b1ae-01db5d334573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:40,534 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:46:40,534 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560f8d34-aaca-48f8-9867-31569a093724', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560f8d34-aaca-48f8-9867-31569a093724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:41,596 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:46:41,596 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f66986-9fa2-4768-8f16-772c0a5ad750', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f66986-9fa2-4768-8f16-772c0a5ad750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:42,721 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.111s 2022-06-05 08:46:42,722 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e77dbe6-ebad-43a9-8a19-f5c48c732d9a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e77dbe6-ebad-43a9-8a19-f5c48c732d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:43,764 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:46:43,765 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178a5866-4f0a-4975-9d67-7880a0e6cf6d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178a5866-4f0a-4975-9d67-7880a0e6cf6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:44,826 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:46:44,827 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8113efd-a66a-4246-90d1-3a46a24ea082', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8113efd-a66a-4246-90d1-3a46a24ea082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:45,905 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.074s 2022-06-05 08:46:45,906 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85f59f53-b362-4709-9a3f-65ab981fbd77', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85f59f53-b362-4709-9a3f-65ab981fbd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:47,074 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.163s 2022-06-05 08:46:47,075 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c60bee2-160d-42ff-9e36-07604af63565', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c60bee2-160d-42ff-9e36-07604af63565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:48,159 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.079s 2022-06-05 08:46:48,159 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ed79db-c713-4002-8b1d-cfe2638e1b11', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ed79db-c713-4002-8b1d-cfe2638e1b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:49,209 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:46:49,209 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee433bc-2dda-45fa-9004-2a59742d53d0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee433bc-2dda-45fa-9004-2a59742d53d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:50,275 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:46:50,275 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fea43e-40af-4d6b-87cc-7f460aee1af2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fea43e-40af-4d6b-87cc-7f460aee1af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:51,414 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.134s 2022-06-05 08:46:51,415 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5ca3c1-6f9d-4c8f-9fbb-fb83a0fd66ff', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5ca3c1-6f9d-4c8f-9fbb-fb83a0fd66ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:52,501 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.081s 2022-06-05 08:46:52,502 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e13d12b-9b37-409a-8f23-6e86375a59e5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e13d12b-9b37-409a-8f23-6e86375a59e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:53,637 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.130s 2022-06-05 08:46:53,638 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314baff6-c23d-43ee-954a-6a5c864477c8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314baff6-c23d-43ee-954a-6a5c864477c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:54,744 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.101s 2022-06-05 08:46:54,744 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5e87a5-1702-47a6-9b00-2e81c4247cc0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5e87a5-1702-47a6-9b00-2e81c4247cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:55,820 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.071s 2022-06-05 08:46:55,821 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1caf51-29cf-41c1-a098-f749d2217dd9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1caf51-29cf-41c1-a098-f749d2217dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:56,921 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.095s 2022-06-05 08:46:56,921 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2130f9cb-5176-47bb-bf03-1f8e5ab9081e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2130f9cb-5176-47bb-bf03-1f8e5ab9081e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:57,982 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:46:57,982 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b268ab4-6f29-490a-838b-9872f598c104', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b268ab4-6f29-490a-838b-9872f598c104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:46:59,014 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.027s 2022-06-05 08:46:59,014 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b85ce38-a56c-44a6-b110-9c2684f62783', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b85ce38-a56c-44a6-b110-9c2684f62783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:00,071 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:47:00,071 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b7b41f9-64f1-4012-bc02-675301510c34', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b7b41f9-64f1-4012-bc02-675301510c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:01,113 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:47:01,113 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6aad60-c8ff-4b2f-bdec-9c6c192981fb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6aad60-c8ff-4b2f-bdec-9c6c192981fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:02,156 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:47:02,157 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb85c321-71df-4f59-a146-5909cc2a37af', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb85c321-71df-4f59-a146-5909cc2a37af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:03,281 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.119s 2022-06-05 08:47:03,282 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-086c06f9-fad0-4cb7-b5fa-fafdf2a88a09', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-086c06f9-fad0-4cb7-b5fa-fafdf2a88a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:04,339 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.052s 2022-06-05 08:47:04,340 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170f2b1e-04a1-4875-881f-3b6a0046bb66', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170f2b1e-04a1-4875-881f-3b6a0046bb66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:05,390 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:47:05,391 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ad8e4f-4db9-4895-82b8-cef85ebd4d87', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ad8e4f-4db9-4895-82b8-cef85ebd4d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:06,463 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.067s 2022-06-05 08:47:06,464 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeaa3b57-0046-4d97-9ff9-6f12d8355b6f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeaa3b57-0046-4d97-9ff9-6f12d8355b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:07,522 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:47:07,522 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4216bc9-6ea6-4fb4-8268-7ec09bcd76f1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4216bc9-6ea6-4fb4-8268-7ec09bcd76f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:08,590 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:47:08,590 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79110c8-985a-438b-955f-32cbf0ba3cf8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79110c8-985a-438b-955f-32cbf0ba3cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:09,650 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:47:09,651 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af1bd42-2c0b-407b-b582-6f659fc82023', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af1bd42-2c0b-407b-b582-6f659fc82023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:10,702 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:47:10,702 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce9f14b-8f30-41a1-80e0-8c266a28a155', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce9f14b-8f30-41a1-80e0-8c266a28a155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:11,758 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:47:11,758 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a905c41e-972f-4859-b7d5-84afe01dd89a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a905c41e-972f-4859-b7d5-84afe01dd89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:12,824 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.062s 2022-06-05 08:47:12,825 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4710fc18-052d-40c3-8b8a-1a1fc0064934', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4710fc18-052d-40c3-8b8a-1a1fc0064934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:13,888 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.058s 2022-06-05 08:47:13,889 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c15dee0-6a65-4136-a52b-6b2c09ed5d87', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c15dee0-6a65-4136-a52b-6b2c09ed5d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:14,984 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.090s 2022-06-05 08:47:14,984 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0858deef-4933-461e-b357-7023e08bfd30', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0858deef-4933-461e-b357-7023e08bfd30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:16,036 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:47:16,036 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005de084-99d0-4538-8853-57ebdc8691e1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005de084-99d0-4538-8853-57ebdc8691e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:17,112 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.069s 2022-06-05 08:47:17,112 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26912c2e-8e8c-495a-a7f2-e8e201589e04', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26912c2e-8e8c-495a-a7f2-e8e201589e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:18,156 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.038s 2022-06-05 08:47:18,156 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f207d77c-f3a3-41e9-8f0e-05b4c7de0dd7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f207d77c-f3a3-41e9-8f0e-05b4c7de0dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:19,214 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.052s 2022-06-05 08:47:19,214 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42986c5-c711-413f-95e3-8b25eec7ced2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42986c5-c711-413f-95e3-8b25eec7ced2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:20,247 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.026s 2022-06-05 08:47:20,247 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027b96e6-bc8e-46b5-b947-4813163c2693', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027b96e6-bc8e-46b5-b947-4813163c2693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:21,294 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:47:21,295 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431a29c6-30ac-46e9-9520-6e0da221ef71', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431a29c6-30ac-46e9-9520-6e0da221ef71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:22,372 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.073s 2022-06-05 08:47:22,372 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ef6cf8-7217-4f50-8ff8-28825b66b1d4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ef6cf8-7217-4f50-8ff8-28825b66b1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:23,434 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:47:23,434 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235b896c-cc9a-4aa2-963c-4e7e60612237', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235b896c-cc9a-4aa2-963c-4e7e60612237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:24,471 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.032s 2022-06-05 08:47:24,471 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eccbbc2c-d873-4f24-a6bf-39f2a97537b1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eccbbc2c-d873-4f24-a6bf-39f2a97537b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:25,515 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:47:25,515 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb7c17b-4ef5-4936-97ef-e8c7dc04e226', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb7c17b-4ef5-4936-97ef-e8c7dc04e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:26,587 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.067s 2022-06-05 08:47:26,587 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-442c37b0-6ae4-4f03-8b02-9c6d9b641c1e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442c37b0-6ae4-4f03-8b02-9c6d9b641c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:27,640 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:47:27,640 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0ce714-ac14-499a-a285-08cab3eed671', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0ce714-ac14-499a-a285-08cab3eed671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:28,693 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:47:28,693 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d64d23af-2537-470b-95e3-cd96f182a599', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d64d23af-2537-470b-95e3-cd96f182a599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:29,735 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:47:29,736 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bdb24a-afa3-46e6-b7d9-6a7f638006ff', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bdb24a-afa3-46e6-b7d9-6a7f638006ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:30,845 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.105s 2022-06-05 08:47:30,846 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def1b8c9-fc7c-4814-a26c-44e46de11229', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def1b8c9-fc7c-4814-a26c-44e46de11229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:32,040 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.188s 2022-06-05 08:47:32,040 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e20ebb-baf6-4669-9e22-20c847b66daa', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e20ebb-baf6-4669-9e22-20c847b66daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:33,080 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.033s 2022-06-05 08:47:33,081 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd26b36-ecf3-4213-b663-dd6af636653f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd26b36-ecf3-4213-b663-dd6af636653f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:34,136 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:47:34,136 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0fc9083-2cc5-4444-acf4-7b4c1fb5cc69', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0fc9083-2cc5-4444-acf4-7b4c1fb5cc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:35,183 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:47:35,184 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f1c34e-4ddf-4e24-b62a-6ea5c413cbdd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f1c34e-4ddf-4e24-b62a-6ea5c413cbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:36,250 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.061s 2022-06-05 08:47:36,251 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5bd5d6-6642-447e-a0d1-40cf6244bafd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5bd5d6-6642-447e-a0d1-40cf6244bafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:37,395 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.139s 2022-06-05 08:47:37,395 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c36df8-26f8-494c-a4a4-876ef46cfaac', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c36df8-26f8-494c-a4a4-876ef46cfaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:38,470 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.070s 2022-06-05 08:47:38,470 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01de7db4-c466-403c-9f10-bcf0fb870a73', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01de7db4-c466-403c-9f10-bcf0fb870a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:39,531 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:47:39,531 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50422a43-93b4-483a-803a-495ee4e072ab', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50422a43-93b4-483a-803a-495ee4e072ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:40,572 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.036s 2022-06-05 08:47:40,573 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ae2ef9-2e37-4076-978d-7a5797a2790f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ae2ef9-2e37-4076-978d-7a5797a2790f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:41,721 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.143s 2022-06-05 08:47:41,722 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44581147-4028-4366-852a-d2fff500e490', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44581147-4028-4366-852a-d2fff500e490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:42,824 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.096s 2022-06-05 08:47:42,824 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8dbd6d-98f9-426f-b7bf-351ac65a9ef9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8dbd6d-98f9-426f-b7bf-351ac65a9ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:43,871 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:47:43,871 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494b7a98-15f0-4dc8-922b-db2533ed80da', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494b7a98-15f0-4dc8-922b-db2533ed80da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:45,084 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.208s 2022-06-05 08:47:45,084 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62f93bcf-6b14-4c5b-a0cb-df188fc81bf8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62f93bcf-6b14-4c5b-a0cb-df188fc81bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:46,167 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.076s 2022-06-05 08:47:46,167 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1148001c-630f-4e1e-8d14-9ae09c4a701e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1148001c-630f-4e1e-8d14-9ae09c4a701e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:47,226 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:47:47,226 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6a1b7d-613f-44bd-bd97-ea1e316fc1ac', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6a1b7d-613f-44bd-bd97-ea1e316fc1ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:48,285 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:47:48,285 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71364ef6-dca3-4e33-b716-16b43f8a49bd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71364ef6-dca3-4e33-b716-16b43f8a49bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:49,356 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.065s 2022-06-05 08:47:49,357 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9882f4-a19f-4833-96f6-acdf57d26910', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9882f4-a19f-4833-96f6-acdf57d26910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:50,405 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.043s 2022-06-05 08:47:50,406 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0123873-148d-4925-a376-c10526a0a97d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0123873-148d-4925-a376-c10526a0a97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:51,532 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.121s 2022-06-05 08:47:51,532 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f6d7f5-6b90-4991-be87-a9bedb2d4f51', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f6d7f5-6b90-4991-be87-a9bedb2d4f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:52,600 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.062s 2022-06-05 08:47:52,600 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfdfef6c-5402-48a5-ad34-3c5d38afe168', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfdfef6c-5402-48a5-ad34-3c5d38afe168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:53,667 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.061s 2022-06-05 08:47:53,667 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347d1c68-754a-4cab-b32f-c219cb9356d1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347d1c68-754a-4cab-b32f-c219cb9356d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:54,781 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.109s 2022-06-05 08:47:54,782 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033394b8-65b6-43bf-9d27-93360090681a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033394b8-65b6-43bf-9d27-93360090681a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:55,838 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:47:55,838 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf18ebb-c32c-4d7c-ae30-f1edf2da1171', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf18ebb-c32c-4d7c-ae30-f1edf2da1171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:56,900 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:47:56,901 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07958081-eac9-46db-a520-140c0320c91d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07958081-eac9-46db-a520-140c0320c91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:58,049 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.143s 2022-06-05 08:47:58,050 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37ddfe2-b4f2-4783-b859-d3f03afa8f38', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37ddfe2-b4f2-4783-b859-d3f03afa8f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:47:59,092 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:47:59,092 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06489e1-8a76-4b2f-aef3-e1e1eb9096be', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06489e1-8a76-4b2f-aef3-e1e1eb9096be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:00,133 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:48:00,133 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5e1d45-573e-420f-8be1-ec8266080eac', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5e1d45-573e-420f-8be1-ec8266080eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:01,184 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:48:01,184 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c11a4d-1afc-4745-9904-1b3851389641', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c11a4d-1afc-4745-9904-1b3851389641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:02,248 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:48:02,248 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d741e24b-4e5a-4773-a284-586249cb9a96', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d741e24b-4e5a-4773-a284-586249cb9a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:03,310 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:48:03,310 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76808d0-4199-4091-9e64-92a4ad931bab', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76808d0-4199-4091-9e64-92a4ad931bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:04,428 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.113s 2022-06-05 08:48:04,428 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5dde23-889a-46ce-9125-ea4b9f3322a4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5dde23-889a-46ce-9125-ea4b9f3322a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:05,546 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.112s 2022-06-05 08:48:05,546 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c8a6aa8-625b-4719-ba72-cf1f779486d2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c8a6aa8-625b-4719-ba72-cf1f779486d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:06,603 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:48:06,603 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-428a77f6-3812-4275-ba0e-d5036945d7cb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-428a77f6-3812-4275-ba0e-d5036945d7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:07,645 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:48:07,646 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02bc375-cdaf-4e99-9dab-0b5d58b2b596', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02bc375-cdaf-4e99-9dab-0b5d58b2b596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:08,700 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:48:08,700 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20df86a-5300-418f-a6ed-9d8bf71d19ba', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20df86a-5300-418f-a6ed-9d8bf71d19ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:09,762 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:48:09,763 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ace2cd4-7532-4a71-92e2-168f19766313', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ace2cd4-7532-4a71-92e2-168f19766313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:10,812 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:48:10,813 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e5690f-c1f3-4a24-94e7-7afe386701a2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e5690f-c1f3-4a24-94e7-7afe386701a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:11,868 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.049s 2022-06-05 08:48:11,868 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a3f8f64-a94e-4e95-9d09-464d906f9142', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a3f8f64-a94e-4e95-9d09-464d906f9142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:12,933 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:48:12,933 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120e9eb2-f9a6-49d9-95bd-7cd1c8b187e7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120e9eb2-f9a6-49d9-95bd-7cd1c8b187e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:13,994 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:48:13,995 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5f9619-26da-4b73-bcff-71a18113995f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5f9619-26da-4b73-bcff-71a18113995f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:15,054 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:48:15,055 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5cd536-cf6c-49eb-8bc7-718210065ecb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5cd536-cf6c-49eb-8bc7-718210065ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:16,124 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.064s 2022-06-05 08:48:16,125 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4601378f-7a66-418e-a04f-73e75cd14c1b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4601378f-7a66-418e-a04f-73e75cd14c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:17,202 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.072s 2022-06-05 08:48:17,202 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cbd30c-7997-497f-bdcd-7ae2069c5e5d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11cbd30c-7997-497f-bdcd-7ae2069c5e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:18,945 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.737s 2022-06-05 08:48:18,946 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75073772-5b8d-4cd5-9237-92700df5520d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75073772-5b8d-4cd5-9237-92700df5520d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:19,996 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:48:19,996 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73bdde34-5551-4499-99ad-636ff62788a8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73bdde34-5551-4499-99ad-636ff62788a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:21,063 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.062s 2022-06-05 08:48:21,064 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285d393d-2a5f-4964-ba72-adb7fe95a6d7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285d393d-2a5f-4964-ba72-adb7fe95a6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:22,138 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.069s 2022-06-05 08:48:22,139 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b017fdd1-d1e4-45be-9f26-266fb684419d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b017fdd1-d1e4-45be-9f26-266fb684419d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:23,209 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.064s 2022-06-05 08:48:23,210 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650cbfb5-301a-47b5-9b05-526b6899b81b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650cbfb5-301a-47b5-9b05-526b6899b81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:24,264 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.049s 2022-06-05 08:48:24,264 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa9c0a94-44b0-4a44-b3b8-4188d93448a6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa9c0a94-44b0-4a44-b3b8-4188d93448a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:25,324 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:48:25,324 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cca288-ed94-4e00-b167-23fca7775304', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cca288-ed94-4e00-b167-23fca7775304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:26,418 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.089s 2022-06-05 08:48:26,419 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52397009-bf99-4532-b591-c43f670aebf3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52397009-bf99-4532-b591-c43f670aebf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:27,459 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.034s 2022-06-05 08:48:27,459 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e64732-1dac-4efe-8548-56cc834034f3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e64732-1dac-4efe-8548-56cc834034f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:28,527 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:48:28,528 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9dab6f-7d09-4d1f-be98-412790f4c61a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9dab6f-7d09-4d1f-be98-412790f4c61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:29,597 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:48:29,597 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b72ffd1-6738-4a71-9983-0752fede91e3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b72ffd1-6738-4a71-9983-0752fede91e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:30,653 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:48:30,653 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6f1a4e-8203-4267-b015-1cfecc4d3b32', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6f1a4e-8203-4267-b015-1cfecc4d3b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:31,707 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:48:31,707 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1329ccb-d7f3-4fdd-9c60-6e96a863e546', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1329ccb-d7f3-4fdd-9c60-6e96a863e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:32,753 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.041s 2022-06-05 08:48:32,754 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99f7688-4eeb-45e1-9ae9-276766e4aa35', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99f7688-4eeb-45e1-9ae9-276766e4aa35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:33,872 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.110s 2022-06-05 08:48:33,872 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206a6972-a4af-4e1f-a91b-6f504addf115', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206a6972-a4af-4e1f-a91b-6f504addf115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:34,938 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:48:34,939 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758ea267-42b6-48da-8a26-da070e96280c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758ea267-42b6-48da-8a26-da070e96280c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:36,051 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.107s 2022-06-05 08:48:36,052 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b84b718-e032-466c-a470-d68c638a2ea6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b84b718-e032-466c-a470-d68c638a2ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:37,249 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.193s 2022-06-05 08:48:37,250 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c42ba4a-d1fc-4e20-8ff6-aef356d5741f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c42ba4a-d1fc-4e20-8ff6-aef356d5741f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:46:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:38,343 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.087s 2022-06-05 08:48:38,343 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0181f840-c008-4c83-9c97-d9ee64955e47', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0181f840-c008-4c83-9c97-d9ee64955e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:39,400 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:48:39,401 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4772bc4f-22e0-4d36-a354-b7507cde3fbd', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4772bc4f-22e0-4d36-a354-b7507cde3fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:40,447 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:48:40,448 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eece2b2b-7503-4795-b543-761b13a467a0', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eece2b2b-7503-4795-b543-761b13a467a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:41,533 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.080s 2022-06-05 08:48:41,533 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cca07933-35aa-452a-b4e1-686ed5d6164e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cca07933-35aa-452a-b4e1-686ed5d6164e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:42,617 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.078s 2022-06-05 08:48:42,618 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa30582-65ba-4dc4-9315-49ff58fa4cc2', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa30582-65ba-4dc4-9315-49ff58fa4cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:43,659 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.036s 2022-06-05 08:48:43,660 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-598a14d5-714c-4c26-b274-f3b6f04b67ca', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-598a14d5-714c-4c26-b274-f3b6f04b67ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:44,722 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:48:44,722 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb27c0f5-1487-459a-89e9-9b16fed0a53f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb27c0f5-1487-459a-89e9-9b16fed0a53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:45,778 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.051s 2022-06-05 08:48:45,779 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b761d3-d772-4f1c-9019-cdf8a1d66242', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b761d3-d772-4f1c-9019-cdf8a1d66242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:46,834 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:48:46,834 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3c0dd3-f396-43a0-9728-f5374fba4a1f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3c0dd3-f396-43a0-9728-f5374fba4a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:47,895 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:48:47,896 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02952b8-53bd-4ac5-b19b-cc21041a49cb', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02952b8-53bd-4ac5-b19b-cc21041a49cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:48,966 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.065s 2022-06-05 08:48:48,966 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619b7543-611e-4356-b8ff-76b4eeea09b8', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619b7543-611e-4356-b8ff-76b4eeea09b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:50,007 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:48:50,007 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef0838e-e1a4-4ebd-9438-5bde5c128d01', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef0838e-e1a4-4ebd-9438-5bde5c128d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:51,054 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:48:51,054 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e495b4a2-f8f0-434b-b670-0339aac70da9', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e495b4a2-f8f0-434b-b670-0339aac70da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:52,114 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:48:52,115 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120dba9f-931d-4b4d-b0fb-8cd9252c9f3f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120dba9f-931d-4b4d-b0fb-8cd9252c9f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:53,154 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.034s 2022-06-05 08:48:53,154 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56cea74-5904-4e11-9c1f-e2b74f1b6861', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56cea74-5904-4e11-9c1f-e2b74f1b6861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:54,244 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.083s 2022-06-05 08:48:54,244 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5707f4a1-edaa-4ca6-85fa-368280da1f7d', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5707f4a1-edaa-4ca6-85fa-368280da1f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:55,291 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:48:55,292 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab87f44-4e6f-4fb0-8a25-d71b945e27ca', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab87f44-4e6f-4fb0-8a25-d71b945e27ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:56,429 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.132s 2022-06-05 08:48:56,429 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b833276-5b18-46e0-8553-891666e08d91', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b833276-5b18-46e0-8553-891666e08d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:57,482 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:48:57,483 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2404ba3a-4a7d-45f5-8a5d-ee1b53cac953', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2404ba3a-4a7d-45f5-8a5d-ee1b53cac953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:58,561 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.072s 2022-06-05 08:48:58,561 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef68ec3-e1ad-441c-b49e-1444485a22af', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef68ec3-e1ad-441c-b49e-1444485a22af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:48:59,633 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:48:59,633 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f72b25d0-636b-44a1-955b-3dbdb359cfe8', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f72b25d0-636b-44a1-955b-3dbdb359cfe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:00,710 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.071s 2022-06-05 08:49:00,710 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74fece1c-3fbc-4315-8fe2-0ad75f3bb248', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74fece1c-3fbc-4315-8fe2-0ad75f3bb248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:01,768 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.053s 2022-06-05 08:49:01,769 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352870c5-ea19-4952-8fe0-70df309a4e5e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352870c5-ea19-4952-8fe0-70df309a4e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:02,837 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:49:02,837 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ced99d7-68c6-4299-b3b2-237d9db0dd47', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ced99d7-68c6-4299-b3b2-237d9db0dd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:03,902 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:49:03,902 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6d0e18-379d-4fa2-9ccc-3f8189b6d425', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6d0e18-379d-4fa2-9ccc-3f8189b6d425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:04,945 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:49:04,945 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddce2aa0-594f-4c49-97a3-a46996ddc80d', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddce2aa0-594f-4c49-97a3-a46996ddc80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:06,006 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:49:06,006 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ad01ab-2d00-477c-8fac-5f8760448189', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ad01ab-2d00-477c-8fac-5f8760448189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:07,083 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.071s 2022-06-05 08:49:07,083 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe0341d-ac76-4a96-902e-8f0f4d65812e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe0341d-ac76-4a96-902e-8f0f4d65812e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:08,156 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.067s 2022-06-05 08:49:08,157 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e0d2df-e5ce-47e2-90a0-30d65746dc17', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e0d2df-e5ce-47e2-90a0-30d65746dc17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:09,230 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.067s 2022-06-05 08:49:09,230 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb02ed65-11fc-4502-b5e3-b42e4b936fa3', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb02ed65-11fc-4502-b5e3-b42e4b936fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:10,283 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:49:10,283 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77864a99-fc86-4d70-bb40-817cba347c17', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77864a99-fc86-4d70-bb40-817cba347c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:11,463 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.099s 2022-06-05 08:49:11,464 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe9bc59-e8a8-4e34-a7d7-943e407d580e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe9bc59-e8a8-4e34-a7d7-943e407d580e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:12,555 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.082s 2022-06-05 08:49:12,556 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587f277a-64cb-402f-8389-b5f820ddefd8', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587f277a-64cb-402f-8389-b5f820ddefd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:13,664 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.102s 2022-06-05 08:49:13,665 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3de3dc3d-520a-4396-a1ad-bd82c28d9ebc', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3de3dc3d-520a-4396-a1ad-bd82c28d9ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:14,725 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.055s 2022-06-05 08:49:14,726 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe71f70-4ba5-45b1-a1da-d1081756a9b3', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe71f70-4ba5-45b1-a1da-d1081756a9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:15,762 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:49:15,762 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02b0994-7909-4d1a-8f75-65ae4be1cb43', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02b0994-7909-4d1a-8f75-65ae4be1cb43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:16,799 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:49:16,800 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af0e0dd-b1dd-44de-9d66-8166884aad50', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af0e0dd-b1dd-44de-9d66-8166884aad50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:17,871 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.067s 2022-06-05 08:49:17,871 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad0ed6c-ab56-4586-b677-3fac02e0227a', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad0ed6c-ab56-4586-b677-3fac02e0227a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:18,940 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.064s 2022-06-05 08:49:18,941 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed752907-f291-44d1-8b74-99e11e323773', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed752907-f291-44d1-8b74-99e11e323773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:19,977 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:49:19,978 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8988b36b-0faa-4a37-b2ef-719f795287c1', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8988b36b-0faa-4a37-b2ef-719f795287c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:21,031 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:49:21,032 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37e3895c-4623-45d8-a2d9-c4637eae396a', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37e3895c-4623-45d8-a2d9-c4637eae396a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:22,186 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.149s 2022-06-05 08:49:22,187 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480c2e41-23d1-4148-b957-8439eae6506f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-480c2e41-23d1-4148-b957-8439eae6506f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:23,249 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:49:23,250 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdb9840-f14a-46de-84e0-6f5f6ee31bea', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdb9840-f14a-46de-84e0-6f5f6ee31bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:24,321 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:49:24,321 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d218689-42b7-4754-a1c7-e763c2bebb90', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d218689-42b7-4754-a1c7-e763c2bebb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:25,411 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.085s 2022-06-05 08:49:25,411 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd722f33-39b0-47c1-bb4a-aec980753516', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd722f33-39b0-47c1-bb4a-aec980753516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:26,445 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.029s 2022-06-05 08:49:26,446 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822c37f7-6176-4433-9c59-9084a928dd73', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822c37f7-6176-4433-9c59-9084a928dd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:48:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:27,489 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:49:27,489 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-547d3b14-938a-42bc-beaf-c24c3d51fddc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-547d3b14-938a-42bc-beaf-c24c3d51fddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:27.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:27,494 119939 INFO [tempest.common.waiters] backup 5870fd04-7a50-4dfc-8cc9-afb54eae3d74 reached available after waiting for 234.493997 seconds 2022-06-05 08:49:27,633 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.139s 2022-06-05 08:49:27,633 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73152fa-b287-45ce-9aed-ca5a1f1722ac', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73152fa-b287-45ce-9aed-ca5a1f1722ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:49:27.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:49:27,641 119939 INFO [tempest.common.waiters] volume 4ae365a5-2cf9-41e3-9420-e058269f5133 reached available after waiting for 0.641208 seconds 2022-06-05 08:49:32,345 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74/restore 4.703s 2022-06-05 08:49:32,345 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"restore": {}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7ed565-48f7-49e8-99c6-949a0c7f1ee4', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7ed565-48f7-49e8-99c6-949a0c7f1ee4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74/restore'} Body: b'{"restore": {"backup_id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "volume_id": "6690f1c0-ae80-4c42-8dd2-a2dc3db1727a", "volume_name": "restore_backup_5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}}' 2022-06-05 08:49:32,386 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:49:32,386 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16780164-f687-448a-ad6c-3c006c5fbdfe', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16780164-f687-448a-ad6c-3c006c5fbdfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:33,437 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:49:33,438 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd4c70e-d44c-4d40-83ec-04360ea8e667', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd4c70e-d44c-4d40-83ec-04360ea8e667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:34,547 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.105s 2022-06-05 08:49:34,548 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566e953f-f95f-44cf-a444-ecf65bee08b2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566e953f-f95f-44cf-a444-ecf65bee08b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:35,601 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:49:35,602 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599ad72d-6d63-4d99-ad83-af425c8db279', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599ad72d-6d63-4d99-ad83-af425c8db279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:36,652 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:49:36,652 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d65477-6cfb-494b-a27a-7202bcf01080', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d65477-6cfb-494b-a27a-7202bcf01080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:37,689 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:49:37,689 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0efe38e-b606-486c-b980-fa2688f4119a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0efe38e-b606-486c-b980-fa2688f4119a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:38,731 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:49:38,732 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0b7eba-f492-422c-be86-0b4af47f9b77', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0b7eba-f492-422c-be86-0b4af47f9b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:39,791 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:49:39,792 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd1bec4-9771-40f2-a78e-7c8bec3855b8', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd1bec4-9771-40f2-a78e-7c8bec3855b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:40,841 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:49:40,841 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28de9074-7e45-42be-b355-9deb49e0249b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28de9074-7e45-42be-b355-9deb49e0249b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:42,518 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.671s 2022-06-05 08:49:42,518 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf0e18d-814f-45d2-948f-fb596da690fa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf0e18d-814f-45d2-948f-fb596da690fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:43,561 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.038s 2022-06-05 08:49:43,561 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a2c44f-8c4e-4d90-ad75-a203f206c543', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a2c44f-8c4e-4d90-ad75-a203f206c543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:44,625 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:49:44,626 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924eb119-b62b-4f19-936b-661de735dd92', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924eb119-b62b-4f19-936b-661de735dd92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:45,664 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.033s 2022-06-05 08:49:45,665 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e4b574-980f-4c23-b783-78aacf8b3843', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e4b574-980f-4c23-b783-78aacf8b3843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:46,702 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:49:46,702 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398d2756-194a-4a02-b60b-cf407294cd47', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398d2756-194a-4a02-b60b-cf407294cd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:47,740 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.032s 2022-06-05 08:49:47,740 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eb937dd-5821-4a98-921e-99216fa1f47b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eb937dd-5821-4a98-921e-99216fa1f47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:48,784 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.038s 2022-06-05 08:49:48,784 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39aac2e4-9e9b-471c-a679-6d2863775909', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39aac2e4-9e9b-471c-a679-6d2863775909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:49,842 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.052s 2022-06-05 08:49:49,843 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f2bad8-e0d6-4ca0-a849-adbe635082ae', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f2bad8-e0d6-4ca0-a849-adbe635082ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:50,900 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.052s 2022-06-05 08:49:50,900 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d927e2a-d940-4389-8c4f-77ae1858b1d0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d927e2a-d940-4389-8c4f-77ae1858b1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:51,964 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:49:51,964 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-953a3bb9-3179-4011-9eaf-fd68b3c8a95a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-953a3bb9-3179-4011-9eaf-fd68b3c8a95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:53,018 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:49:53,018 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a141499e-03ba-497e-9a00-6ad6ecbaf716', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a141499e-03ba-497e-9a00-6ad6ecbaf716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:54,071 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.048s 2022-06-05 08:49:54,072 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44d28d4-270a-4f55-86f4-5a58d6591e45', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44d28d4-270a-4f55-86f4-5a58d6591e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:55,137 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:49:55,137 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ee7590-721f-49f8-8a1a-7d872498de00', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ee7590-721f-49f8-8a1a-7d872498de00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:56,172 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.030s 2022-06-05 08:49:56,172 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd802258-65d1-43f4-b009-3e5d748695b6', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd802258-65d1-43f4-b009-3e5d748695b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:57,317 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.140s 2022-06-05 08:49:57,317 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6285dde9-cda7-47e4-9f44-84613e3ab6e5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6285dde9-cda7-47e4-9f44-84613e3ab6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:58,357 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:49:58,358 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63119ba6-862e-40e6-9015-e6443a2e56c3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63119ba6-862e-40e6-9015-e6443a2e56c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:49:59,423 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:49:59,423 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2de2e57c-6a40-4a73-914f-92380022899b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2de2e57c-6a40-4a73-914f-92380022899b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:00,499 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.071s 2022-06-05 08:50:00,500 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434fd816-840c-45fc-8def-c7987a08cefe', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434fd816-840c-45fc-8def-c7987a08cefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:01,558 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:50:01,558 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc29319-9f73-43d9-aad3-11954f1c8bc0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc29319-9f73-43d9-aad3-11954f1c8bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:02,605 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.041s 2022-06-05 08:50:02,606 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a412d087-e5e6-4ace-8a88-5db878696f92', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a412d087-e5e6-4ace-8a88-5db878696f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:03,658 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:50:03,659 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c109ec5d-9ed1-45f2-a9d8-f76857eb15ee', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c109ec5d-9ed1-45f2-a9d8-f76857eb15ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:04,728 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.054s 2022-06-05 08:50:04,729 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83e759d-adc3-48c4-8d6b-8d61fb91be34', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83e759d-adc3-48c4-8d6b-8d61fb91be34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:05,780 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:50:05,780 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2abb45e5-9973-471b-95d9-28334404b43e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2abb45e5-9973-471b-95d9-28334404b43e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:06,826 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.040s 2022-06-05 08:50:06,826 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4c2ec2-d59e-4135-9f37-fc9a0ccd7205', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4c2ec2-d59e-4135-9f37-fc9a0ccd7205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:07,884 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.053s 2022-06-05 08:50:07,885 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa33d29f-717a-4828-96ab-bdd88bebad2f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa33d29f-717a-4828-96ab-bdd88bebad2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:08,985 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.094s 2022-06-05 08:50:08,985 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c274767-07f2-4ed0-91b5-defbabbdbb7b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c274767-07f2-4ed0-91b5-defbabbdbb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:10,056 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:50:10,057 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1993ada-d099-47c1-bf93-10d9432e6bfb', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1993ada-d099-47c1-bf93-10d9432e6bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:11,121 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:50:11,121 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c870fdae-79e9-46d2-b6fe-4b57cbe54c98', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c870fdae-79e9-46d2-b6fe-4b57cbe54c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:12,450 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.323s 2022-06-05 08:50:12,450 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e03b1586-2300-4acc-b6f5-cbd6d46a8b39', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e03b1586-2300-4acc-b6f5-cbd6d46a8b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:13,690 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.234s 2022-06-05 08:50:13,690 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064eb89f-6be7-4289-95d3-b223ee9853ee', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064eb89f-6be7-4289-95d3-b223ee9853ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:14,756 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:50:14,756 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfacb044-8a18-4390-962d-f96e97e691ca', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfacb044-8a18-4390-962d-f96e97e691ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:15,836 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.074s 2022-06-05 08:50:15,836 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ac7706-509a-4b1b-9ab5-f46a04f5367c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ac7706-509a-4b1b-9ab5-f46a04f5367c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:16,952 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.110s 2022-06-05 08:50:16,952 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f513b5a-7b13-4863-af1e-dc5f75248015', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f513b5a-7b13-4863-af1e-dc5f75248015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:18,036 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.079s 2022-06-05 08:50:18,036 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a93c818-2f21-4ba1-942b-4cab7f1aa4f7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a93c818-2f21-4ba1-942b-4cab7f1aa4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:19,075 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.034s 2022-06-05 08:50:19,075 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74874d4b-0cf0-478e-8155-ffbb4901e564', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74874d4b-0cf0-478e-8155-ffbb4901e564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:20,126 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:50:20,127 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7f8094-81ca-4f00-ae6a-af9a4036a7b7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7f8094-81ca-4f00-ae6a-af9a4036a7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:21,172 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.040s 2022-06-05 08:50:21,172 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c4b1ac-1f01-4fd4-9bfc-4f4f1902f641', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61c4b1ac-1f01-4fd4-9bfc-4f4f1902f641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:22,241 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.063s 2022-06-05 08:50:22,242 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1557e6e3-cf04-4760-a753-328646ba4fc0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1557e6e3-cf04-4760-a753-328646ba4fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:23,333 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.086s 2022-06-05 08:50:23,333 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-641371a1-3374-43ea-8f20-51db7c62c243', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-641371a1-3374-43ea-8f20-51db7c62c243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:24,494 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.156s 2022-06-05 08:50:24,494 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a81058c-5728-4dea-aac7-49f3725a35d4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a81058c-5728-4dea-aac7-49f3725a35d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:25,542 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:50:25,542 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76095111-b603-4920-bddd-7747877521aa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76095111-b603-4920-bddd-7747877521aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:26,587 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.040s 2022-06-05 08:50:26,588 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998937bd-8d63-4bcd-92ca-76e241fd999a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998937bd-8d63-4bcd-92ca-76e241fd999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:27,628 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:50:27,629 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9af4d87-02b8-4a7d-8788-656f73ec7074', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9af4d87-02b8-4a7d-8788-656f73ec7074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:28,820 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.186s 2022-06-05 08:50:28,820 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6681bd5-7b24-4cd1-ba06-0f2424f4931a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6681bd5-7b24-4cd1-ba06-0f2424f4931a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:29,860 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.034s 2022-06-05 08:50:29,860 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b319819-a518-4248-8b99-def0e1d9fc88', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b319819-a518-4248-8b99-def0e1d9fc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:30,975 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.110s 2022-06-05 08:50:30,975 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cecefcf-9d9c-4261-adaa-a2723f8e05ee', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cecefcf-9d9c-4261-adaa-a2723f8e05ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:32,021 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.041s 2022-06-05 08:50:32,022 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-463f22bb-079e-4c90-8091-b2e6f00ada2a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-463f22bb-079e-4c90-8091-b2e6f00ada2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:33,084 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:50:33,084 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5461b2d7-9812-460a-8f87-e5a1025f3c37', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5461b2d7-9812-460a-8f87-e5a1025f3c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:34,123 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.033s 2022-06-05 08:50:34,123 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34607c9e-c053-40fd-9cdb-666608d3fd5f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34607c9e-c053-40fd-9cdb-666608d3fd5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:35,408 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.280s 2022-06-05 08:50:35,409 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad1a5a9-f4ce-4d15-a311-1b544d500a54', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad1a5a9-f4ce-4d15-a311-1b544d500a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:36,480 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:50:36,481 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4a27cf-88d9-4551-911f-6ac2574b3a44', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4a27cf-88d9-4551-911f-6ac2574b3a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:37,543 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:50:37,544 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-258a5469-2d7e-4ea0-b465-b8b9fee0f017', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-258a5469-2d7e-4ea0-b465-b8b9fee0f017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:38,575 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.026s 2022-06-05 08:50:38,575 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d22a3b63-9de8-49ac-a3c4-eb4d16095d06', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d22a3b63-9de8-49ac-a3c4-eb4d16095d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:39,651 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.071s 2022-06-05 08:50:39,652 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e774953-a3bb-4eff-af97-aa8c0acfcb82', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e774953-a3bb-4eff-af97-aa8c0acfcb82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:40,726 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.069s 2022-06-05 08:50:40,727 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802412ab-cfe0-4421-8b6a-91799f066bd1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802412ab-cfe0-4421-8b6a-91799f066bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:41,777 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:50:41,778 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83535279-91f1-4196-b711-c308559f5037', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83535279-91f1-4196-b711-c308559f5037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:42,818 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.035s 2022-06-05 08:50:42,818 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599cdccb-0dc5-45c7-b0d9-1f91d5932ca4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599cdccb-0dc5-45c7-b0d9-1f91d5932ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:43,882 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.058s 2022-06-05 08:50:43,882 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b1e64f-4f9e-49c7-81a9-d085bf0dbdc9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b1e64f-4f9e-49c7-81a9-d085bf0dbdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:44,931 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:50:44,932 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f64b15-ac91-4141-9252-b5c039480bb2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f64b15-ac91-4141-9252-b5c039480bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:45,994 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:50:45,995 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3ecf9b-005b-47f9-b158-f34bd4eaf4ec', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3ecf9b-005b-47f9-b158-f34bd4eaf4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:47,045 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.045s 2022-06-05 08:50:47,045 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2812695d-9de3-4b87-a18b-90be4d2482a0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2812695d-9de3-4b87-a18b-90be4d2482a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:48,108 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.057s 2022-06-05 08:50:48,108 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaddf290-8c92-4aac-a232-5c06185ed54e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaddf290-8c92-4aac-a232-5c06185ed54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:49,157 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:50:49,158 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0964bceb-119a-41ec-b869-737e71e9f473', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0964bceb-119a-41ec-b869-737e71e9f473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:50,224 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.060s 2022-06-05 08:50:50,224 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3940c8e4-4f0b-4d7b-8b4e-72fcefb91bfa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3940c8e4-4f0b-4d7b-8b4e-72fcefb91bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:51,267 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.037s 2022-06-05 08:50:51,267 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae67e7f-5eb3-4f0f-bdaf-171717a0eab0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae67e7f-5eb3-4f0f-bdaf-171717a0eab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:52,329 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:50:52,329 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9094eba-beb4-4f14-93e9-15ad72ad8a3f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9094eba-beb4-4f14-93e9-15ad72ad8a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:53,389 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.053s 2022-06-05 08:50:53,389 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5690b780-9474-4f95-9aa1-ee69c6585480', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5690b780-9474-4f95-9aa1-ee69c6585480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:54,436 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.042s 2022-06-05 08:50:54,436 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d696e4-72f6-476c-9ece-536977578fcc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d696e4-72f6-476c-9ece-536977578fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:55,499 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.058s 2022-06-05 08:50:55,500 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20adcb4f-08e3-434e-b928-fe6436a4fae3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20adcb4f-08e3-434e-b928-fe6436a4fae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:56,580 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.075s 2022-06-05 08:50:56,580 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb64e56d-d321-4935-9d2f-5b12a333c906', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb64e56d-d321-4935-9d2f-5b12a333c906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:57,636 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.050s 2022-06-05 08:50:57,636 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61adc15-688d-443a-89ec-6d12b2cd3334', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61adc15-688d-443a-89ec-6d12b2cd3334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:58,713 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.072s 2022-06-05 08:50:58,714 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b7b57c-0355-493c-9fe6-7e6055e6c449', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b7b57c-0355-493c-9fe6-7e6055e6c449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:50:59,873 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.154s 2022-06-05 08:50:59,873 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb16af1-29fc-43aa-a0bd-2b63019f60f6', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb16af1-29fc-43aa-a0bd-2b63019f60f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:00,934 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.056s 2022-06-05 08:51:00,935 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7baeb625-6caa-4a35-a472-06d16c4b984e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7baeb625-6caa-4a35-a472-06d16c4b984e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:01,981 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.041s 2022-06-05 08:51:01,981 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89e905d-1369-40f7-abe2-eaddeb4909c4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89e905d-1369-40f7-abe2-eaddeb4909c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:03,017 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.031s 2022-06-05 08:51:03,018 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71eed78-19d4-44ad-ba5a-f7a6ca391022', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71eed78-19d4-44ad-ba5a-f7a6ca391022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:04,089 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.066s 2022-06-05 08:51:04,090 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d3c6db-8e66-409a-97af-e5dead3e9d1d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d3c6db-8e66-409a-97af-e5dead3e9d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:05,123 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.028s 2022-06-05 08:51:05,123 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f6b269-f9e2-418b-97b5-a0655a673829', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f6b269-f9e2-418b-97b5-a0655a673829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:06,217 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.088s 2022-06-05 08:51:06,217 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d203a9-b3e0-4edd-bb2f-935db927d0c0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d203a9-b3e0-4edd-bb2f-935db927d0c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:07,269 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.047s 2022-06-05 08:51:07,269 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a76744-f5c9-4284-9c1a-116a275747fa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a76744-f5c9-4284-9c1a-116a275747fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:08,344 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.070s 2022-06-05 08:51:08,345 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85916a46-ebf3-46a1-b883-0fbe889be5b4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85916a46-ebf3-46a1-b883-0fbe889be5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:09,389 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.040s 2022-06-05 08:51:09,389 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf694aba-23a5-46a2-a73f-553a1bf0c7e2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf694aba-23a5-46a2-a73f-553a1bf0c7e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:10,438 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.044s 2022-06-05 08:51:10,439 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3833656-f26c-4d54-a9cc-534aac36f3c7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3833656-f26c-4d54-a9cc-534aac36f3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:11,538 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.093s 2022-06-05 08:51:11,538 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa24aca3-69ee-462e-a1cf-c146185f5ac2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa24aca3-69ee-462e-a1cf-c146185f5ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:12,586 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.043s 2022-06-05 08:51:12,587 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2eea7a6-f105-4fa3-b901-6cd5a8b13b6d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2eea7a6-f105-4fa3-b901-6cd5a8b13b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:13,641 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.046s 2022-06-05 08:51:13,642 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b1e925-59b5-40d9-ad03-401f28bc4748', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b1e925-59b5-40d9-ad03-401f28bc4748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:14,707 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.059s 2022-06-05 08:51:14,707 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a36dda-aca4-4a19-a0c0-2b237cf53d45', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a36dda-aca4-4a19-a0c0-2b237cf53d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:15,754 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.039s 2022-06-05 08:51:15,754 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee657b6-729e-4a29-a760-e9354d90f9c9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee657b6-729e-4a29-a760-e9354d90f9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:49:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:16,837 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.076s 2022-06-05 08:51:16,838 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b204b7e0-1049-45ec-88ca-3889a65a7129', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b204b7e0-1049-45ec-88ca-3889a65a7129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'{"backup": {"id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-06-05T08:45:33.000000", "updated_at": "2022-06-05T08:51:16.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-06-05T08:45:33.000000"}}' 2022-06-05 08:51:16,842 119939 INFO [tempest.common.waiters] backup 5870fd04-7a50-4dfc-8cc9-afb54eae3d74 reached available after waiting for 104.842243 seconds 2022-06-05 08:51:16,957 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a 0.115s 2022-06-05 08:51:16,958 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2b03b44-ce74-400f-b862-4e064634b5c5', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b03b44-ce74-400f-b862-4e064634b5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a'} Body: b'{"volume": {"id": "6690f1c0-ae80-4c42-8dd2-a2dc3db1727a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:49:28.000000", "updated_at": "2022-06-05T08:51:16.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:16,965 119939 INFO [tempest.common.waiters] volume 6690f1c0-ae80-4c42-8dd2-a2dc3db1727a reached available after waiting for 0.965141 seconds 2022-06-05 08:51:17,067 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a 0.102s 2022-06-05 08:51:17,068 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecfd37c-3241-4df1-8805-c98c97f256ab', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecfd37c-3241-4df1-8805-c98c97f256ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a'} Body: b'{"volume": {"id": "6690f1c0-ae80-4c42-8dd2-a2dc3db1727a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:49:28.000000", "updated_at": "2022-06-05T08:51:16.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "5870fd04-7a50-4dfc-8cc9-afb54eae3d74"}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:17,330 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.252s 2022-06-05 08:51:17,330 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-1672451343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBESjR/x5C2MkIWcSRaDW8TRkloWtOkDFyDRQ3fw+b5HaiMA5pMzbbkzB3chyAUpjEK+0+E4CwV48ihZ78HShU2bRMWYtiwZykKi34fg0np7JLsTpEitl6/i6yAZdEGL1DQ=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', '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-fd9124c1-1f57-448f-9e26-bedbd4300925', 'x-compute-request-id': 'req-fd9124c1-1f57-448f-9e26-bedbd4300925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-1672451343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBESjR/x5C2MkIWcSRaDW8TRkloWtOkDFyDRQ3fw+b5HaiMA5pMzbbkzB3chyAUpjEK+0+E4CwV48ihZ78HShU2bRMWYtiwZykKi34fg0np7JLsTpEitl6/i6yAZdEGL1DQ==", "fingerprint": "ac:ef:bf:c4:cf:ae:e4:c8:38:fd:2d:d5:4e:88:aa:5f", "user_id": "1d30256cb2384c91ae6bd7b587f318ff"}}' 2022-06-05 08:51:18,500 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-groups 1.168s 2022-06-05 08:51:18,501 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1656450292", "description": "tempest-secgroup-smoke-1656450292 description", "project_id": "16cd268d827946e998770378355e8dbc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-4a8b12d5-a25d-4260-919f-6fd56e99c509', 'date': 'Sun, 05 Jun 2022 08:51:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "name": "tempest-secgroup-smoke-1656450292", "stateful": true, "tenant_id": "16cd268d827946e998770378355e8dbc", "description": "tempest-secgroup-smoke-1656450292 description", "shared": false, "security_group_rules": [{"id": "3540749a-28e5-4a63-8380-52e02d365e26", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "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": 3668, "description": null, "tags": [], "created_at": "2022-06-05T08:51:18Z", "updated_at": "2022-06-05T08:51:18Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}, {"id": "7d68634f-b940-4b11-898e-9f72ec571806", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "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": 3667, "description": null, "tags": [], "created_at": "2022-06-05T08:51:17Z", "updated_at": "2022-06-05T08:51:17Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}], "tags": [], "created_at": "2022-06-05T08:51:17Z", "updated_at": "2022-06-05T08:51:18Z", "revision_number": 1, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:20,998 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 2.496s 2022-06-05 08:51:20,998 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d0ad092b-45e8-498d-9704-8a326c0359c9', 'date': 'Sun, 05 Jun 2022 08:51:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6e80ed1f-3679-490e-b43a-d4128ea2dce3", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:20Z", "updated_at": "2022-06-05T08:51:20Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:21,353 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.354s 2022-06-05 08:51:21,354 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-6f37cdd7-0c4b-45fd-b1da-e492f9f4405e', 'date': 'Sun, 05 Jun 2022 08:51:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5af6a20b-2951-4b9c-9980-294cc569509f", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:21Z", "updated_at": "2022-06-05T08:51:21Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:22,126 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.771s 2022-06-05 08:51:22,126 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e066a8c5-9e7c-49d8-80e4-d205b2989457', 'date': 'Sun, 05 Jun 2022 08:51:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64ccfa8b-fae1-4779-9744-358a6ba32275", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:21Z", "updated_at": "2022-06-05T08:51:21Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:24,454 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 2.327s 2022-06-05 08:51:24,454 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-44402728-2465-4fb1-84e9-4dc1af104ab9', 'date': 'Sun, 05 Jun 2022 08:51:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c325d3bf-3eba-4160-b715-ee379df6027c", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:23Z", "updated_at": "2022-06-05T08:51:23Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:25,181 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.726s 2022-06-05 08:51:25,182 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2bc4e881-e48b-4adb-b83d-58e75bf0d73b', 'date': 'Sun, 05 Jun 2022 08:51:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b42d809e-3fef-4e7f-a97d-2cd1d7af85a0", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:24Z", "updated_at": "2022-06-05T08:51:24Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:26,378 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 1.196s 2022-06-05 08:51:26,379 119939 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": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "project_id": "16cd268d827946e998770378355e8dbc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-8f31e4eb-75ee-4d0e-bd35-34413b68b9e0', 'date': 'Sun, 05 Jun 2022 08:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be908df6-a4ee-4535-8498-a7cbfc86a358", "tenant_id": "16cd268d827946e998770378355e8dbc", "security_group_id": "db6e8b47-2f9a-47cf-8f81-5f429b699759", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:51:25Z", "updated_at": "2022-06-05T08:51:25Z", "revision_number": 0, "project_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:26,695 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.311s 2022-06-05 08:51:26,696 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5bba28c2-b171-4fca-8409-80f11394a2b4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1d30256cb2384c91ae6bd7b587f318ff", "name": "tempest-TestVolumeBackupRestore-695620475-project", "password_expires_at": null}, "audit_ids": ["QAUDNoHgRtaGLhTxmzLD3g"], "expires_at": "2022-06-05T09:51:26.000000Z", "issued_at": "2022-06-05T08:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16cd268d827946e998770378355e8dbc", "name": "tempest-TestVolumeBackupRestore-695620475"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/16cd268d827946e998770378355e8dbc", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_16cd268d827946e998770378355e8dbc", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:51:26,698 119939 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': 'f8526050-effe-4004-8694-169b93297418', 'name': 'tempest-TestVolumeBackupRestore-1658325906-network', 'tenant_id': '16cd268d827946e998770378355e8dbc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '16cd268d827946e998770378355e8dbc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 117, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:43:44Z', 'updated_at': '2022-06-05T08:43:44Z', 'revision_number': 1} available for tenant 2022-06-05 08:51:31,058 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.33/compute/v2.1/servers 4.360s 2022-06-05 08:51:31,059 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBackupRestore-server-902330192", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "6690f1c0-ae80-4c42-8dd2-a2dc3db1727a", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-1672451343", "security_groups": [{"name": "tempest-secgroup-smoke-1656450292"}], "networks": [{"uuid": "f8526050-effe-4004-8694-169b93297418"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776', '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-41fcaeb8-84d4-4c28-aea5-4d2dddb47cc1', 'x-compute-request-id': 'req-41fcaeb8-84d4-4c28-aea5-4d2dddb47cc1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "4187ef37-5c25-4455-b079-f7143e822776", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4187ef37-5c25-4455-b079-f7143e822776"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1656450292"}], "adminPass": "JouKi9s7i5x5"}}' 2022-06-05 08:51:31,388 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776 0.327s 2022-06-05 08:51:31,389 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1098', '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-36ce5306-ddab-4c31-b023-29ede11ef5f7', 'x-compute-request-id': 'req-36ce5306-ddab-4c31-b023-29ede11ef5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776'} Body: b'{"server": {"id": "4187ef37-5c25-4455-b079-f7143e822776", "name": "tempest-TestVolumeBackupRestore-server-902330192", "status": "BUILD", "tenant_id": "16cd268d827946e998770378355e8dbc", "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:31Z", "updated": "2022-06-05T08:51:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4187ef37-5c25-4455-b079-f7143e822776"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBackupRestore-1672451343", "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": []}}' 2022-06-05 08:51:33,136 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776 0.739s 2022-06-05 08:51:33,137 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', '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-13b5cd63-7554-499b-83c4-1a0589f36f45', 'x-compute-request-id': 'req-13b5cd63-7554-499b-83c4-1a0589f36f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776'} Body: b'{"server": {"id": "4187ef37-5c25-4455-b079-f7143e822776", "name": "tempest-TestVolumeBackupRestore-server-902330192", "status": "ERROR", "tenant_id": "16cd268d827946e998770378355e8dbc", "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:51:30Z", "updated": "2022-06-05T08:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/4187ef37-5c25-4455-b079-f7143e822776"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:51:32Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBackupRestore-1672451343", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6690f1c0-ae80-4c42-8dd2-a2dc3db1727a"}]}}' 2022-06-05 08:51:33,144 119939 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2022-06-05 08:51:34,096 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 204 DELETE http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776 0.951s 2022-06-05 08:51:34,096 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1dabed6-947e-482f-a606-2efc64aa44e2', 'x-compute-request-id': 'req-a1dabed6-947e-482f-a606-2efc64aa44e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776'} Body: b'' 2022-06-05 08:51:34,220 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 404 GET http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776 0.123s 2022-06-05 08:51:34,221 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2b290bef-aa5e-43e1-9aa5-220b903f8d88', 'x-compute-request-id': 'req-2b290bef-aa5e-43e1-9aa5-220b903f8d88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/4187ef37-5c25-4455-b079-f7143e822776'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4187ef37-5c25-4455-b079-f7143e822776 could not be found."}}' 2022-06-05 08:51:35,740 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/db6e8b47-2f9a-47cf-8f81-5f429b699759 1.483s 2022-06-05 08:51:35,741 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-ecea8e9e-4cf2-4454-bf62-67c6f771d07c', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:51:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/db6e8b47-2f9a-47cf-8f81-5f429b699759'} Body: b'' 2022-06-05 08:51:35,803 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-1672451343 0.062s 2022-06-05 08:51:35,804 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b01587ec-d915-40e9-8b6c-1cc716a024d0', 'x-compute-request-id': 'req-b01587ec-d915-40e9-8b6c-1cc716a024d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-1672451343'} Body: b'' 2022-06-05 08:51:35,989 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a 0.184s 2022-06-05 08:51:35,989 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0412536-5585-4705-b6f5-a5f9e0cb48dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/6690f1c0-ae80-4c42-8dd2-a2dc3db1727a'} Body: b'' 2022-06-05 08:51:36,357 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74 0.367s 2022-06-05 08:51:36,357 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-9b092b12-4d4d-46cf-814f-f33174962e46', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b092b12-4d4d-46cf-814f-f33174962e46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/backups/5870fd04-7a50-4dfc-8cc9-afb54eae3d74'} Body: b'' 2022-06-05 08:51:36,519 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.162s 2022-06-05 08:51:36,520 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0bd3d8-0dac-4aa3-aaeb-4b48ef5f5489', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'' 2022-06-05 08:51:36,632 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.111s 2022-06-05 08:51:36,632 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f1c2a4-87e4-43b5-8e88-bfa608410ba4', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f1c2a4-87e4-43b5-8e88-bfa608410ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:37,749 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.104s 2022-06-05 08:51:37,749 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be5fdb2-4142-4c27-972e-92e244e23821', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be5fdb2-4142-4c27-972e-92e244e23821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:38,872 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.115s 2022-06-05 08:51:38,873 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d76995-6395-42a8-9e97-58c87ec53a9c', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d76995-6395-42a8-9e97-58c87ec53a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:40,107 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.227s 2022-06-05 08:51:40,107 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4c5f83-589c-47a2-8e6b-c4ab77545a50', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4c5f83-589c-47a2-8e6b-c4ab77545a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:41,316 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.201s 2022-06-05 08:51:41,316 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6aab689-a40b-4d55-b678-ff4b137a627c', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6aab689-a40b-4d55-b678-ff4b137a627c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:42,579 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.252s 2022-06-05 08:51:42,579 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1116b90d-6e44-4bd7-8415-71deca9fcf97', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1116b90d-6e44-4bd7-8415-71deca9fcf97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:43,714 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.127s 2022-06-05 08:51:43,715 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6678dbac-b6b2-4e66-bcd1-69916be93db9', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6678dbac-b6b2-4e66-bcd1-69916be93db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:44,851 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.128s 2022-06-05 08:51:44,851 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e07bc054-661b-484b-a72e-3bb9b3e2767f', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e07bc054-661b-484b-a72e-3bb9b3e2767f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:46,002 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.142s 2022-06-05 08:51:46,002 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f8587cb-61fc-4b1c-86b5-69418b708dd0', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f8587cb-61fc-4b1c-86b5-69418b708dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:47,110 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.099s 2022-06-05 08:51:47,110 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf54fb8-d265-43fc-9aaa-3bbaf21622b2', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf54fb8-d265-43fc-9aaa-3bbaf21622b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:48,216 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.097s 2022-06-05 08:51:48,217 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f61f580-e303-4df9-9166-c2b4f544c318', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f61f580-e303-4df9-9166-c2b4f544c318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:49,397 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.171s 2022-06-05 08:51:49,397 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25a20585-fbfa-4b49-97b9-1d5a57836dd8', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25a20585-fbfa-4b49-97b9-1d5a57836dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:50,521 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.115s 2022-06-05 08:51:50,522 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddf2c04-b525-4243-9ceb-f3afef49ee39', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddf2c04-b525-4243-9ceb-f3afef49ee39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:51,687 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.156s 2022-06-05 08:51:51,688 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f751ddc-700c-4727-ab20-63844cf6237a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f751ddc-700c-4727-ab20-63844cf6237a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:52,781 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.083s 2022-06-05 08:51:52,782 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93239838-fc4f-4eba-8038-c3d95c37e9bc', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93239838-fc4f-4eba-8038-c3d95c37e9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:53,943 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.151s 2022-06-05 08:51:53,944 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48313881-54dd-4f86-8d07-cb8148b64284', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48313881-54dd-4f86-8d07-cb8148b64284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:55,104 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.151s 2022-06-05 08:51:55,104 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8abffe-e96a-4cbb-8b6d-cb766ae45f33', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8abffe-e96a-4cbb-8b6d-cb766ae45f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:56,276 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.164s 2022-06-05 08:51:56,276 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-523722e0-4736-43a7-acca-d8ed82059c15', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-523722e0-4736-43a7-acca-d8ed82059c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:57,590 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.306s 2022-06-05 08:51:57,590 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b416c50d-ae4a-4fb4-93ca-509320e19520', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b416c50d-ae4a-4fb4-93ca-509320e19520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:58,759 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.159s 2022-06-05 08:51:58,759 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-753074d0-2758-4eac-b0e8-6be9e72abcb1', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-753074d0-2758-4eac-b0e8-6be9e72abcb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:51:59,926 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.159s 2022-06-05 08:51:59,927 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1cc1a0-3053-4838-b376-54b94ad4ef99', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1cc1a0-3053-4838-b376-54b94ad4ef99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:01,117 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.181s 2022-06-05 08:52:01,117 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b3c56e-82ef-46c2-a708-68faa8aa06e5', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b3c56e-82ef-46c2-a708-68faa8aa06e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:02,257 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.132s 2022-06-05 08:52:02,258 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a380b8d7-2c55-476b-852e-3a056e6ec768', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a380b8d7-2c55-476b-852e-3a056e6ec768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:03,415 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.149s 2022-06-05 08:52:03,416 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40cc9cd7-20de-4b1b-be12-e3c94797a3bc', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40cc9cd7-20de-4b1b-be12-e3c94797a3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:04,501 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.078s 2022-06-05 08:52:04,502 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3941ba66-8c5b-4105-8a02-891f07ef192d', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3941ba66-8c5b-4105-8a02-891f07ef192d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:05,623 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.113s 2022-06-05 08:52:05,624 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11eb17e1-c415-48da-8ba1-eacb27228aaa', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11eb17e1-c415-48da-8ba1-eacb27228aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"volume": {"id": "4ae365a5-2cf9-41e3-9420-e058269f5133", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:44:43.000000", "updated_at": "2022-06-05T08:51:36.000000", "name": "tempest-TestVolumeBackupRestore-volume-1451746975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133"}], "user_id": "1d30256cb2384c91ae6bd7b587f318ff", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "16cd268d827946e998770378355e8dbc"}}' 2022-06-05 08:52:06,666 119939 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133 0.035s 2022-06-05 08:52:06,667 119939 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5cea9a-b8a8-4567-91e1-e1303b929ec6', 'x-openstack-request-id': 'req-0e5cea9a-b8a8-4567-91e1-e1303b929ec6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/16cd268d827946e998770378355e8dbc/volumes/4ae365a5-2cf9-41e3-9420-e058269f5133'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4ae365a5-2cf9-41e3-9420-e058269f5133 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_backup_restore.py", line 81, in test_volume_backup_restore server = self.create_server(image_id='', File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 4187ef37-5c25-4455-b079-f7143e822776 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:51:32Z', 'message': 'No valid host was found. '}. Server boot request ID: req-41fcaeb8-84d4-4c28-aea5-4d2dddb47cc1. |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 4 | 0 | 4 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
fail
ft77.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:53:30,251 119950 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-1692646993 on backend None 2022-06-05 08:53:30,415 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types 0.163s 2022-06-05 08:53:30,415 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-scenario-type-luks-1692646993", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117ad7b9-07ad-4f45-aa66-f0b669ddfbf0', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117ad7b9-07ad-4f45-aa66-f0b669ddfbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types'} Body: b'{"volume_type": {"id": "81540e56-b7a9-4748-8ea7-b3f508a9f4c9", "name": "tempest-scenario-type-luks-1692646993", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-06-05 08:53:30,417 119950 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 81540e56-b7a9-4748-8ea7-b3f508a9f4c9 2022-06-05 08:53:30,474 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types/81540e56-b7a9-4748-8ea7-b3f508a9f4c9/encryption 0.056s 2022-06-05 08:53:30,474 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856f82ef-54cb-4f19-87b8-d2cea2375429', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856f82ef-54cb-4f19-87b8-d2cea2375429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types/81540e56-b7a9-4748-8ea7-b3f508a9f4c9/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "81540e56-b7a9-4748-8ea7-b3f508a9f4c9", "encryption_id": "532ab8ff-464e-405e-938a-c92585df17f3"}}' 2022-06-05 08:53:30,945 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes 0.468s 2022-06-05 08:53:30,945 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-307034209", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-1692646993", "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f93dfe-da82-42e0-8385-d4ecaf444d02', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f93dfe-da82-42e0-8385-d4ecaf444d02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:30.857521", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:53:31,007 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.055s 2022-06-05 08:53:31,007 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd5becd-e6b5-4b82-b235-dd1214dab1f6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd5becd-e6b5-4b82-b235-dd1214dab1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:32,061 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.046s 2022-06-05 08:53:32,062 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531d2e26-d72a-4aab-8f4e-b83a1abc0e5e', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531d2e26-d72a-4aab-8f4e-b83a1abc0e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:31.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:33,114 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.043s 2022-06-05 08:53:33,114 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d91d327-e118-46ae-9e7f-84b0e6305736', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d91d327-e118-46ae-9e7f-84b0e6305736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:33.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:33,121 119950 INFO [tempest.common.waiters] volume 4abc43f1-abe0-4d49-b906-43997c020f92 reached available after waiting for 2.121164 seconds 2022-06-05 08:53:33,167 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.045s 2022-06-05 08:53:33,167 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27cafc65-e82a-45c4-ac87-b6515f57b785', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27cafc65-e82a-45c4-ac87-b6515f57b785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:33.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:33,215 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92/action 0.041s 2022-06-05 08:53:33,216 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-set_bootable": {"bootable": true}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-be6c2e4b-5a0d-476e-9915-603c36ee244e', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6c2e4b-5a0d-476e-9915-603c36ee244e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92/action'} Body: b'' 2022-06-05 08:53:33,257 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.035s 2022-06-05 08:53:33,258 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e69f02e-83de-44fe-b8a1-aa09ebc98e90', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "002d53b0f0974a8ba68ff9d0e5d81df3", "name": "tempest-TestVolumeBootPattern-1726159269-project", "password_expires_at": null}, "audit_ids": ["sfm9c0EDTG6KjD9b8M6wPQ"], "expires_at": "2022-06-05T09:53:33.000000Z", "issued_at": "2022-06-05T08:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d27147659194eddaf26e972e5be75b0", "name": "tempest-TestVolumeBootPattern-1726159269"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:53:33,258 119950 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': '4efba431-52b7-48d5-9703-aa9668c7ab96', 'name': 'tempest-TestVolumeBootPattern-1136637909-network', 'tenant_id': '5d27147659194eddaf26e972e5be75b0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d27147659194eddaf26e972e5be75b0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:53:17Z', 'updated_at': '2022-06-05T08:53:17Z', 'revision_number': 1} available for tenant 2022-06-05 08:53:34,213 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.33/compute/v2.1/servers 0.954s 2022-06-05 08:53:34,214 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1558120309", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "4abc43f1-abe0-4d49-b906-43997c020f92", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "4efba431-52b7-48d5-9703-aa9668c7ab96"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50', '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-69baad34-c8fc-41aa-9671-8ae0e47a2036', 'x-compute-request-id': 'req-69baad34-c8fc-41aa-9671-8ae0e47a2036', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "20e8c51e-4fdf-4a31-8308-2e0dc9681c50", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yU3Yvyo9ygyR"}}' 2022-06-05 08:53:34,317 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50 0.101s 2022-06-05 08:53:34,318 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1057', '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-b3a1a2b1-ebed-4fc5-96f6-73cf4cd13a8f', 'x-compute-request-id': 'req-b3a1a2b1-ebed-4fc5-96f6-73cf4cd13a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50'} Body: b'{"server": {"id": "20e8c51e-4fdf-4a31-8308-2e0dc9681c50", "name": "tempest-TestVolumeBootPattern-server-1558120309", "status": "BUILD", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:53:34Z", "updated": "2022-06-05T08:53:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:53:35,429 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50 0.103s 2022-06-05 08:53:35,430 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1176', '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-76002b38-43a8-4dea-b407-e0e1a7c4f996', 'x-compute-request-id': 'req-76002b38-43a8-4dea-b407-e0e1a7c4f996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50'} Body: b'{"server": {"id": "20e8c51e-4fdf-4a31-8308-2e0dc9681c50", "name": "tempest-TestVolumeBootPattern-server-1558120309", "status": "ERROR", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:53:34Z", "updated": "2022-06-05T08:53:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:53:34Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "4abc43f1-abe0-4d49-b906-43997c020f92"}]}}' 2022-06-05 08:53:35,437 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:53:35,792 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 204 DELETE http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50 0.354s 2022-06-05 08:53:35,792 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35092296-8440-42ca-8a7e-9a499b541e49', 'x-compute-request-id': 'req-35092296-8440-42ca-8a7e-9a499b541e49', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50'} Body: b'' 2022-06-05 08:53:35,828 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 404 GET http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50 0.035s 2022-06-05 08:53:35,828 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-41e7b9b8-cd58-4c78-82d9-1e34e5610012', 'x-compute-request-id': 'req-41e7b9b8-cd58-4c78-82d9-1e34e5610012', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/20e8c51e-4fdf-4a31-8308-2e0dc9681c50'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 20e8c51e-4fdf-4a31-8308-2e0dc9681c50 could not be found."}}' 2022-06-05 08:53:35,895 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.064s 2022-06-05 08:53:35,896 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35db55d2-7d05-4e74-9e7f-c9fb30735781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'' 2022-06-05 08:53:35,943 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.047s 2022-06-05 08:53:35,944 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd7c2c3a-823b-4279-a875-b1c9b44e9eaf', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd7c2c3a-823b-4279-a875-b1c9b44e9eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:36.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:36,995 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.043s 2022-06-05 08:53:36,996 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea397f6-9a4e-45d0-a862-ce897a8ab01e', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea397f6-9a4e-45d0-a862-ce897a8ab01e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:36.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:38,047 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.043s 2022-06-05 08:53:38,047 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bae2c9c-3823-4503-b083-ce5ba1c1b450', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bae2c9c-3823-4503-b083-ce5ba1c1b450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:36.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:39,099 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.043s 2022-06-05 08:53:39,099 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a708bd4d-7369-47dd-aac3-88ff40e3bb92', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a708bd4d-7369-47dd-aac3-88ff40e3bb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"volume": {"id": "4abc43f1-abe0-4d49-b906-43997c020f92", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:31.000000", "updated_at": "2022-06-05T08:53:36.000000", "name": "tempest-TestVolumeBootPattern-volume-307034209", "description": null, "volume_type": "tempest-scenario-type-luks-1692646993", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:40,130 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92 0.022s 2022-06-05 08:53:40,130 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80d4daa-4346-40dd-9141-c244a753fa2d', 'x-openstack-request-id': 'req-d80d4daa-4346-40dd-9141-c244a753fa2d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/4abc43f1-abe0-4d49-b906-43997c020f92'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4abc43f1-abe0-4d49-b906-43997c020f92 could not be found."}}' 2022-06-05 08:53:40,223 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/volumes/detail?all_tenants=1 0.092s 2022-06-05 08:53:40,223 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcee1eee-ca9d-4c89-a3ef-44ac68100c35', 'content-length': '1533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcee1eee-ca9d-4c89-a3ef-44ac68100c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "adc214c2-3932-48f7-8645-8459b656fa38", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:50:36.000000", "updated_at": "2022-06-05T08:52:16.000000", "name": "tempest-VolumesBackupsTest-Volume-245555200", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/volumes/adc214c2-3932-48f7-8645-8459b656fa38"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/791426524f1f49ed824c7883641311ea/volumes/adc214c2-3932-48f7-8645-8459b656fa38"}], "user_id": "eae443c144424f46971ccecc0cf7e611", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-844739-1@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "80acbbbdb39e43bca5c2daa0cd2e540e", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}]}' 2022-06-05 08:53:40,289 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types/81540e56-b7a9-4748-8ea7-b3f508a9f4c9 0.058s 2022-06-05 08:53:40,289 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb8d08df-33b0-44a1-af80-c7ac19515aad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/791426524f1f49ed824c7883641311ea/types/81540e56-b7a9-4748-8ea7-b3f508a9f4c9'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 261, in test_boot_server_from_encrypted_volume_luks server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1193, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 20e8c51e-4fdf-4a31-8308-2e0dc9681c50 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:53:34Z', 'message': 'No valid host was found. '}. Server boot request ID: req-69baad34-c8fc-41aa-9671-8ae0e47a2036. |
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
fail
ft77.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:53:40,325 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a 0.023s 2022-06-05 08:53:40,325 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cffdf443-15d1-447b-a2ea-2baa22303ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4d4ea0fc1d684b0aa494dbd66773bbf9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "created_at": "2022-06-05T08:14:23Z", "updated_at": "2022-06-05T08:14:39Z", "tags": [], "self": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a", "file": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:53:40,785 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes 0.458s 2022-06-05 08:53:40,785 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "snapshot_id": null, "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d45886-cc83-4247-bfc7-574c76bc98c4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d45886-cc83-4247-bfc7-574c76bc98c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:40.676795", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:53:40,845 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.054s 2022-06-05 08:53:40,846 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b5c52e-5133-4787-81b3-e8cc33e3aae4', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b5c52e-5133-4787-81b3-e8cc33e3aae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:41,933 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.080s 2022-06-05 08:53:41,934 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac3f4fcb-320a-4bdb-91ab-d9f703dcb4ab', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac3f4fcb-320a-4bdb-91ab-d9f703dcb4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:42,995 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.051s 2022-06-05 08:53:42,995 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3389f90b-0d61-4297-a108-a160350de15f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3389f90b-0d61-4297-a108-a160350de15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:44,051 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.049s 2022-06-05 08:53:44,052 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb0fd76-8db8-4b61-91c3-86d8c37f4202', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb0fd76-8db8-4b61-91c3-86d8c37f4202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:45,103 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.044s 2022-06-05 08:53:45,104 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096ef337-b376-4fd1-b697-f49610400a5d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096ef337-b376-4fd1-b697-f49610400a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:46,156 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.045s 2022-06-05 08:53:46,157 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93b70ab-5473-4311-b927-d04d488a5db2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93b70ab-5473-4311-b927-d04d488a5db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:47,223 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.058s 2022-06-05 08:53:47,224 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82fb3b4-e7a6-4a3d-bb1e-436d76005761', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82fb3b4-e7a6-4a3d-bb1e-436d76005761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:48,279 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.048s 2022-06-05 08:53:48,279 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99018a3e-92ca-45db-bc92-d1505c904407', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99018a3e-92ca-45db-bc92-d1505c904407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:49,333 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.045s 2022-06-05 08:53:49,334 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51521a46-a98b-4234-84a0-e93db9580af1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51521a46-a98b-4234-84a0-e93db9580af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:50,388 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.047s 2022-06-05 08:53:50,389 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961eb6a4-5f75-4850-8c74-c9e5a2d22547', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961eb6a4-5f75-4850-8c74-c9e5a2d22547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:51,439 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.043s 2022-06-05 08:53:51,440 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f32d6e-8dad-4bb1-85bb-16625f99aaee', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f32d6e-8dad-4bb1-85bb-16625f99aaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:52,491 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.043s 2022-06-05 08:53:52,492 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574a6d0b-63e4-4c53-94da-bb6d81c50649', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574a6d0b-63e4-4c53-94da-bb6d81c50649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:53,542 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.042s 2022-06-05 08:53:53,542 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0434da50-568c-4bf1-a80a-c970da8ab585', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0434da50-568c-4bf1-a80a-c970da8ab585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:54,594 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.043s 2022-06-05 08:53:54,594 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b5fbed8-040a-40b8-aea2-447f5e64c8d8', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b5fbed8-040a-40b8-aea2-447f5e64c8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:55,644 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.042s 2022-06-05 08:53:55,645 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece0580a-a3ae-4eed-ac07-b45e71076191', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece0580a-a3ae-4eed-ac07-b45e71076191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:56,710 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.058s 2022-06-05 08:53:56,710 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41428da-974b-42dc-9a38-f2baf4508754', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41428da-974b-42dc-9a38-f2baf4508754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:57,769 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.051s 2022-06-05 08:53:57,769 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-860cc768-7273-42ec-9e86-fca16bffd02e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-860cc768-7273-42ec-9e86-fca16bffd02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:58,826 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.050s 2022-06-05 08:53:58,827 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f685c43-9986-4efd-b7fd-b3d57a3ba2c4', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f685c43-9986-4efd-b7fd-b3d57a3ba2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:53:59,880 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.042s 2022-06-05 08:53:59,880 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1600b0f-04ec-4c26-acd5-c0dc63a3486f', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1600b0f-04ec-4c26-acd5-c0dc63a3486f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:53:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:00,934 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.046s 2022-06-05 08:54:00,934 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199aee1e-d9f0-41dd-8a97-108fda6b1cef', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199aee1e-d9f0-41dd-8a97-108fda6b1cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:00,942 119950 INFO [tempest.common.waiters] volume 709897de-57de-4028-a232-e735497d7af6 reached available after waiting for 20.942033 seconds 2022-06-05 08:54:00,986 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.044s 2022-06-05 08:54:00,987 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91adb9b-8fb9-4508-8241-f476bf5cccc3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91adb9b-8fb9-4508-8241-f476bf5cccc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:01,146 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots 0.153s 2022-06-05 08:54:01,147 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "709897de-57de-4028-a232-e735497d7af6", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "metadata": null}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0ad326-c695-4949-873a-b381adcd2bde', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0ad326-c695-4949-873a-b381adcd2bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.092506", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "metadata": {}}}' 2022-06-05 08:54:01,177 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.027s 2022-06-05 08:54:01,177 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05dc92bc-fddc-492a-9ce5-22b099dd3c89', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05dc92bc-fddc-492a-9ce5-22b099dd3c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 08:54:02,204 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.023s 2022-06-05 08:54:02,205 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb24d9cd-2644-4b3b-8c3a-276fef06b78e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb24d9cd-2644-4b3b-8c3a-276fef06b78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 08:54:03,232 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.024s 2022-06-05 08:54:03,232 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba61fb6-8a0c-44a3-a60a-0426983df627', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba61fb6-8a0c-44a3-a60a-0426983df627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-06-05 08:54:04,261 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.025s 2022-06-05 08:54:04,262 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f521b261-5693-464d-b01e-d160efbc9edc', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f521b261-5693-464d-b01e-d160efbc9edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": "2022-06-05T08:54:04.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 08:54:04,265 119950 INFO [tempest.common.waiters] snapshot f36e60c7-d93a-4a34-89c3-30632246259a reached available after waiting for 3.265142 seconds 2022-06-05 08:54:04,295 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.030s 2022-06-05 08:54:04,296 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23578049-3372-4a83-b829-42359b28e9e5', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23578049-3372-4a83-b829-42359b28e9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": "2022-06-05T08:54:04.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 08:54:04,365 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.062s 2022-06-05 08:54:04,366 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-213f98b6-e5bc-4da5-9b0e-5379e849b0de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "002d53b0f0974a8ba68ff9d0e5d81df3", "name": "tempest-TestVolumeBootPattern-1726159269-project", "password_expires_at": null}, "audit_ids": ["dG-HRWqqSl-nxiohpoOkpQ"], "expires_at": "2022-06-05T09:54:04.000000Z", "issued_at": "2022-06-05T08:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d27147659194eddaf26e972e5be75b0", "name": "tempest-TestVolumeBootPattern-1726159269"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:54:04,366 119950 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '4efba431-52b7-48d5-9703-aa9668c7ab96', 'name': 'tempest-TestVolumeBootPattern-1136637909-network', 'tenant_id': '5d27147659194eddaf26e972e5be75b0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d27147659194eddaf26e972e5be75b0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:53:17Z', 'updated_at': '2022-06-05T08:53:17Z', 'revision_number': 1} available for tenant 2022-06-05 08:54:04,984 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.33/compute/v2.1/servers 0.616s 2022-06-05 08:54:04,984 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-646692649", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "f36e60c7-d93a-4a34-89c3-30632246259a", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4efba431-52b7-48d5-9703-aa9668c7ab96"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72', '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-a45193d7-8fae-436a-aff6-4b192ce2b598', 'x-compute-request-id': 'req-a45193d7-8fae-436a-aff6-4b192ce2b598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "990865eb-21f7-4bb3-943b-2bfaabcb2b72", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TqLGvWEkE6Pr"}}' 2022-06-05 08:54:05,072 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72 0.085s 2022-06-05 08:54:05,072 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1056', '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-050a6afb-10bb-450d-9c8d-c150f068ccfe', 'x-compute-request-id': 'req-050a6afb-10bb-450d-9c8d-c150f068ccfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72'} Body: b'{"server": {"id": "990865eb-21f7-4bb3-943b-2bfaabcb2b72", "name": "tempest-TestVolumeBootPattern-server-646692649", "status": "BUILD", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:54:05Z", "updated": "2022-06-05T08:54:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:54:06,183 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72 0.102s 2022-06-05 08:54:06,183 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1129', '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-9189af90-d0b0-47c1-9385-5a16bdc78781', 'x-compute-request-id': 'req-9189af90-d0b0-47c1-9385-5a16bdc78781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72'} Body: b'{"server": {"id": "990865eb-21f7-4bb3-943b-2bfaabcb2b72", "name": "tempest-TestVolumeBootPattern-server-646692649", "status": "ERROR", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:54:04Z", "updated": "2022-06-05T08:54:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:54:05Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:54:06,190 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:54:06,528 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 204 DELETE http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72 0.337s 2022-06-05 08:54:06,529 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e23c395c-b7ba-434b-b71f-99a90e236951', 'x-compute-request-id': 'req-e23c395c-b7ba-434b-b71f-99a90e236951', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72'} Body: b'' 2022-06-05 08:54:06,563 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 404 GET http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72 0.033s 2022-06-05 08:54:06,563 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-73bee08d-33b3-44eb-9dd7-1ec8df3f6dd3', 'x-compute-request-id': 'req-73bee08d-33b3-44eb-9dd7-1ec8df3f6dd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/990865eb-21f7-4bb3-943b-2bfaabcb2b72'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 990865eb-21f7-4bb3-943b-2bfaabcb2b72 could not be found."}}' 2022-06-05 08:54:06,626 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.061s 2022-06-05 08:54:06,626 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbc203c0-149a-49fe-897a-9c112744fcae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'' 2022-06-05 08:54:06,650 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.024s 2022-06-05 08:54:06,651 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26075ff7-1332-4385-be8c-9d43f51e2b4e', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26075ff7-1332-4385-be8c-9d43f51e2b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": "2022-06-05T08:54:07.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 08:54:07,680 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.025s 2022-06-05 08:54:07,680 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bc6825-9f54-480e-b78c-6fa2e6bbf932', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bc6825-9f54-480e-b78c-6fa2e6bbf932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": "2022-06-05T08:54:07.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 08:54:08,713 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.029s 2022-06-05 08:54:08,713 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e628f91b-33aa-4ec4-8bf3-3597941da04a', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e628f91b-33aa-4ec4-8bf3-3597941da04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"snapshot": {"id": "f36e60c7-d93a-4a34-89c3-30632246259a", "created_at": "2022-06-05T08:54:01.000000", "updated_at": "2022-06-05T08:54:07.000000", "name": "tempest-TestVolumeBootPattern-snapshot-1607379378", "description": null, "volume_id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "5d27147659194eddaf26e972e5be75b0", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-06-05 08:54:09,735 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a 0.018s 2022-06-05 08:54:09,736 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-f673a0e6-f373-4d24-9134-cd67730c332f', 'x-openstack-request-id': 'req-f673a0e6-f373-4d24-9134-cd67730c332f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/snapshots/f36e60c7-d93a-4a34-89c3-30632246259a'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot f36e60c7-d93a-4a34-89c3-30632246259a could not be found."}}' 2022-06-05 08:54:09,790 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.052s 2022-06-05 08:54:09,790 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-888754d7-8f70-427b-a415-fce6446f6f7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'' 2022-06-05 08:54:09,841 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.050s 2022-06-05 08:54:09,843 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff91907-f77b-46f6-a359-e2fc1b3e87d6', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff91907-f77b-46f6-a359-e2fc1b3e87d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:10,894 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.043s 2022-06-05 08:54:10,894 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b034bcd6-6f6c-4216-9aa1-73264c57bd27', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b034bcd6-6f6c-4216-9aa1-73264c57bd27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:11,976 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.074s 2022-06-05 08:54:11,976 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eebc3c81-d32e-4b2e-ac4d-cd0c175042e1', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eebc3c81-d32e-4b2e-ac4d-cd0c175042e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:13,039 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.054s 2022-06-05 08:54:13,039 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984cb4f5-3a44-48a8-b679-7d1f2903e716', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984cb4f5-3a44-48a8-b679-7d1f2903e716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"volume": {"id": "709897de-57de-4028-a232-e735497d7af6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:53:41.000000", "updated_at": "2022-06-05T08:54:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-400999004", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:14,070 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6 0.024s 2022-06-05 08:54:14,071 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-50579543-33ec-4269-9700-36f3a22db69f', 'x-openstack-request-id': 'req-50579543-33ec-4269-9700-36f3a22db69f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/709897de-57de-4028-a232-e735497d7af6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 709897de-57de-4028-a232-e735497d7af6 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1193, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 990865eb-21f7-4bb3-943b-2bfaabcb2b72 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:54:05Z', 'message': 'No valid host was found. '}. Server boot request ID: req-a45193d7-8fae-436a-aff6-4b192ce2b598. |
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
fail
ft77.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:54:14,113 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a 0.036s 2022-06-05 08:54:14,113 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f4eabe23-730e-416c-8d9e-7616f139981e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4d4ea0fc1d684b0aa494dbd66773bbf9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "created_at": "2022-06-05T08:14:23Z", "updated_at": "2022-06-05T08:14:39Z", "tags": [], "self": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a", "file": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:54:14,523 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes 0.409s 2022-06-05 08:54:14,523 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "snapshot_id": null, "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f2fadc-266e-4024-bc0c-2893b334975a', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f2fadc-266e-4024-bc0c-2893b334975a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.436333", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:54:14,596 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.064s 2022-06-05 08:54:14,597 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f30b9f-f6de-469a-95bf-abecb01cf1d3', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f30b9f-f6de-469a-95bf-abecb01cf1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:15,658 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.054s 2022-06-05 08:54:15,659 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d23c5a-7786-4d05-bc14-ac8f2ecbed57', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d23c5a-7786-4d05-bc14-ac8f2ecbed57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:16,719 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.052s 2022-06-05 08:54:16,719 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb26f445-bd6b-4dfe-a128-8650b220f5c5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb26f445-bd6b-4dfe-a128-8650b220f5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:17,784 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.056s 2022-06-05 08:54:17,784 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c065359-9268-49b9-8df8-315d8e0121e9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c065359-9268-49b9-8df8-315d8e0121e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:18,836 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.044s 2022-06-05 08:54:18,837 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e8f433-6a1a-4500-94b4-a4e9765ebfec', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e8f433-6a1a-4500-94b4-a4e9765ebfec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:19,899 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.055s 2022-06-05 08:54:19,899 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b974d64-0189-4127-b6d9-96875ec548ea', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b974d64-0189-4127-b6d9-96875ec548ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:20,955 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.048s 2022-06-05 08:54:20,956 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0f12e0-c137-4876-ac72-d5e72de37dcf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0f12e0-c137-4876-ac72-d5e72de37dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:22,012 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.048s 2022-06-05 08:54:22,012 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9a6af2-c881-4701-9bfc-f98ab6aa2a67', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9a6af2-c881-4701-9bfc-f98ab6aa2a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:23,092 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.071s 2022-06-05 08:54:23,092 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c724c4c5-b1fd-4d5a-9999-02fac097e336', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c724c4c5-b1fd-4d5a-9999-02fac097e336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:24,146 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.046s 2022-06-05 08:54:24,147 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071796d5-be31-4ebd-9c6e-4d80d4b81cde', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071796d5-be31-4ebd-9c6e-4d80d4b81cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:25,199 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.044s 2022-06-05 08:54:25,199 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755e397d-03a7-43e5-befe-35270d537a50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755e397d-03a7-43e5-befe-35270d537a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:26,255 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.047s 2022-06-05 08:54:26,255 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69414524-0fb6-4be7-a717-d97572a21569', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69414524-0fb6-4be7-a717-d97572a21569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:27,307 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.044s 2022-06-05 08:54:27,307 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df3abfd3-b3f2-438e-9c41-2088f6eba8b1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df3abfd3-b3f2-438e-9c41-2088f6eba8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:28,364 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.048s 2022-06-05 08:54:28,364 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897385ff-78d8-4ccf-af48-2ab5cc7448ae', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897385ff-78d8-4ccf-af48-2ab5cc7448ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:29,418 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.046s 2022-06-05 08:54:29,418 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f54b1e2-d6cf-444f-888c-a6b2803accd7', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f54b1e2-d6cf-444f-888c-a6b2803accd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:30,475 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.048s 2022-06-05 08:54:30,476 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452440d4-5daa-4193-8756-47357fe4c1ce', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452440d4-5daa-4193-8756-47357fe4c1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:31,529 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.045s 2022-06-05 08:54:31,529 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9b7010-a41b-49cf-839e-51d4ede687d3', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9b7010-a41b-49cf-839e-51d4ede687d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:32,600 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.061s 2022-06-05 08:54:32,600 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df08955c-ec16-41e6-9f1a-b911c6ebf8a7', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df08955c-ec16-41e6-9f1a-b911c6ebf8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:33,661 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.053s 2022-06-05 08:54:33,662 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9292f48b-9b8a-4de4-adae-31a37d2a7e8e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9292f48b-9b8a-4de4-adae-31a37d2a7e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:34,720 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.050s 2022-06-05 08:54:34,721 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5c3cbf-d316-45cf-a03e-9d7e3d7fce4d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5c3cbf-d316-45cf-a03e-9d7e3d7fce4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:35,770 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.042s 2022-06-05 08:54:35,770 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf48c50-ca42-4c6f-b5ae-afe15a864717', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcf48c50-ca42-4c6f-b5ae-afe15a864717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:35,776 119950 INFO [tempest.common.waiters] volume 465070d4-9860-4521-9951-35c9a5a80aa8 reached available after waiting for 21.776959 seconds 2022-06-05 08:54:35,818 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.041s 2022-06-05 08:54:35,818 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b282ec9-c772-4031-a683-6dbc694e1f65', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b282ec9-c772-4031-a683-6dbc694e1f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:35.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:35,863 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.032s 2022-06-05 08:54:35,864 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c6abb9c6-2c21-4b8b-a625-210589f4dc25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "002d53b0f0974a8ba68ff9d0e5d81df3", "name": "tempest-TestVolumeBootPattern-1726159269-project", "password_expires_at": null}, "audit_ids": ["es8azKz9RBe7t8aS3Mg_Wg"], "expires_at": "2022-06-05T09:54:35.000000Z", "issued_at": "2022-06-05T08:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d27147659194eddaf26e972e5be75b0", "name": "tempest-TestVolumeBootPattern-1726159269"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:54:35,864 119950 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '4efba431-52b7-48d5-9703-aa9668c7ab96', 'name': 'tempest-TestVolumeBootPattern-1136637909-network', 'tenant_id': '5d27147659194eddaf26e972e5be75b0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d27147659194eddaf26e972e5be75b0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:53:17Z', 'updated_at': '2022-06-05T08:53:17Z', 'revision_number': 1} available for tenant 2022-06-05 08:54:36,544 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.33/compute/v2.1/servers 0.679s 2022-06-05 08:54:36,544 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-volume-backed-server-1507738013", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "465070d4-9860-4521-9951-35c9a5a80aa8", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "4efba431-52b7-48d5-9703-aa9668c7ab96"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d', '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-fa0b52da-46db-4b38-85f0-30df51c15eeb', 'x-compute-request-id': 'req-fa0b52da-46db-4b38-85f0-30df51c15eeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "93186ba6-8cbb-4a56-9abb-794812e7fd9d", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "da4DC9kW5HBJ"}}' 2022-06-05 08:54:36,633 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d 0.086s 2022-06-05 08:54:36,634 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1071', '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-e0e27bce-d643-406e-b41f-503baeb58a12', 'x-compute-request-id': 'req-e0e27bce-d643-406e-b41f-503baeb58a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d'} Body: b'{"server": {"id": "93186ba6-8cbb-4a56-9abb-794812e7fd9d", "name": "tempest-TestVolumeBootPattern-volume-backed-server-1507738013", "status": "BUILD", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:54:37Z", "updated": "2022-06-05T08:54:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-06-05 08:54:37,746 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d 0.104s 2022-06-05 08:54:37,746 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1190', '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-d6f8b636-b88f-47a9-87a4-79f0ac1e2540', 'x-compute-request-id': 'req-d6f8b636-b88f-47a9-87a4-79f0ac1e2540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d'} Body: b'{"server": {"id": "93186ba6-8cbb-4a56-9abb-794812e7fd9d", "name": "tempest-TestVolumeBootPattern-volume-backed-server-1507738013", "status": "ERROR", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:54:36Z", "updated": "2022-06-05T08:54:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:54:37Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "465070d4-9860-4521-9951-35c9a5a80aa8"}]}}' 2022-06-05 08:54:37,754 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:54:38,199 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 204 DELETE http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d 0.444s 2022-06-05 08:54:38,199 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a44e9980-fea1-41d8-bbf5-ddef5984803a', 'x-compute-request-id': 'req-a44e9980-fea1-41d8-bbf5-ddef5984803a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d'} Body: b'' 2022-06-05 08:54:38,235 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 404 GET http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d 0.035s 2022-06-05 08:54:38,236 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-81b0bfa0-3509-4ff3-a62b-5af290d2db42', 'x-compute-request-id': 'req-81b0bfa0-3509-4ff3-a62b-5af290d2db42', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/93186ba6-8cbb-4a56-9abb-794812e7fd9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 93186ba6-8cbb-4a56-9abb-794812e7fd9d could not be found."}}' 2022-06-05 08:54:38,280 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.043s 2022-06-05 08:54:38,280 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-2586f568-c30a-40dd-9f72-666001fb40ac', 'x-openstack-request-id': 'req-2586f568-c30a-40dd-9f72-666001fb40ac', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' 2022-06-05 08:54:38,357 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.044s 2022-06-05 08:54:38,358 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32b29af-4831-4f1f-b8d7-6ab9640a1a0e', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32b29af-4831-4f1f-b8d7-6ab9640a1a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:39,409 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.043s 2022-06-05 08:54:39,409 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18ebca6a-b2e2-4352-b112-52d0ccfdd7dc', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18ebca6a-b2e2-4352-b112-52d0ccfdd7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:40,465 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.049s 2022-06-05 08:54:40,465 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-745a694a-bfe3-44f7-aea3-9b2974af1eb1', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-745a694a-bfe3-44f7-aea3-9b2974af1eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:41,517 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.044s 2022-06-05 08:54:41,517 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6c1f8e-b53a-4f52-ad75-620ed080b413', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6c1f8e-b53a-4f52-ad75-620ed080b413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"volume": {"id": "465070d4-9860-4521-9951-35c9a5a80aa8", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:14.000000", "updated_at": "2022-06-05T08:54:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-110129808", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:42,546 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8 0.022s 2022-06-05 08:54:42,547 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0f1778-17d7-4a2c-a384-fb74620b37aa', 'x-openstack-request-id': 'req-5e0f1778-17d7-4a2c-a384-fb74620b37aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/465070d4-9860-4521-9951-35c9a5a80aa8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 465070d4-9860-4521-9951-35c9a5a80aa8 could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1193, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 93186ba6-8cbb-4a56-9abb-794812e7fd9d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:54:37Z', 'message': 'No valid host was found. '}. Server boot request ID: req-fa0b52da-46db-4b38-85f0-30df51c15eeb. |
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft77.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-06-05 08:54:42,554 119950 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-06-05 08:54:42,618 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.33/compute/v2.1/os-keypairs 0.061s 2022-06-05 08:54:42,618 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-327686168", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDInxV8Nmx2/Zpa6LLc+brCjAEShtroHwU3z60IOoVJvVXx9dAPcRtX+fMOvt8bJkPcVMNAmyXbqbIHFwc3kYWB+bf2D4sQkPOr6VUvmFWQXjMHlPuBknShPfTySvJzXNA=="}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', '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-45ee30b9-300e-495f-9861-6fea6864e57e', 'x-compute-request-id': 'req-45ee30b9-300e-495f-9861-6fea6864e57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-327686168", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDInxV8Nmx2/Zpa6LLc+brCjAEShtroHwU3z60IOoVJvVXx9dAPcRtX+fMOvt8bJkPcVMNAmyXbqbIHFwc3kYWB+bf2D4sQkPOr6VUvmFWQXjMHlPuBknShPfTySvJzXNA==", "fingerprint": "d4:fc:19:1f:2b:72:03:b7:17:c9:ce:41:b8:07:29:6c", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3"}}' 2022-06-05 08:54:42,778 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-groups 0.157s 2022-06-05 08:54:42,778 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-567300437", "description": "tempest-secgroup-smoke-567300437 description", "project_id": "5d27147659194eddaf26e972e5be75b0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9d7c5d17-b87c-4e07-896c-e0ff027df37b', 'date': 'Sun, 05 Jun 2022 08:54:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "name": "tempest-secgroup-smoke-567300437", "stateful": true, "tenant_id": "5d27147659194eddaf26e972e5be75b0", "description": "tempest-secgroup-smoke-567300437 description", "shared": false, "security_group_rules": [{"id": "8927024f-19ae-4bf3-9564-6ceb4f373d37", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "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": 3845, "description": null, "tags": [], "created_at": "2022-06-05T08:54:42Z", "updated_at": "2022-06-05T08:54:42Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}, {"id": "accf697d-cf47-4667-a998-d6b94a658ce0", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "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": 3846, "description": null, "tags": [], "created_at": "2022-06-05T08:54:42Z", "updated_at": "2022-06-05T08:54:42Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}], "tags": [], "created_at": "2022-06-05T08:54:42Z", "updated_at": "2022-06-05T08:54:42Z", "revision_number": 1, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:42,928 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.149s 2022-06-05 08:54:42,929 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4dae30c3-9fa6-4020-a140-81ac9e0d8430', 'date': 'Sun, 05 Jun 2022 08:54:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f82b2f5-1dfd-4940-9ae9-6f31568e0ecb", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:42Z", "updated_at": "2022-06-05T08:54:42Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,072 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.143s 2022-06-05 08:54:43,072 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-e1f3decb-7e82-491a-99a0-319a890abe2d', 'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c08e7ea6-0250-4d29-b108-afe70eae07f7", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:43Z", "updated_at": "2022-06-05T08:54:43Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,215 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.142s 2022-06-05 08:54:43,215 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aca393e8-0015-4daa-9504-708768198f31', 'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b2e608c-1160-4d73-b6f7-8a5aa4a601f6", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:43Z", "updated_at": "2022-06-05T08:54:43Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,419 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.202s 2022-06-05 08:54:43,419 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5def410e-4585-4b9d-acc7-c89c11eaf3eb', 'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e1efbd2-5cfe-48df-a3aa-78a266204da2", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:43Z", "updated_at": "2022-06-05T08:54:43Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,577 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.157s 2022-06-05 08:54:43,577 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-37849c15-c3ca-47d9-9a42-fd97f50f85a7', 'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d197cdde-b9ee-43c8-85bd-c4c82c3193d9", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:43Z", "updated_at": "2022-06-05T08:54:43Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,763 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33:9696/v2.0/security-group-rules 0.185s 2022-06-05 08:54:43,763 119950 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": "f1f85f03-3e47-426a-80d9-056d3e917d32", "project_id": "5d27147659194eddaf26e972e5be75b0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6e000e94-0fe3-463d-b312-0875691a7d80', 'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5aa839c-138b-4e21-af29-d01abed1aa08", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "security_group_id": "f1f85f03-3e47-426a-80d9-056d3e917d32", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-06-05T08:54:43Z", "updated_at": "2022-06-05T08:54:43Z", "revision_number": 0, "project_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:43,764 119950 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-06-05 08:54:43,794 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a 0.029s 2022-06-05 08:54:43,794 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eca1016b-2149-4183-b3dd-7849929af646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/image/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4d4ea0fc1d684b0aa494dbd66773bbf9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "created_at": "2022-06-05T08:14:23Z", "updated_at": "2022-06-05T08:14:39Z", "tags": [], "self": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a", "file": "/v2/images/1241bde3-ef1f-41a5-b0fa-6f409216229a/file", "schema": "/v2/schemas/image"}' 2022-06-05 08:54:44,273 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes 0.478s 2022-06-05 08:54:44,274 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "snapshot_id": null, "imageRef": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6221c83-c930-498a-a290-3db030290c35', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6221c83-c930-498a-a290-3db030290c35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.166247", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-06-05 08:54:44,357 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.075s 2022-06-05 08:54:44,357 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60286fef-1413-48ba-b232-84f95ff264cc', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60286fef-1413-48ba-b232-84f95ff264cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:45,414 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.048s 2022-06-05 08:54:45,414 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6dd33b-64e7-447a-90b0-14729a763ae5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6dd33b-64e7-447a-90b0-14729a763ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:46,477 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.056s 2022-06-05 08:54:46,478 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10152d2-717e-4125-8150-bdf0d6056de1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10152d2-717e-4125-8150-bdf0d6056de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:47,549 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.062s 2022-06-05 08:54:47,549 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de2b2d4-be49-458f-abe8-a62c893f1267', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de2b2d4-be49-458f-abe8-a62c893f1267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:48,602 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.046s 2022-06-05 08:54:48,602 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083f6103-962c-453f-8884-7ea0a4198121', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083f6103-962c-453f-8884-7ea0a4198121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:49,652 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.042s 2022-06-05 08:54:49,653 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3412e4c1-5d42-4e61-b8f2-3f806c592686', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3412e4c1-5d42-4e61-b8f2-3f806c592686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:50,711 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.050s 2022-06-05 08:54:50,711 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501bd18e-ff44-4928-a536-a0b1dd8701dc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501bd18e-ff44-4928-a536-a0b1dd8701dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:51,768 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.048s 2022-06-05 08:54:51,768 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b298d80-9118-49a2-b7e9-3bb7c43bbae9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b298d80-9118-49a2-b7e9-3bb7c43bbae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:52,821 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.045s 2022-06-05 08:54:52,821 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4210ffcf-d889-47be-8f32-60e66bb13a36', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4210ffcf-d889-47be-8f32-60e66bb13a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:53,880 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.050s 2022-06-05 08:54:53,880 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f5460a-4729-407e-b4f0-95185c3bbafa', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f5460a-4729-407e-b4f0-95185c3bbafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:54,930 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.042s 2022-06-05 08:54:54,930 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d0ffbcf-f12d-4f90-bb0d-696cdb472f5e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d0ffbcf-f12d-4f90-bb0d-696cdb472f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:55,992 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.054s 2022-06-05 08:54:55,993 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385e3bb7-44a7-4e40-af7e-1db79d2f648f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385e3bb7-44a7-4e40-af7e-1db79d2f648f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:57,050 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.046s 2022-06-05 08:54:57,051 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd9b074-660d-4780-b4d9-c5107737328b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd9b074-660d-4780-b4d9-c5107737328b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:58,107 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.048s 2022-06-05 08:54:58,107 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825aa958-a499-441d-91fc-7257f186f7ce', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825aa958-a499-441d-91fc-7257f186f7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:54:59,168 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.052s 2022-06-05 08:54:59,168 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b556c6fc-3e97-4dad-840a-f10a09156009', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b556c6fc-3e97-4dad-840a-f10a09156009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:00,219 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.043s 2022-06-05 08:55:00,220 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccaceda9-c0df-4539-a443-c40d00b886c2', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccaceda9-c0df-4539-a443-c40d00b886c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:01,273 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.045s 2022-06-05 08:55:01,273 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df85d4a5-ad9f-4349-bb2c-9c4e2facd2bd', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df85d4a5-ad9f-4349-bb2c-9c4e2facd2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:02,325 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.044s 2022-06-05 08:55:02,326 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98289ef-d34d-43af-9060-1476a320e960', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98289ef-d34d-43af-9060-1476a320e960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:03,379 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.044s 2022-06-05 08:55:03,379 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9743dc30-85b5-4f03-b37b-e2d263c50995', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9743dc30-85b5-4f03-b37b-e2d263c50995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:54:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:04,432 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.045s 2022-06-05 08:55:04,433 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363406f7-a056-43a9-9ffa-b3aadbc9f6e8', 'content-length': '1371', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363406f7-a056-43a9-9ffa-b3aadbc9f6e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:05,495 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.052s 2022-06-05 08:55:05,495 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39ef393-d04b-4398-be63-d3e3f5dd3aed', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39ef393-d04b-4398-be63-d3e3f5dd3aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:05,502 119950 INFO [tempest.common.waiters] volume 0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 reached available after waiting for 21.502421 seconds 2022-06-05 08:55:05,544 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.041s 2022-06-05 08:55:05,544 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0efc0f43-ff1e-4058-8e62-a6cf7d2dc284', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0efc0f43-ff1e-4058-8e62-a6cf7d2dc284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:05,588 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.33/identity/v3/auth/tokens 0.032s 2022-06-05 08:55:05,588 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d582b799-e38e-49c5-afd3-ac49e1d23f24', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.33/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "002d53b0f0974a8ba68ff9d0e5d81df3", "name": "tempest-TestVolumeBootPattern-1726159269-project", "password_expires_at": null}, "audit_ids": ["AaJMcMj6Ru2XmLSdn0ulpA"], "expires_at": "2022-06-05T09:55:05.000000Z", "issued_at": "2022-06-05T08:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d27147659194eddaf26e972e5be75b0", "name": "tempest-TestVolumeBootPattern-1726159269"}, "is_domain": false, "roles": [{"id": "5767c0197e8c4538a3e1d0b58ef65aa6", "name": "reader"}, {"id": "69f2080970b94c7f8762f97235370f31", "name": "member"}], "catalog": [{"endpoints": [{"id": "3e23cd5d84524aeba6e11075ecca2f90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "3196b6fb71fb4ecbaee9bcfbbfe3ae8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a44b8a0d7d484c27b34343036c03b4a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/image", "region": "RegionOne"}], "id": "65946a55ad76490289c148dca5329fff", "type": "image", "name": "glance"}, {"endpoints": [{"id": "03561e401c6947dfb6221f4eb04f9e32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "98355e4ea08b430bbf286dd8109807fd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "e06fa7efdf844af79a7292686888267b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/identity", "region": "RegionOne"}], "id": "baa3fc7c5e2f43c3a9c0a0c3047b6965", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "78138a39fcdc4681b2a3291d006f4743", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:8080/v1/AUTH_5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}, {"id": "ddc33472ebc641999c7927b059af6e44", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.33:8080", "region": "RegionOne"}], "id": "c966792ee5844d00a050051917624a17", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "137ef74cfc594e2b902aef6e5463ff6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/compute/v2.1", "region": "RegionOne"}], "id": "d48e68911fef4e0082432e6b1fde867b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "655e67fac18a40dbb7718be4c42a2874", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33:9696/", "region": "RegionOne"}], "id": "f9a17387bc0447c08afa96db2f41e666", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e0bd6cb472984af8bfdf9df93db0d374", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0", "region": "RegionOne"}], "id": "fdc50354cd6c4de0982d012375f99095", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "28554f78799442b1bf9e5db41099a9bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.33/placement", "region": "RegionOne"}], "id": "ff54f3e2bbba488dae04484d3f98673b", "type": "placement", "name": "placement"}]}}' 2022-06-05 08:55:05,589 119950 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '4efba431-52b7-48d5-9703-aa9668c7ab96', 'name': 'tempest-TestVolumeBootPattern-1136637909-network', 'tenant_id': '5d27147659194eddaf26e972e5be75b0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5d27147659194eddaf26e972e5be75b0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 148, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-06-05T08:53:17Z', 'updated_at': '2022-06-05T08:53:17Z', 'revision_number': 1} available for tenant 2022-06-05 08:55:06,507 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.33/compute/v2.1/servers 0.918s 2022-06-05 08:55:06,508 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1191933236", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-327686168", "security_groups": [{"name": "tempest-secgroup-smoke-567300437"}], "block_device_mapping_v2": [{"uuid": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "4efba431-52b7-48d5-9703-aa9668c7ab96"}]}} Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f', '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-7f755278-4a22-401d-966f-07819d8f0d78', 'x-compute-request-id': 'req-7f755278-4a22-401d-966f-07819d8f0d78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/servers'} Body: b'{"server": {"id": "f10e7663-b94b-493b-b601-cd43bd8cb47f", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-567300437"}], "adminPass": "hsfF85Y3nREV"}}' 2022-06-05 08:55:06,711 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f 0.201s 2022-06-05 08:55:06,711 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1094', '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-1c2a87ab-d3d5-4351-9d23-8c18ad453532', 'x-compute-request-id': 'req-1c2a87ab-d3d5-4351-9d23-8c18ad453532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f'} Body: b'{"server": {"id": "f10e7663-b94b-493b-b601-cd43bd8cb47f", "name": "tempest-TestVolumeBootPattern-server-1191933236", "status": "BUILD", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:55:06Z", "updated": "2022-06-05T08:55:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-327686168", "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": []}}' 2022-06-05 08:55:07,819 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f 0.099s 2022-06-05 08:55:07,819 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02948f93-d835-408c-97dc-c302ae64f744', 'x-compute-request-id': 'req-02948f93-d835-408c-97dc-c302ae64f744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f'} Body: b'{"server": {"id": "f10e7663-b94b-493b-b601-cd43bd8cb47f", "name": "tempest-TestVolumeBootPattern-server-1191933236", "status": "ERROR", "tenant_id": "5d27147659194eddaf26e972e5be75b0", "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.33/compute/flavors/452"}]}, "created": "2022-06-05T08:55:06Z", "updated": "2022-06-05T08:55:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}, {"rel": "bookmark", "href": "http://10.222.0.33/compute/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-06-05T08:55:07Z", "message": "No valid host was found. "}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-327686168", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}]}}' 2022-06-05 08:55:07,826 119950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2022-06-05 08:55:08,218 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 204 DELETE http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f 0.391s 2022-06-05 08:55:08,219 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4036ff60-ab8e-4e96-ae12-3e27b596c58b', 'x-compute-request-id': 'req-4036ff60-ab8e-4e96-ae12-3e27b596c58b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f'} Body: b'' 2022-06-05 08:55:08,253 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 404 GET http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f 0.033s 2022-06-05 08:55:08,253 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8cb2be93-3201-45d8-ad72-c76be4c158c8', 'x-compute-request-id': 'req-8cb2be93-3201-45d8-ad72-c76be4c158c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/compute/v2.1/servers/f10e7663-b94b-493b-b601-cd43bd8cb47f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f10e7663-b94b-493b-b601-cd43bd8cb47f could not be found."}}' 2022-06-05 08:55:08,310 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.055s 2022-06-05 08:55:08,310 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f169f29-1a16-4de4-a102-a4bafb240be9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'' 2022-06-05 08:55:08,364 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.053s 2022-06-05 08:55:08,364 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2168aa60-b17e-49d9-9ec6-5e05eb1f0a70', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2168aa60-b17e-49d9-9ec6-5e05eb1f0a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:09,414 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.042s 2022-06-05 08:55:09,415 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a004a165-4de8-4ec2-8153-36a1c7c1a4d5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a004a165-4de8-4ec2-8153-36a1c7c1a4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:10,472 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.048s 2022-06-05 08:55:10,472 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecbd0ebd-d12b-452b-b81c-5dc2ded9f07e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecbd0ebd-d12b-452b-b81c-5dc2ded9f07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:11,528 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.048s 2022-06-05 08:55:11,528 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59857ab-175b-4295-99fa-450cc54a4b1b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59857ab-175b-4295-99fa-450cc54a4b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"volume": {"id": "0ea31a26-8a2c-4f5b-99e8-8b5e234ff093", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-06-05T08:54:44.000000", "updated_at": "2022-06-05T08:55:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1834823850", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}, {"rel": "bookmark", "href": "http://10.222.0.33/volume/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093"}], "user_id": "002d53b0f0974a8ba68ff9d0e5d81df3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "1241bde3-ef1f-41a5-b0fa-6f409216229a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "5d27147659194eddaf26e972e5be75b0"}}' 2022-06-05 08:55:12,559 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 0.022s 2022-06-05 08:55:12,560 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02eae28b-2b30-43ba-9263-7138c50cb5f9', 'x-openstack-request-id': 'req-02eae28b-2b30-43ba-9263-7138c50cb5f9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.33/volume/v3/5d27147659194eddaf26e972e5be75b0/volumes/0ea31a26-8a2c-4f5b-99e8-8b5e234ff093'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0ea31a26-8a2c-4f5b-99e8-8b5e234ff093 could not be found."}}' 2022-06-05 08:55:12,744 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.33:9696/v2.0/security-groups/f1f85f03-3e47-426a-80d9-056d3e917d32 0.184s 2022-06-05 08:55:12,744 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-5cf9b3fd-a345-4b69-86f5-66195130479d', 'content-length': '0', 'date': 'Sun, 05 Jun 2022 08:55:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.33:9696/v2.0/security-groups/f1f85f03-3e47-426a-80d9-056d3e917d32'} Body: b'' 2022-06-05 08:55:12,800 119950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-327686168 0.054s 2022-06-05 08:55:12,800 119950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sun, 05 Jun 2022 08:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12aaf396-9277-4721-93be-5d9bf49a757e', 'x-compute-request-id': 'req-12aaf396-9277-4721-93be-5d9bf49a757e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.33/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-327686168'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1193, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server f10e7663-b94b-493b-b601-cd43bd8cb47f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-06-05T08:55:07Z', 'message': 'No valid host was found. '}. Server boot request ID: req-7f755278-4a22-401d-966f-07819d8f0d78. |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt78.1: setUpClass (tempest.api.compute.admin.test_agents.AgentsAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_auto_allocate_network | 1 | 0 | 0 | 0 | 1 | Detail | |
AutoAllocateNetworkTest) |
skip
pt79.1: setUpClass (tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsTestJson) |
skip
pt80.1: setUpClass (tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsNegativeTestJson) |
skip
pt81.1: setUpClass (tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_floating_ips_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
FloatingIPsBulkAdminTestJSON) |
skip
pt82.1: setUpClass (tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt83.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
pt84.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) |
||||||
setUpClass (tempest.api.compute.certificates.test_certificates | 1 | 0 | 0 | 0 | 1 | Detail | |
CertificatesV2TestJSON) |
skip
pt85.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesTestJSON) |
skip
pt86.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
AttachInterfacesV270Test) |
skip
pt86.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt86.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt87.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerMetadataTestJSON) |
skip
pt88.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt89.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesTestJSON) |
skip
pt90.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesNegativeTestJSON) |
skip
pt91.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON) |
||||||
setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt92.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt93.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_endpoints | 1 | 0 | 0 | 0 | 1 | Detail | |
EndPointsTestJSON) |
skip
pt94.1: setUpClass (tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesTestJSON) |
skip
pt95.1: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesNegativeTestJSON) |
skip
pt96.1: setUpClass (tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ServicesTestJSON) |
skip
pt97.1: setUpClass (tempest.api.identity.admin.v2.test_services.ServicesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenant_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsNegativeTestJSON) |
skip
pt98.1: setUpClass (tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsTestJSON) |
skip
pt99.1: setUpClass (tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTestJSON) |
skip
pt100.1: setUpClass (tempest.api.identity.admin.v2.test_tokens.TokensTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensAdminTestNegative) |
skip
pt101.1: setUpClass (tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersTestJSON) |
skip
pt102.1: setUpClass (tempest.api.identity.admin.v2.test_users.UsersTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersNegativeTestJSON) |
skip
pt103.1: setUpClass (tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_api_discovery | 1 | 0 | 0 | 0 | 1 | Detail | |
TestApiDiscovery) |
skip
pt104.1: setUpClass (tempest.api.identity.v2.test_api_discovery.TestApiDiscovery) |
||||||
setUpClass (tempest.api.identity.v2.test_ec2_credentials | 1 | 0 | 0 | 0 | 1 | Detail | |
EC2CredentialsTest) |
skip
pt105.1: setUpClass (tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_extension | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtensionTestJSON) |
skip
pt106.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt107.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt108.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt109.1: setUpClass (tempest.api.identity.v2.test_users.IdentityUsersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersTest) |
skip
pt110.1: setUpClass (tempest.api.image.v1.test_image_members.ImageMembersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersNegativeTest) |
skip
pt111.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
CreateRegisterImagesTest) |
skip
pt112.1: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
UpdateImageMetaTest) |
skip
pt112.2: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
ListImagesTest) |
skip
pt112.3: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt113.1: setUpClass (tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_images | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportCopyImagesTest) |
skip
pt114.1: setUpClass (tempest.api.image.v2.admin.test_images.ImportCopyImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
MultiStoresImportImagesTest) |
skip
pt115.1: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
ImportImagesTest) |
skip
pt115.2: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportImagesNegativeTest) |
skip
pt116.1: setUpClass (tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt117.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt118.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt119.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt120.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt121.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt121.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt122.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
pass
pt123.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
||||||
tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt124.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt124.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt124.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt124.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt124.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt124.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt124.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt124.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt124.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt124.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt124.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt124.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt124.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt124.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
||||||
tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt125.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt125.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
||||||
tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt126.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
||||||
tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt127.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt127.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt127.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt127.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt127.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt127.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt127.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt127.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt127.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt127.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
||||||
tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt128.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt128.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
||||||
tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt129.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt129.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt129.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt129.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt129.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt130.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt131.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt131.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt131.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt132.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt132.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt132.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt132.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt132.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt132.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt132.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt133.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt134.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt135.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt135.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt135.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt135.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt135.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
||||||
tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt136.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt136.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt136.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt136.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt136.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt136.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt136.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt136.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt136.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt136.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt136.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt136.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt136.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt136.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt137.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt137.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt137.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt137.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt137.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt138.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt138.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt139.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt140.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt141.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt141.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt141.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt141.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt141.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt141.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt141.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt142.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt142.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt142.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt142.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt143.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt143.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt144.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt144.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
||||||
tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt145.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
skip
pt146.1: tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt147.1: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt147.2: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt147.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt147.4: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
||||||
tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt148.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
pass
pt148.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
||||||
tempest.api.compute.admin.test_networks.NetworksTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt149.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
pass
pt149.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt150.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt151.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt152.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt152.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt152.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt152.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt153.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt154.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt155.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt155.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt155.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt155.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt156.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt156.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
||||||
tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt157.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
||||||
tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
pass
pt158.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
pass
pt159.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
||||||
test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
pass
pt159.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
||||||
test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
pass
pt159.3: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
||||||
test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
pass
pt159.4: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
||||||
test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
pass
pt159.5: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
||||||
tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
pass
pt160.1: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
||||||
test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
pass
pt160.2: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
||||||
test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
pass
pt160.3: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
||||||
test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
pass
pt160.4: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
||||||
test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
pass
pt160.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
||||||
tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt161.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt161.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt161.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt162.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt162.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt162.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt162.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt163.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt163.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt163.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt163.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt163.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt163.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt163.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
pass
pt164.1: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
||||||
test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
pass
pt164.2: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
||||||
test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
pass
pt164.3: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt165.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt165.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt165.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt166.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt166.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt166.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt166.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt166.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt166.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt166.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt166.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt166.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt166.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt166.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
||||||
tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt167.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt168.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt168.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt169.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt169.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt170.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
||||||
test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
pass
pt170.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt170.3: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt171.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
||||||
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt172.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt172.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt172.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt172.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt172.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt172.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
||||||
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt173.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt173.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt173.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt173.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt173.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt173.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
||||||
tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt174.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt174.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt174.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt174.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt174.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt174.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
||||||
tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
pass
pt175.1: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
||||||
test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
pass
pt175.2: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
||||||
tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt176.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
||||||
tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt177.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt177.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt177.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
||||||
tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt178.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt178.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt178.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt178.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt179.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt179.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt179.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt179.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt179.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt179.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt179.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt179.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
||||||
tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt180.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt180.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt180.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt180.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt180.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt180.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
||||||
tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt181.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
||||||
tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt182.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
||||||
tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt183.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt183.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt183.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt183.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt183.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
||||||
tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt184.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt184.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt184.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt184.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt184.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt184.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt184.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt184.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt185.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt185.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt185.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt185.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt185.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt185.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt185.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt185.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt185.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt185.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt185.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
||||||
tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt186.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt187.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
pass
pt188.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
||||||
test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
pass
pt188.2: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
||||||
tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
pass
pt189.1: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
||||||
test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
pass
pt189.2: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
||||||
tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
pass
pt190.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
pass
pt190.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
||||||
tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt191.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt191.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt191.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt191.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt191.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
||||||
tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt192.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
||||||
tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
pass
pt193.1: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
||||||
test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
pass
pt193.2: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
||||||
test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
pass
pt193.3: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
||||||
test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
pass
pt193.4: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
||||||
tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt194.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt194.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
||||||
tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt195.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt195.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt195.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
||||||
tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt196.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
||||||
tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt197.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt197.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt198.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt198.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt199.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt200.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt201.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt201.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt201.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt201.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt201.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt201.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt202.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt202.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt202.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt202.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt202.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt202.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt202.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt202.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
pass
pt203.1: tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
||||||
tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt204.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
||||||
test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
pass
pt204.2: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
||||||
tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
pass
pt205.1: tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
||||||
tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
pass
pt206.1: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
||||||
test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
pass
pt206.2: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
||||||
test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
pass
pt206.3: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
||||||
test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
pass
pt206.4: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
||||||
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
pass
pt207.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
||||||
test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
pass
pt207.2: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
||||||
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt207.3: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
||||||
test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
pass
pt207.4: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
||||||
test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
pass
pt207.5: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
||||||
test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
pass
pt207.6: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
||||||
test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
pass
pt207.7: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
||||||
tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
pass
pt208.1: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
||||||
test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
pass
pt208.2: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
||||||
test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
pass
pt208.3: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
||||||
test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
pass
pt208.4: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
||||||
test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
pass
pt208.5: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
||||||
tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt209.1: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
||||||
test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
pass
pt209.2: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
||||||
tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
pass
pt210.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
||||||
test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
pass
pt210.2: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
||||||
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt210.3: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
||||||
tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
pass
pt211.1: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
||||||
test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
pass
pt211.2: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
||||||
test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
pass
pt211.3: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
||||||
test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
pass
pt211.4: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
||||||
tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt212.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
||||||
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt212.2: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
||||||
test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
pass
pt212.3: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
||||||
test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
pass
pt212.4: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
||||||
tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
pass
pt213.1: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
||||||
test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
pass
pt213.2: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
pass
pt213.3: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
pass
pt213.4: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
||||||
test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
pass
pt213.5: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
||||||
test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
pass
pt213.6: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
pass
pt214.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
||||||
test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
pass
pt214.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
||||||
test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
pass
pt214.3: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
pass
pt215.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
||||||
test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
pass
pt215.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
||||||
tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
pass
pt216.1: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
||||||
test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
pass
pt216.2: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
||||||
test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
pass
pt216.3: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
||||||
test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
pass
pt216.4: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
||||||
test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
pass
pt216.5: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
||||||
tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
pass
pt217.1: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
||||||
test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
pass
pt217.2: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
||||||
test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
pass
pt217.3: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
||||||
test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
pass
pt217.4: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
||||||
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt218.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
||||||
test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
pass
pt218.2: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
||||||
tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
pass
pt219.1: tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
||||||
tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
pass
pt220.1: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
||||||
test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
pass
pt220.2: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
||||||
test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
pass
pt220.3: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
||||||
test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
pass
pt220.4: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
||||||
test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
pass
pt220.5: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
||||||
test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
pass
pt220.6: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
||||||
test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
pass
pt220.7: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
||||||
test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
pass
pt220.8: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
||||||
test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
pass
pt220.9: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
||||||
test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
pass
pt220.10: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
||||||
test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
pass
pt220.11: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
pass
pt221.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
||||||
test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
pass
pt221.2: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
||||||
test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
pass
pt221.3: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
||||||
test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
pass
pt221.4: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
||||||
test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
pass
pt221.5: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
||||||
test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
pass
pt221.6: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
pass
pt222.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
||||||
tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt223.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
||||||
test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
pass
pt223.2: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
||||||
test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
pass
pt223.3: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
||||||
test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
pass
pt223.4: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
||||||
tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
pass
pt224.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
||||||
test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
pass
pt224.2: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
||||||
test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
pass
pt224.3: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
||||||
test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
pass
pt224.4: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
||||||
test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
pass
pt224.5: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
||||||
test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
pass
pt224.6: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
||||||
test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
pass
pt224.7: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
||||||
test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
pass
pt224.8: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
||||||
test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
pass
pt224.9: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
||||||
test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
pass
pt224.10: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
||||||
test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
pass
pt224.11: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
||||||
test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
pass
pt224.12: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
||||||
test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
pass
pt224.13: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
||||||
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt224.14: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
||||||
test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
pass
pt224.15: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
||||||
tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
pass
pt225.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
||||||
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt225.2: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
||||||
test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
pass
pt225.3: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
||||||
tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
pass
pt226.1: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
||||||
test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
pass
pt226.2: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
||||||
test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
pass
pt226.3: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
||||||
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt227.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
||||||
test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
pass
pt227.2: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
||||||
test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
pass
pt227.3: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
||||||
test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
pass
pt227.4: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
||||||
test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
pass
pt227.5: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
||||||
test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
pass
pt227.6: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
||||||
tempest.api.identity.admin.v3.test_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
pass
pt228.1: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
||||||
test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
pass
pt228.2: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
||||||
test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
pass
pt228.3: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
||||||
test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
pass
pt228.4: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
||||||
test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
pass
pt228.5: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
||||||
tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
pass
pt229.1: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
||||||
test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
pass
pt229.2: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
||||||
tempest.api.identity.v3.test_access_rules.AccessRulesV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
pass
pt230.1: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
||||||
test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
pass
pt230.2: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
||||||
test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
pass
pt230.3: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
||||||
tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 5 | 5 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt231.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt231.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt231.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
||||||
test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
pass
pt231.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt231.5: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
||||||
tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
pass
pt232.1: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
||||||
test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
pass
pt232.2: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
||||||
test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
pass
pt232.3: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
||||||
test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
pass
pt232.4: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
||||||
test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
pass
pt232.5: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
||||||
tempest.api.identity.v3.test_catalog.IdentityCatalogTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
pass
pt233.1: tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
||||||
tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt234.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
||||||
tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
pass
pt235.1: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
||||||
test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
pass
pt235.2: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
||||||
test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
pass
pt235.3: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
||||||
test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
pass
pt235.4: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
||||||
tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
pass
pt236.1: tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
||||||
tempest.api.identity.v3.test_tokens.TokensV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
pass
pt237.1: tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
||||||
test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
pass
pt237.2: tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
||||||
test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
pass
pt237.3: tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
||||||
tempest.api.identity.v3.test_users.IdentityV3UsersTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
pass
pt238.1: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
||||||
test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
pass
pt238.2: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
||||||
test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
pass
pt238.3: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
||||||
tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt239.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt239.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
pass
pt240.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
||||||
test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
pass
pt240.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
||||||
test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
pass
pt240.3: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
pass
pt241.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
pass
pt242.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
||||||
test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
pass
pt242.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
pass
pt243.1: tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
pass
pt244.1: tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
||||||
tempest.api.image.v2.test_images.BasicOperationsImagesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
pass
pt245.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
||||||
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt245.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt245.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt245.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_images.ListSharedImagesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
pass
pt246.1: tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
||||||
tempest.api.image.v2.test_images.ListUserImagesTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
pass
pt247.1: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
||||||
test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
pass
pt247.2: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
||||||
test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
pass
pt247.3: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
||||||
test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
pass
pt247.4: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
||||||
test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
pass
pt247.5: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
||||||
test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
pass
pt247.6: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
||||||
test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
pass
pt247.7: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
||||||
test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
pass
pt247.8: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
||||||
test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
pass
pt247.9: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
||||||
test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
pass
pt247.10: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
||||||
test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
pass
pt247.11: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
||||||
test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
pass
pt247.12: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
||||||
test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
pass
pt247.13: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
||||||
test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
pass
pt247.14: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
||||||
test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
pass
pt247.15: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
||||||
tempest.api.image.v2.test_images_member.ImagesMemberTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
pass
pt248.1: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
||||||
test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
pass
pt248.2: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
||||||
test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
pass
pt248.3: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
||||||
test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
pass
pt248.4: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
||||||
test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
pass
pt248.5: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
||||||
test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
pass
pt248.6: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
||||||
tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
pass
pt249.1: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
||||||
test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
pass
pt249.2: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
||||||
tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt250.1: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
||||||
test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
pass
pt250.2: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
||||||
test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
pass
pt250.3: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
||||||
test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
pass
pt250.4: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
||||||
test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt250.5: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
pass
pt250.6: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
||||||
test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
pass
pt250.7: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
||||||
test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt250.8: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt250.9: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt250.10: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
tempest.api.image.v2.test_images_negative.ImagesNegativeTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
pass
pt251.1: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
||||||
test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
pass
pt251.2: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
||||||
test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
pass
pt251.3: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
||||||
test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
pass
pt251.4: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
||||||
test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
pass
pt251.5: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
||||||
test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
pass
pt251.6: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
||||||
test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
pass
pt251.7: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
||||||
test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
pass
pt251.8: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
||||||
test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
pass
pt251.9: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
||||||
test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
pass
pt251.10: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
||||||
tempest.api.image.v2.test_images_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt252.1: tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
||||||
tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
pass
pt253.1: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
||||||
test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
pass
pt253.2: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
||||||
tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt254.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
pass
pt255.1: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
||||||
test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
pass
pt255.2: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
||||||
test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
pass
pt255.3: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt256.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt256.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt256.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt256.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt256.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt257.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt258.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt258.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt259.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt259.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt259.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt259.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt259.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt259.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt260.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt260.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt260.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt260.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt260.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt260.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt261.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt262.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt262.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt262.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt262.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt263.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt263.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt263.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt263.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt264.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt264.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt265.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt265.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt265.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt265.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt265.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt265.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt265.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt265.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt265.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt266.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt266.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt266.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt266.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt266.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt266.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt266.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt266.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt266.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 3 | 0 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt267.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
pass
pt267.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt267.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt268.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt269.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt270.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt271.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt271.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt271.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt271.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt272.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt272.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt272.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt272.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt273.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt273.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt273.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt273.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt273.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt273.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt273.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt273.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt273.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt273.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt273.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt274.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt275.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt275.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt276.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt276.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt277.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt277.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt277.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt277.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt277.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
||||||
tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt278.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt278.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt278.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt279.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt279.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt279.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt280.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt280.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt280.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt281.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt281.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt281.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt281.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt281.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt281.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt281.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt281.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt281.9: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt281.10: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt281.11: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt281.12: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt281.13: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt281.14: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt281.15: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt281.16: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt281.17: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt281.18: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt281.19: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt281.20: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt281.21: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt281.22: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt282.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt282.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt282.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt282.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt282.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
||||||
tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt283.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt283.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt283.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt283.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt283.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt283.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt283.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt283.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt283.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt283.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt283.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt283.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt283.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt283.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt283.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt283.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt283.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt283.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt283.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt283.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt284.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt284.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt284.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt284.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt284.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt284.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt284.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt284.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt284.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt284.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt285.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt285.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt285.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt285.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt285.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt285.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt285.7: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt285.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt285.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt285.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt285.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt285.12: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt285.13: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt285.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt285.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt286.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt286.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt286.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt286.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt286.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt286.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt286.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt286.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt286.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt286.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt286.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt286.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt286.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt286.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt286.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt287.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt287.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt287.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt287.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt287.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt287.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt287.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt288.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt288.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt288.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt288.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt288.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt288.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt288.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt289.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt290.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt290.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt290.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt290.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt290.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt290.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt290.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt291.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt291.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt291.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt291.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt291.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt291.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt291.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt292.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt292.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt292.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt292.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt292.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt292.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt292.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt292.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt292.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt293.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt293.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt293.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt293.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt293.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt293.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt293.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt293.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt293.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt294.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt294.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt294.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt294.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt294.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt294.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt294.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt294.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt294.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt294.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt294.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt294.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt294.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt294.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt295.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt295.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt295.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt295.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt295.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt295.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt295.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt295.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt295.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt295.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt295.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt295.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt295.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt296.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt297.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt298.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt298.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
||||||
tempest.api.network.test_tags.TagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
pass
pt299.1: tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt300.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt300.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt301.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt301.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt302.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt303.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt303.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt303.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt304.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
||||||
tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt305.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt306.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt306.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt307.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt307.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt308.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt309.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt310.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
pt310.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
pt310.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
pt310.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
pt310.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
pt310.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
pt310.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
pass
pt311.1: tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt312.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt312.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt312.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt312.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt312.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt312.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt313.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt313.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt314.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt314.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
pass
pt315.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt316.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt316.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
||||||
tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt317.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt317.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt318.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt318.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt318.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt318.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt318.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt318.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt318.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
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
pt319.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
pt319.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
pt319.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_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt320.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt321.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt321.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt321.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt321.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt321.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt323.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt323.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt324.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt324.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt325.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt325.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt325.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt325.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt325.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt326.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt326.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt326.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt327.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt327.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt327.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt327.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt327.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt327.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt327.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt327.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt327.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt327.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt327.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt327.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt328.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt328.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt328.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt328.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt328.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt328.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt329.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt329.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt330.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt331.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt332.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt333.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt334.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt334.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt335.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt335.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
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
pt336.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_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt337.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt337.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
||||||
tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt338.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
pt338.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt339.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt339.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt340.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt340.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt341.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt342.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt342.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt343.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt344.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt344.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt345.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt345.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt345.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt346.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt347.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt347.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt347.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt347.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt347.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt347.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt347.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt347.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt347.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt347.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt347.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt347.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt347.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt347.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt347.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt347.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt347.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt347.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt348.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt348.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt348.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt348.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt348.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt348.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt348.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt348.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt348.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt348.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt348.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt348.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt348.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt349.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt349.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt349.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt349.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt349.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt349.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
pass
pt350.1: tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
||||||
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps | 2 | 2 | 0 | 0 | 0 | Detail | |
test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
pass
pt351.1: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
||||||
test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
pass
pt351.2: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
||||||
tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt352.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt352.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt352.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt352.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
Total | 1161 | 965 | 125 | 0 | 71 |