Status: Pass 74 Failure 81 Skip 9
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft2.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft3.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft4.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListAdminTestJSON) |
fail
ft5.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft6.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft7.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft8.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volume_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesMetadataTest) |
fail
ft9.1: setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft10.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft11.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft12.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft13.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft14.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft15.1: tearDownClass (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 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f68b64cbf40>) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft16.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 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f4f1c2b0480>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f4f1c2dd900>)) |
||||||
AttachVolumeTestJSON) |
fail
ft16.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f0de05fccc0>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f0de06062c0>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft17.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f3cf93b7700>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f3cf9452440>)) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeManageAdminTest) |
fail
ft18.1: tearDownClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f3cf9307380>) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasAdminTestJSON) |
fail
ft19.1: tearDownClass (tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f0de051ca40>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f0dde598e40>)) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeRetypeWithoutMigrationTest) |
fail
ft20.1: tearDownClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f68b6439980>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Target volume type is still in use.'}, <traceback object at 0x7f68b6430040>)) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_type_access | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesAccessTest) |
fail
ft21.1: tearDownClass (tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fef3022a7c0>) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_types | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesTest) |
fail
ft22.1: tearDownClass (tempest.api.volume.admin.test_volume_types.VolumeTypesTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fef2f288380>) |
||||||
tearDownClass (tempest.api.volume.admin.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft23.1: tearDownClass (tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c95eb00>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c9a9140>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c9a2300>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c9b8740>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c9bc880>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f4f1c1bc840>)) |
||||||
tearDownClass (tempest.api.volume.test_volume_delete_cascade | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesDeleteCascade) |
fail
ft24.1: tearDownClass (tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7ff3e197c6c0>) |
||||||
tearDownClass (tempest.api.volume.test_volume_transfers | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesTransfersTest) |
fail
ft25.1: tearDownClass (tempest.api.volume.test_volume_transfers.VolumesTransfersTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fef2ef1d0c0>) |
||||||
VolumesTransfersV355Test) |
fail
ft25.2: tearDownClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fef2ed2e940>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fef2ed31580>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_clone | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesCloneTest) |
fail
ft26.1: tearDownClass (tempest.api.volume.test_volumes_clone.VolumesCloneTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f6526cbf5c0>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_extend | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesExtendTest) |
fail
ft27.1: tearDownClass (tempest.api.volume.test_volumes_extend.VolumesExtendTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7ff3e20e2d40>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7ff3e20d55c0>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_get | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesGetTest) |
fail
ft28.1: tearDownClass (tempest.api.volume.test_volumes_get.VolumesGetTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fcbe39122c0>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotNegativeTestJSON) |
fail
ft29.1: tearDownClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f3cf920f540>) |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft30.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:50,143 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.065s 2021-09-07 12:23:50,143 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3397', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dd85b17d-658d-4534-a2ba-7533b4918129', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "51ae383ab51c4cb9851ec198bdde6ddc", "name": "tempest-DeleteServersTestJSON-420384304-project", "password_expires_at": null}, "audit_ids": ["wSUVWbrtR_Wxo8AO1Z9luQ"], "expires_at": "2021-09-07T13:23:50.000000Z", "issued_at": "2021-09-07T12:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c8a60fc19674d90a594fb250127b96b", "name": "tempest-DeleteServersTestJSON-420384304"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/9c8a60fc19674d90a594fb250127b96b", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_9c8a60fc19674d90a594fb250127b96b", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:23:50,144 108817 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '10164902-a676-47df-9d95-a6bf2029dfaa', 'name': 'tempest-DeleteServersTestJSON-1966380241-network', 'tenant_id': '9c8a60fc19674d90a594fb250127b96b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c8a60fc19674d90a594fb250127b96b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 745, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:23:47Z', 'updated_at': '2021-09-07T12:23:48Z', 'revision_number': 1} available for tenant 2021-09-07 12:23:53,343 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.222.0.73/compute/v2.1/servers 3.198s 2021-09-07 12:23:53,343 108817 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-662514760", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "networks": [{"uuid": "10164902-a676-47df-9d95-a6bf2029dfaa"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c8a964d-16e2-49f8-adf5-a404706c2d4c', 'x-compute-request-id': 'req-4c8a964d-16e2-49f8-adf5-a404706c2d4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "X6pYHJor2CKa"}}' 2021-09-07 12:23:53,792 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.446s 2021-09-07 12:23:53,792 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 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-084f9050-3667-480c-be1c-83b48be8c614', 'x-compute-request-id': 'req-084f9050-3667-480c-be1c-83b48be8c614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:23:55,590 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.789s 2021-09-07 12:23:55,591 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:54 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-a7e5a0ac-949a-422c-9455-11aea76edf57', 'x-compute-request-id': 'req-a7e5a0ac-949a-422c-9455-11aea76edf57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:23:57,150 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.550s 2021-09-07 12:23:57,151 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b97e49a7-1d95-4050-b385-644421d2e010', 'x-compute-request-id': 'req-b97e49a7-1d95-4050-b385-644421d2e010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:23:57,162 108817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2021-09-07 12:23:58,386 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.222s 2021-09-07 12:23:58,386 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65fd2420-787f-4f2b-9df9-cbea2c9334c6', 'x-compute-request-id': 'req-65fd2420-787f-4f2b-9df9-cbea2c9334c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:23:58,394 108817 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2021-09-07 12:23:59,712 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.317s 2021-09-07 12:23:59,714 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4bc52e-558a-4189-a703-bba43982942d', 'x-compute-request-id': 'req-fc4bc52e-558a-4189-a703-bba43982942d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:01,220 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.487s 2021-09-07 12:24:01,221 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7c271d-91ca-4631-9089-24d3fe302352', 'x-compute-request-id': 'req-3c7c271d-91ca-4631-9089-24d3fe302352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:02,949 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.720s 2021-09-07 12:24:02,956 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44ccf1f1-5ca5-463c-bc5c-aab427db571c', 'x-compute-request-id': 'req-44ccf1f1-5ca5-463c-bc5c-aab427db571c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:04,412 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.445s 2021-09-07 12:24:04,413 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:03 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-e180dad9-c65c-4875-b48f-844b16b7c60c', 'x-compute-request-id': 'req-e180dad9-c65c-4875-b48f-844b16b7c60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:06,625 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 1.203s 2021-09-07 12:24:06,626 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:05 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-d99532cd-5dfd-4da5-9f2d-0ace1ffc0f2b', 'x-compute-request-id': 'req-d99532cd-5dfd-4da5-9f2d-0ace1ffc0f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:08,573 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.918s 2021-09-07 12:24:08,573 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:07 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-4a351233-279f-4835-b969-f1b0ccbd4b61', 'x-compute-request-id': 'req-4a351233-279f-4835-b969-f1b0ccbd4b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:10,454 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.872s 2021-09-07 12:24:10,454 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:09 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-6299e551-0322-497e-889d-fbd435a8f966', 'x-compute-request-id': 'req-6299e551-0322-497e-889d-fbd435a8f966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:12,629 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 1.165s 2021-09-07 12:24:12,629 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:11 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-2cb1872b-0d35-4a28-bb00-c94de1ccf107', 'x-compute-request-id': 'req-2cb1872b-0d35-4a28-bb00-c94de1ccf107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:14,242 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.604s 2021-09-07 12:24:14,242 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:13 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-4ba7e0e5-7ab1-44c2-a8f7-c6bc17401e5d', 'x-compute-request-id': 'req-4ba7e0e5-7ab1-44c2-a8f7-c6bc17401e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:15,814 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.561s 2021-09-07 12:24:15,814 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 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-1082d7fe-3b87-4280-98d3-d199fd20d5e2', 'x-compute-request-id': 'req-1082d7fe-3b87-4280-98d3-d199fd20d5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:18,061 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 1.237s 2021-09-07 12:24:18,061 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 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-e5209db6-e2a5-4597-8c49-73374c071ffa', 'x-compute-request-id': 'req-e5209db6-e2a5-4597-8c49-73374c071ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:19,710 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.640s 2021-09-07 12:24:19,711 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 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-24fd640a-8a3a-4625-9b82-d154d9134bf3', 'x-compute-request-id': 'req-24fd640a-8a3a-4625-9b82-d154d9134bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:21,603 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.883s 2021-09-07 12:24:21,603 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:20 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-1fcf560e-5410-4d97-9666-981e92c04c5c', 'x-compute-request-id': 'req-1fcf560e-5410-4d97-9666-981e92c04c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:22,991 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.379s 2021-09-07 12:24:22,991 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:22 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-7e36e245-ab79-4402-a061-395b73fa3fa7', 'x-compute-request-id': 'req-7e36e245-ab79-4402-a061-395b73fa3fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:24,744 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.743s 2021-09-07 12:24:24,744 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:24 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-50a15493-419b-4b4e-a088-5bafbc4837d2', 'x-compute-request-id': 'req-50a15493-419b-4b4e-a088-5bafbc4837d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:24:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:26,023 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.271s 2021-09-07 12:24:26,024 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:25 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-2213fc62-31b4-4246-b2e0-31162c30654d', 'x-compute-request-id': 'req-2213fc62-31b4-4246-b2e0-31162c30654d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "BUILD", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:24:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "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": []}}' 2021-09-07 12:24:27,612 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00 0.580s 2021-09-07 12:24:27,612 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1501', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b39fc7ea-5a9f-499a-9185-b6f01f945d25', 'x-compute-request-id': 'req-b39fc7ea-5a9f-499a-9185-b6f01f945d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00'} Body: b'{"server": {"id": "fea95e44-426b-41c9-8cf7-5711d41a9c00", "name": "tempest-DeleteServersTestJSON-server-662514760", "status": "ACTIVE", "tenant_id": "9c8a60fc19674d90a594fb250127b96b", "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "metadata": {}, "hostId": "262ab9a5e2bfeac8694fdd10da3b40e3c133627341d4cc3bfffacc8b", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:23:53Z", "updated": "2021-09-07T12:24:27Z", "addresses": {"tempest-DeleteServersTestJSON-1966380241-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b4:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/fea95e44-426b-41c9-8cf7-5711d41a9c00"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:24: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": []}}' 2021-09-07 12:24:27,620 108817 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2021-09-07 12:24:28,017 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b/volumes 0.395s 2021-09-07 12:24:28,017 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-1191222112"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb02b04-a920-4dab-a1fb-7378963ca2d5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb02b04-a920-4dab-a1fb-7378963ca2d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b/volumes'} Body: b'{"volume": {"id": "b11d33e5-372c-4754-a3d5-556f6e8b05df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:27.890643", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1191222112", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b/volumes/b11d33e5-372c-4754-a3d5-556f6e8b05df"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/9c8a60fc19674d90a594fb250127b96b/volumes/b11d33e5-372c-4754-a3d5-556f6e8b05df"}], "user_id": "51ae383ab51c4cb9851ec198bdde6ddc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:28,098 108817 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 GET http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b/volumes/b11d33e5-372c-4754-a3d5-556f6e8b05df 0.073s 2021-09-07 12:24:28,098 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0932d4b-60af-426f-9d86-840c9734d3f6', 'x-openstack-request-id': 'req-f0932d4b-60af-426f-9d86-840c9734d3f6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/9c8a60fc19674d90a594fb250127b96b/volumes/b11d33e5-372c-4754-a3d5-556f6e8b05df'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/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 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
fail
ft31.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:25:18,220 108808 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes 0.280s 2021-09-07 12:25:18,220 108808 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-ServerRescueNegativeTestJSON-volume-1641680982"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f5873f-a7d7-453a-8129-d5896d07d58a', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f5873f-a7d7-453a-8129-d5896d07d58a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes'} Body: b'{"volume": {"id": "feeb60ae-bcf9-4b1e-a9ed-e1a2ffb00869", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:18.132909", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1641680982", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/feeb60ae-bcf9-4b1e-a9ed-e1a2ffb00869"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/4a1598f59567432c8cb1cd3f4407a018/volumes/feeb60ae-bcf9-4b1e-a9ed-e1a2ffb00869"}], "user_id": "34183ac191414834b7985b2cadf53003", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:18,316 108808 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 500 GET http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/feeb60ae-bcf9-4b1e-a9ed-e1a2ffb00869 0.088s 2021-09-07 12:25:18,316 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c8c3e1-7790-4485-bdaa-4d53d8870502', 'x-openstack-request-id': 'req-48c8c3e1-7790-4485-bdaa-4d53d8870502', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/feeb60ae-bcf9-4b1e-a9ed-e1a2ffb00869'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 118, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft31.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:25:18,621 108808 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes 0.299s 2021-09-07 12:25:18,622 108808 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-ServerRescueNegativeTestJSON-volume-1587207621"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea84d919-3e65-4bb5-b843-82596cb0ad95', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea84d919-3e65-4bb5-b843-82596cb0ad95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes'} Body: b'{"volume": {"id": "3691a75e-0e0b-436a-9957-3264dc48d646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:18.527100", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1587207621", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/3691a75e-0e0b-436a-9957-3264dc48d646"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/4a1598f59567432c8cb1cd3f4407a018/volumes/3691a75e-0e0b-436a-9957-3264dc48d646"}], "user_id": "34183ac191414834b7985b2cadf53003", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:18,700 108808 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 500 GET http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/3691a75e-0e0b-436a-9957-3264dc48d646 0.069s 2021-09-07 12:25:18,700 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-374b937b-2904-4251-a3d2-67d257af8b6e', 'x-openstack-request-id': 'req-374b937b-2904-4251-a3d2-67d257af8b6e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/4a1598f59567432c8cb1cd3f4407a018/volumes/3691a75e-0e0b-436a-9957-3264dc48d646'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 138, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft32.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:57,690 108812 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-09-07 12:23:57,690 108812 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-09-07 12:23:59,717 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73/compute/v2.1/os-keypairs 2.026s 2021-09-07 12:23:59,717 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-117586148"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3991f3ba-4a5f-4a77-b9e7-3d9320278c42', 'x-compute-request-id': 'req-3991f3ba-4a5f-4a77-b9e7-3d9320278c42', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEA2tKhE2yhz6A+u29YN9MiGG4XOz6BOkCHagDNfAfsdQY74X4D\\nLKGJPloWL8M8vc0as+j9/2JnjcC9Ma5BP+Oe6arcsnCFXsacGveNGtWfAjnXeUAX\\neLaV+/CROnJy3q3Ar0sSbpyt0o5CEuGcH37gC0+qcumg2XYrhajw720ozy2aE9XB\\nU7C8orL5Ljpa9hag42jTXNOHLIjDhUjSp0C0VFxuJB6eknxqfKJysQadE0+h/xZt\\nBYkXqQj4zjtAlRUMH7AoGXYql8NIO4HfK90gG+O6gsrWHzMsAcH6WSq7BQa+kUCU\\ntdha1aJZ31zErQABCJMimj1ujPjwFZxQwGP1fwIDAQABAoIBAASPm1fiTcUcG/Kg\\nMYCIYA+OS+GqPdtO+QOWnLHXIHCX/quGit5lR40LJ6c7NIroOYRCePjXvjzQJaFh\\ndm60ed14+Dyn57+/+AT/3+sNRNExD3KxiUu00o97xisns4k8qeV9dRblISJgYLQw\\nC6cEZ/sUYAMhJ38g3WtdyBfVeKJI0SzJUwdCmfVIYa1bhobk0/WmqzU5gnqmWL7V\\na/h/+wF3dI0EO/xKKGyoIwUXzdKpo0Njyy49OOmi6sYtpwctwaEhbqfmgeJQ3unm\\n0snftHaJYcQviOokRZiLnXbyMJHi6WMXyA27k6iWqj8TcvBwcJp0tEMqPj8xxjGo\\nCVTqZ5ECgYEA8k+3ehuDObGVg5k2zwjo1aHUrh9jFlSur3EeOBfEYR7khFUM8Iq+\\no7D+QiD9Gr/q0D+isS0l1Pzq3nyg+U6TLfVutVgRusTuUN+QgikEhstt86Flqn34\\n0wT+4NDIEGPJ+BvOvuBb5FdytpV1KXDweO5OYX1jFPZYUrdevs037f0CgYEA5y84\\n7MdtYHr767LGGSdle1STnBOzNrd2fY5TTty1A9ntOk5cFKHDo8jpl2gm8q7zQ3/o\\n8dAQ9ayGOZkc3QvjiyoOg19Y253XXApIMQbgaCsB5tIonmJpP7ixe0E8Jq4UDmw6\\n5arTiNP1Yn5vqX+k42Pcy6HRdu30sDc3Y0tNrCsCgYAxiWaDChjbtJhSXQI9dR7U\\nfc8TAcuqBwnnSALbiNBW4o/pFdIdYt/yav6v2jqkO1Pv2vKRsh8n2cTSUzw9e3jP\\nTnuhiy2ktxnZYrsSQPxx6ijCQ96a6kHyMfVBVK1x3FSv6k9r6kYe+lmzRf67yCEB\\nOAbCG3YkFPCdiGtQKngiqQKBgCKCixXVYz9uvGJfynCA0AZMBsjaq/r0Ag0WDNuN\\n2LudcWstvVMbHrA5Up1WX9IESa3+zxAhxhZWTacVcxiQKMRiX84+km4eLsK/ii0/\\nYIpMOTlyj7us5xcrA9tpTohbngTVJSmZiYA4W737L8H2mu+SvafsHO+K7+bKJ0t8\\nNzkHAoGAXtSou5vufG6EvsJ26kQw16GGSUqc1LwaSfkP0+ZoIaiL/NNVuNHo26kb\\n77FsUmF3os+jZ4mQg634BHPPY9oFPYZjSJGSZUEkc5MDjaIIjTqKmoNUX6HxEz9B\\n8scTDZY3iTz9SSD3UgeeogXH4rB9jfngMbvALDNBDo7Yzi6kV/c=\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-117586148", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa0qETbKHPoD67b1g30yIYbhc7PoE6QIdqAM18B+x1BjvhfgMsoYk+WhYvwzy9zRqz6P3/YmeNwL0xrkE/457pqtyycIVexpwa940a1Z8COdd5QBd4tpX78JE6cnLercCvSxJunK3SjkIS4ZwffuALT6py6aDZdiuFqPDvbSjPLZoT1cFTsLyisvkuOlr2FqDjaNNc04csiMOFSNKnQLRUXG4kHp6SfGp8onKxBp0TT6H/Fm0FiRepCPjOO0CVFQwfsCgZdiqXw0g7gd8r3SAb47qCytYfMywBwfpZKrsFBr6RQJS12FrVolnfXMStAAEIkyKaPW6M+PAVnFDAY/V/ Generated-by-Nova", "fingerprint": "d8:49:f5:9c:3c:89:7f:27:62:f4:7d:54:f9:13:d5:d4", "user_id": "c857f44f900245f2a6de19cc497f4f21"}}' 2021-09-07 12:23:59,722 108812 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-117586148 created 2021-09-07 12:24:02,192 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-groups 2.470s 2021-09-07 12:24:02,193 108812 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--1751129301", "description": "tempest-description--186863858"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-fb919fb2-e154-4ccc-8f4c-b561df8484a3', 'date': 'Tue, 07 Sep 2021 12:24:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "1245f121-7d4f-4535-8b11-93911e1bf987", "name": "tempest-securitygroup--1751129301", "stateful": true, "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "description": "tempest-description--186863858", "security_group_rules": [{"id": "7e3e9846-4db0-4e25-b31c-4a191be6000e", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "1245f121-7d4f-4535-8b11-93911e1bf987", "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": 117, "description": null, "tags": [], "created_at": "2021-09-07T12:24:01Z", "updated_at": "2021-09-07T12:24:01Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}, {"id": "928af635-bb02-48ea-bc91-701195d30eba", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "1245f121-7d4f-4535-8b11-93911e1bf987", "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": 116, "description": null, "tags": [], "created_at": "2021-09-07T12:24:01Z", "updated_at": "2021-09-07T12:24:01Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}], "tags": [], "created_at": "2021-09-07T12:24:00Z", "updated_at": "2021-09-07T12:24:01Z", "revision_number": 1, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:24:07,115 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 4.921s 2021-09-07 12:24:07,115 108812 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": "1245f121-7d4f-4535-8b11-93911e1bf987", "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-76b2da74-2c3e-4191-b752-4822d3cc20fe', 'date': 'Tue, 07 Sep 2021 12:24:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb01455c-cfc4-40c0-b7f5-b0f006a75ece", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "1245f121-7d4f-4535-8b11-93911e1bf987", "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": "2021-09-07T12:24:06Z", "updated_at": "2021-09-07T12:24:06Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:24:08,247 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 1.131s 2021-09-07 12:24:08,247 108812 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": "1245f121-7d4f-4535-8b11-93911e1bf987", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-555f5299-adfb-45a2-bd42-a524d07517f6', 'date': 'Tue, 07 Sep 2021 12:24:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "902ea4c7-3075-4fd1-8b11-65a0775aca13", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "1245f121-7d4f-4535-8b11-93911e1bf987", "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": "2021-09-07T12:24:07Z", "updated_at": "2021-09-07T12:24:07Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:24:08,248 108812 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1751129301 created 2021-09-07 12:24:11,744 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/floatingips 3.496s 2021-09-07 12:24:11,744 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2e606779-e2b5-4ac4-8fb3-373ad698c11c', 'date': 'Tue, 07 Sep 2021 12:24:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "82fb8fa8-b0b8-483b-b241-a92bc961e87a", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "floating_ip_address": "172.28.1.152", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b15f16b4bba04a3f8950058206d624bc", "description": "", "port_details": null, "tags": [], "created_at": "2021-09-07T12:24:10Z", "updated_at": "2021-09-07T12:24:10Z", "revision_number": 0}}' 2021-09-07 12:24:11,745 108812 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '82fb8fa8-b0b8-483b-b241-a92bc961e87a', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'floating_ip_address': '172.28.1.152', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:24:10Z', 'updated_at': '2021-09-07T12:24:10Z', 'revision_number': 0, 'ip': '172.28.1.152'} created 2021-09-07 12:24:11,971 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.220s 2021-09-07 12:24:11,971 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8bc0c5d8-86df-40ee-83f0-d91791811b32', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c857f44f900245f2a6de19cc497f4f21", "name": "tempest-AttachVolumeShelveTestJSON-1052686980-project", "password_expires_at": null}, "audit_ids": ["k3h9T-K3Sja32Yh3Ua-2zg"], "expires_at": "2021-09-07T13:24:11.000000Z", "issued_at": "2021-09-07T12:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b15f16b4bba04a3f8950058206d624bc", "name": "tempest-AttachVolumeShelveTestJSON-1052686980"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:24:11,972 108812 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '1f7c4848-9951-4888-bf9f-5d207421d42c', 'name': 'tempest-AttachVolumeShelveTestJSON-1552169030-network', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 727, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:23:44Z', 'updated_at': '2021-09-07T12:23:44Z', 'revision_number': 1} available for tenant 2021-09-07 12:24:11,972 108812 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2tKhE2yhz6A+u29YN9MiGG4XOz6BOkCHagDNfAfsdQY74X4D\nLKGJPloWL8M8vc0as+j9/2JnjcC9Ma5BP+Oe6arcsnCFXsacGveNGtWfAjnXeUAX\neLaV+/CROnJy3q3Ar0sSbpyt0o5CEuGcH37gC0+qcumg2XYrhajw720ozy2aE9XB\nU7C8orL5Ljpa9hag42jTXNOHLIjDhUjSp0C0VFxuJB6eknxqfKJysQadE0+h/xZt\nBYkXqQj4zjtAlRUMH7AoGXYql8NIO4HfK90gG+O6gsrWHzMsAcH6WSq7BQa+kUCU\ntdha1aJZ31zErQABCJMimj1ujPjwFZxQwGP1fwIDAQABAoIBAASPm1fiTcUcG/Kg\nMYCIYA+OS+GqPdtO+QOWnLHXIHCX/quGit5lR40LJ6c7NIroOYRCePjXvjzQJaFh\ndm60ed14+Dyn57+/+AT/3+sNRNExD3KxiUu00o97xisns4k8qeV9dRblISJgYLQw\nC6cEZ/sUYAMhJ38g3WtdyBfVeKJI0SzJUwdCmfVIYa1bhobk0/WmqzU5gnqmWL7V\na/h/+wF3dI0EO/xKKGyoIwUXzdKpo0Njyy49OOmi6sYtpwctwaEhbqfmgeJQ3unm\n0snftHaJYcQviOokRZiLnXbyMJHi6WMXyA27k6iWqj8TcvBwcJp0tEMqPj8xxjGo\nCVTqZ5ECgYEA8k+3ehuDObGVg5k2zwjo1aHUrh9jFlSur3EeOBfEYR7khFUM8Iq+\no7D+QiD9Gr/q0D+isS0l1Pzq3nyg+U6TLfVutVgRusTuUN+QgikEhstt86Flqn34\n0wT+4NDIEGPJ+BvOvuBb5FdytpV1KXDweO5OYX1jFPZYUrdevs037f0CgYEA5y84\n7MdtYHr767LGGSdle1STnBOzNrd2fY5TTty1A9ntOk5cFKHDo8jpl2gm8q7zQ3/o\n8dAQ9ayGOZkc3QvjiyoOg19Y253XXApIMQbgaCsB5tIonmJpP7ixe0E8Jq4UDmw6\n5arTiNP1Yn5vqX+k42Pcy6HRdu30sDc3Y0tNrCsCgYAxiWaDChjbtJhSXQI9dR7U\nfc8TAcuqBwnnSALbiNBW4o/pFdIdYt/yav6v2jqkO1Pv2vKRsh8n2cTSUzw9e3jP\nTnuhiy2ktxnZYrsSQPxx6ijCQ96a6kHyMfVBVK1x3FSv6k9r6kYe+lmzRf67yCEB\nOAbCG3YkFPCdiGtQKngiqQKBgCKCixXVYz9uvGJfynCA0AZMBsjaq/r0Ag0WDNuN\n2LudcWstvVMbHrA5Up1WX9IESa3+zxAhxhZWTacVcxiQKMRiX84+km4eLsK/ii0/\nYIpMOTlyj7us5xcrA9tpTohbngTVJSmZiYA4W737L8H2mu+SvafsHO+K7+bKJ0t8\nNzkHAoGAXtSou5vufG6EvsJ26kQw16GGSUqc1LwaSfkP0+ZoIaiL/NNVuNHo26kb\n77FsUmF3os+jZ4mQg634BHPPY9oFPYZjSJGSZUEkc5MDjaIIjTqKmoNUX6HxEz9B\n8scTDZY3iTz9SSD3UgeeogXH4rB9jfngMbvALDNBDo7Yzi6kV/c=\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-117586148', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa0qETbKHPoD67b1g30yIYbhc7PoE6QIdqAM18B+x1BjvhfgMsoYk+WhYvwzy9zRqz6P3/YmeNwL0xrkE/457pqtyycIVexpwa940a1Z8COdd5QBd4tpX78JE6cnLercCvSxJunK3SjkIS4ZwffuALT6py6aDZdiuFqPDvbSjPLZoT1cFTsLyisvkuOlr2FqDjaNNc04csiMOFSNKnQLRUXG4kHp6SfGp8onKxBp0TT6H/Fm0FiRepCPjOO0CVFQwfsCgZdiqXw0g7gd8r3SAb47qCytYfMywBwfpZKrsFBr6RQJS12FrVolnfXMStAAEIkyKaPW6M+PAVnFDAY/V/ Generated-by-Nova', 'fingerprint': 'd8:49:f5:9c:3c:89:7f:27:62:f4:7d:54:f9:13:d5:d4', 'user_id': 'c857f44f900245f2a6de19cc497f4f21'}, 'security_group': {'id': '1245f121-7d4f-4535-8b11-93911e1bf987', 'name': 'tempest-securitygroup--1751129301', 'stateful': True, 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': 'tempest-description--186863858', 'security_group_rules': [{'id': '7e3e9846-4db0-4e25-b31c-4a191be6000e', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'security_group_id': '1245f121-7d4f-4535-8b11-93911e1bf987', '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': 117, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:24:01Z', 'updated_at': '2021-09-07T12:24:01Z', 'revision_number': 0, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}, {'id': '928af635-bb02-48ea-bc91-701195d30eba', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'security_group_id': '1245f121-7d4f-4535-8b11-93911e1bf987', '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': 116, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:24:01Z', 'updated_at': '2021-09-07T12:24:01Z', 'revision_number': 0, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}], 'tags': [], 'created_at': '2021-09-07T12:24:00Z', 'updated_at': '2021-09-07T12:24:01Z', 'revision_number': 1, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}, 'floating_ip': {'id': '82fb8fa8-b0b8-483b-b241-a92bc961e87a', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'floating_ip_address': '172.28.1.152', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:24:10Z', 'updated_at': '2021-09-07T12:24:10Z', 'revision_number': 0, 'ip': '172.28.1.152'}} 2021-09-07 12:24:13,808 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.73/compute/v2.1/servers 1.835s 2021-09-07 12:24:13,809 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1f7c4848-9951-4888-bf9f-5d207421d42c"}], "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "key_name": "tempest-keypair-117586148", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6558622-3d4e-4f99-8221-2897e81417bd', 'x-compute-request-id': 'req-e6558622-3d4e-4f99-8221-2897e81417bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "adminPass": "password"}}' 2021-09-07 12:24:14,427 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.616s 2021-09-07 12:24:14,428 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb5e667-18c4-4a64-9b07-7dbecdcda191', 'x-compute-request-id': 'req-cdb5e667-18c4-4a64-9b07-7dbecdcda191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:14Z", "updated": "2021-09-07T12:24:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-117586148", "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}}' 2021-09-07 12:24:16,126 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.688s 2021-09-07 12:24:16,126 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9771de89-6ad0-4ee2-ae36-94358cbbb91c', 'x-compute-request-id': 'req-9771de89-6ad0-4ee2-ae36-94358cbbb91c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "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}}' 2021-09-07 12:24:19,011 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 1.875s 2021-09-07 12:24:19,012 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af22791-9686-4447-a656-d4dce3e3d3c4', 'x-compute-request-id': 'req-7af22791-9686-4447-a656-d4dce3e3d3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:19,020 108812 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 5 second wait 2021-09-07 12:24:21,098 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 1.077s 2021-09-07 12:24:21,098 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c0efed9-6192-49be-a5f6-71b070920d2d', 'x-compute-request-id': 'req-9c0efed9-6192-49be-a5f6-71b070920d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:23,260 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 1.152s 2021-09-07 12:24:23,261 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b6d31d4-4a5c-49ce-ba46-567ce089fe7e', 'x-compute-request-id': 'req-5b6d31d4-4a5c-49ce-ba46-567ce089fe7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:24,855 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.583s 2021-09-07 12:24:24,855 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be0aa969-04ed-4b56-9c79-9c2f76791bca', 'x-compute-request-id': 'req-be0aa969-04ed-4b56-9c79-9c2f76791bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:26,523 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.657s 2021-09-07 12:24:26,523 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c9e8ac6-5e81-4a87-9268-ee23b4aa49bc', 'x-compute-request-id': 'req-5c9e8ac6-5e81-4a87-9268-ee23b4aa49bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:28,428 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.889s 2021-09-07 12:24:28,428 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c66747c-2a39-4f2e-a1d7-e68a4c434c3f', 'x-compute-request-id': 'req-3c66747c-2a39-4f2e-a1d7-e68a4c434c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:29,697 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.259s 2021-09-07 12:24:29,697 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1599', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f64b7f82-3c69-4201-a9bb-6ce7bf8db125', 'x-compute-request-id': 'req-f64b7f82-3c69-4201-a9bb-6ce7bf8db125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:24:29Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:24:29,706 108812 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-09-07 12:24:30,010 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/os-interface 0.303s 2021-09-07 12:24:30,010 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592c52e9-e743-4a99-8ddb-75ffbd061165', 'x-compute-request-id': 'req-592c52e9-e743-4a99-8ddb-75ffbd061165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1f7c4848-9951-4888-bf9f-5d207421d42c", "port_id": "2430442a-c4c2-4b77-b517-ed5d8668bd8c", "mac_addr": "fa:16:3e:9f:99:89", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dd9ff5d6-ff84-472b-a012-468c11b31493", "ip_address": "172.20.0.7"}]}]}' 2021-09-07 12:24:33,460 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.73:9696/v2.0/floatingips/82fb8fa8-b0b8-483b-b241-a92bc961e87a 3.446s 2021-09-07 12:24:33,460 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "2430442a-c4c2-4b77-b517-ed5d8668bd8c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-2a5bb81f-cdef-40c8-bc2c-888279b8909e', 'date': 'Tue, 07 Sep 2021 12:24:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/82fb8fa8-b0b8-483b-b241-a92bc961e87a'} Body: b'{"floatingip": {"id": "82fb8fa8-b0b8-483b-b241-a92bc961e87a", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "floating_ip_address": "172.28.1.152", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": "ad8a1f8f-fd3e-4ee5-8a55-8788198b40e4", "port_id": "2430442a-c4c2-4b77-b517-ed5d8668bd8c", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1f7c4848-9951-4888-bf9f-5d207421d42c", "mac_address": "fa:16:3e:9f:99:89", "admin_state_up": true, "status": "ACTIVE", "device_id": "63386a70-de36-4a0a-8886-84582e591eb1", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-09-07T12:24:10Z", "updated_at": "2021-09-07T12:24:31Z", "revision_number": 1, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:24:33,625 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.164s 2021-09-07 12:24:33,625 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cb4cb56-1f89-4a52-b907-a52e0ff0d6ba', 'x-compute-request-id': 'req-0cb4cb56-1f89-4a52-b907-a52e0ff0d6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:35,068 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.440s 2021-09-07 12:24:35,069 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bff7d437-2c2c-4d16-a8ad-f03aeb735a42', 'x-compute-request-id': 'req-bff7d437-2c2c-4d16-a8ad-f03aeb735a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:36,201 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.131s 2021-09-07 12:24:36,202 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-231f65f2-8cdd-4485-85c1-22e70a504337', 'x-compute-request-id': 'req-231f65f2-8cdd-4485-85c1-22e70a504337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:37,335 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.131s 2021-09-07 12:24:37,336 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e66bb58a-f44f-455d-8522-836993659a83', 'x-compute-request-id': 'req-e66bb58a-f44f-455d-8522-836993659a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:38,447 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.108s 2021-09-07 12:24:38,448 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d927c6-ff65-4a0d-8b43-cf01acf2d057', 'x-compute-request-id': 'req-05d927c6-ff65-4a0d-8b43-cf01acf2d057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:39,796 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.346s 2021-09-07 12:24:39,797 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae0f9cec-5484-4ebc-8ee4-464cce4a2885', 'x-compute-request-id': 'req-ae0f9cec-5484-4ebc-8ee4-464cce4a2885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:40,966 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.166s 2021-09-07 12:24:40,966 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12cdd272-88b9-4788-9a87-1bd6886c9127', 'x-compute-request-id': 'req-12cdd272-88b9-4788-9a87-1bd6886c9127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": ""}' 2021-09-07 12:24:42,465 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.497s 2021-09-07 12:24:42,465 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e1bcde3-54fb-4553-8d19-6626e0a729a6', 'x-compute-request-id': 'req-5e1bcde3-54fb-4553-8d19-6626e0a729a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:43,659 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.191s 2021-09-07 12:24:43,660 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '15507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09df9fe6-b8ab-42ab-9709-c5ba9dc7327d', 'x-compute-request-id': 'req-09df9fe6-b8ab-42ab-9709-c5ba9dc7327d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:44,800 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.138s 2021-09-07 12:24:44,801 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f885f5-f278-4261-833d-b4b7d489533d', 'x-compute-request-id': 'req-b9f885f5-f278-4261-833d-b4b7d489533d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:45,959 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.155s 2021-09-07 12:24:45,959 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19944', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f979570b-c9a6-4bc7-aec5-b96339a5700c', 'x-compute-request-id': 'req-f979570b-c9a6-4bc7-aec5-b96339a5700c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:47,124 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.162s 2021-09-07 12:24:47,125 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22070', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbd16d0-87b1-4205-b8fa-d0a3303fbb37', 'x-compute-request-id': 'req-8dbd16d0-87b1-4205-b8fa-d0a3303fbb37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:48,276 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.148s 2021-09-07 12:24:48,277 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80c8af96-43e8-410e-a595-896c69c4a07d', 'x-compute-request-id': 'req-80c8af96-43e8-410e-a595-896c69c4a07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:49,431 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.151s 2021-09-07 12:24:49,432 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24050', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-771fa072-4308-4540-9710-bb8b9532d35a', 'x-compute-request-id': 'req-771fa072-4308-4540-9710-bb8b9532d35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:50,598 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.163s 2021-09-07 12:24:50,598 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25179', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1c245be-42bd-4a33-b3c2-70dec26f4261', 'x-compute-request-id': 'req-b1c245be-42bd-4a33-b3c2-70dec26f4261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:51,766 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.165s 2021-09-07 12:24:51,767 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f95ea7c-4c71-4f5e-aee7-a8e3c22b218b', 'x-compute-request-id': 'req-4f95ea7c-4c71-4f5e-aee7-a8e3c22b218b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:52,981 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.212s 2021-09-07 12:24:52,982 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27100', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3825a8-1a3a-4081-8381-0e3a4b3d494e', 'x-compute-request-id': 'req-fc3825a8-1a3a-4081-8381-0e3a4b3d494e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:54,141 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.156s 2021-09-07 12:24:54,142 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27618', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1876e3ca-65b3-40d5-bd3d-f06d28fa1d5b', 'x-compute-request-id': 'req-1876e3ca-65b3-40d5-bd3d-f06d28fa1d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:55,302 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.158s 2021-09-07 12:24:55,303 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27809', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc409501-5d6b-442b-9533-3722c7ca13ad', 'x-compute-request-id': 'req-bc409501-5d6b-442b-9533-3722c7ca13ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:56,450 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.144s 2021-09-07 12:24:56,451 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27980', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68d8cea9-b32b-447f-9777-f3cc431f1c49', 'x-compute-request-id': 'req-68d8cea9-b32b-447f-9777-f3cc431f1c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:57,672 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.219s 2021-09-07 12:24:57,673 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-055b9486-a3b9-4a4c-a8b4-144c596be904', 'x-compute-request-id': 'req-055b9486-a3b9-4a4c-a8b4-144c596be904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:58,792 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.116s 2021-09-07 12:24:58,792 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87997c77-5783-4c4d-93c2-c50a073b9d52', 'x-compute-request-id': 'req-87997c77-5783-4c4d-93c2-c50a073b9d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:59,943 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.148s 2021-09-07 12:24:59,944 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e38bb54d-9098-4454-8849-9af581b6e71f', 'x-compute-request-id': 'req-e38bb54d-9098-4454-8849-9af581b6e71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:01,108 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.160s 2021-09-07 12:25:01,109 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1be009b6-2be2-499f-af5c-56d8ac6bb5db', 'x-compute-request-id': 'req-1be009b6-2be2-499f-af5c-56d8ac6bb5db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:02,249 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.138s 2021-09-07 12:25:02,250 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28503', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb279da-5e04-4453-adee-e0d2dfce1567', 'x-compute-request-id': 'req-2bb279da-5e04-4453-adee-e0d2dfce1567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:03,485 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.232s 2021-09-07 12:25:03,486 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be527798-c1b3-4153-9e6f-b55ac6e5c1b0', 'x-compute-request-id': 'req-be527798-c1b3-4153-9e6f-b55ac6e5c1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:04,814 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.326s 2021-09-07 12:25:04,815 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff887f39-7917-4c85-bd5f-69b690087f1d', 'x-compute-request-id': 'req-ff887f39-7917-4c85-bd5f-69b690087f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:06,161 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.343s 2021-09-07 12:25:06,162 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f6598f-46c3-4ea0-ba89-9d20f6bded21', 'x-compute-request-id': 'req-11f6598f-46c3-4ea0-ba89-9d20f6bded21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:07,510 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.344s 2021-09-07 12:25:07,510 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca6ed02-bb2a-44a3-aad8-a0dda9b710ec', 'x-compute-request-id': 'req-eca6ed02-bb2a-44a3-aad8-a0dda9b710ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:08,884 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.371s 2021-09-07 12:25:08,885 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b77853-dbdd-44be-9e4b-4e8d14a2873e', 'x-compute-request-id': 'req-76b77853-dbdd-44be-9e4b-4e8d14a2873e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:09,999 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.112s 2021-09-07 12:25:10,000 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace41604-2e73-4a60-afbb-963895b36f63', 'x-compute-request-id': 'req-ace41604-2e73-4a60-afbb-963895b36f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:11,257 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.253s 2021-09-07 12:25:11,258 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28874', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da337fe5-a179-4479-9222-ac05bfbf98c4', 'x-compute-request-id': 'req-da337fe5-a179-4479-9222-ac05bfbf98c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:12,442 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.183s 2021-09-07 12:25:12,443 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30084', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d7e4500-da3c-405e-b0a1-02f7bc64c077', 'x-compute-request-id': 'req-4d7e4500-da3c-405e-b0a1-02f7bc64c077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:13,631 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.184s 2021-09-07 12:25:13,632 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31521', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67e47788-c222-4093-b11e-4785d5401475', 'x-compute-request-id': 'req-67e47788-c222-4093-b11e-4785d5401475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:14,749 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.114s 2021-09-07 12:25:14,749 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6498b954-9fc0-4807-a16a-4533c1959d10', 'x-compute-request-id': 'req-6498b954-9fc0-4807-a16a-4533c1959d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:16,082 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.331s 2021-09-07 12:25:16,083 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa810aa-cb73-4332-ae9e-8ef2848de990', 'x-compute-request-id': 'req-4aa810aa-cb73-4332-ae9e-8ef2848de990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:17,206 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.119s 2021-09-07 12:25:17,207 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cd5f791-5f47-4f2a-875c-b537471659b5', 'x-compute-request-id': 'req-9cd5f791-5f47-4f2a-875c-b537471659b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:18,362 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.152s 2021-09-07 12:25:18,362 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34098', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0412ce5-b84d-491d-8f7f-35409a94000a', 'x-compute-request-id': 'req-c0412ce5-b84d-491d-8f7f-35409a94000a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:19,487 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.121s 2021-09-07 12:25:19,488 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34955', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b18c1b24-78fb-436a-b165-bf443c63f183', 'x-compute-request-id': 'req-b18c1b24-78fb-436a-b165-bf443c63f183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:20,769 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.278s 2021-09-07 12:25:20,770 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c04c89-ab7d-4392-9018-571f8d941d68', 'x-compute-request-id': 'req-27c04c89-ab7d-4392-9018-571f8d941d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:22,066 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 0.294s 2021-09-07 12:25:22,067 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a2bbf11-cb86-4645-9520-d3889f0f5951', 'x-compute-request-id': 'req-8a2bbf11-cb86-4645-9520-d3889f0f5951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:36,779 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action 13.709s 2021-09-07 12:25:36,780 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38355', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecc471e0-ec1b-4b2a-bcec-169b323b6e76', 'x-compute-request-id': 'req-ecc471e0-ec1b-4b2a-bcec-169b323b6e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:37,066 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/ips 0.284s 2021-09-07 12:25:37,066 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d92df4ea-ad44-42e2-9eac-f97ca1af363c', 'x-compute-request-id': 'req-d92df4ea-ad44-42e2-9eac-f97ca1af363c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7"}, {"version": 4, "addr": "172.28.1.152"}]}}' 2021-09-07 12:25:37,326 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes 0.257s 2021-09-07 12:25:37,327 108812 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-AttachVolumeShelveTestJSON-volume-1905575029"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965de690-994c-4a98-98a1-cb79428b3a8b', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965de690-994c-4a98-98a1-cb79428b3a8b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes'} Body: b'{"volume": {"id": "32434f0c-beb8-47a5-bf6a-c74f8942c579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:37.247048", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1905575029", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/32434f0c-beb8-47a5-bf6a-c74f8942c579"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b15f16b4bba04a3f8950058206d624bc/volumes/32434f0c-beb8-47a5-bf6a-c74f8942c579"}], "user_id": "c857f44f900245f2a6de19cc497f4f21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:37,384 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 GET http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/32434f0c-beb8-47a5-bf6a-c74f8942c579 0.050s 2021-09-07 12:25:37,384 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30dfadc-b91c-4776-ad22-761ab3b2224c', 'x-openstack-request-id': 'req-c30dfadc-b91c-4776-ad22-761ab3b2224c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/32434f0c-beb8-47a5-bf6a-c74f8942c579'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:25:37,518 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.132s 2021-09-07 12:25:37,519 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53db1fe3-ab4b-4a88-a426-46ccf73f942a', 'x-compute-request-id': 'req-53db1fe3-ab4b-4a88-a426-46ccf73f942a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'' 2021-09-07 12:25:37,681 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.161s 2021-09-07 12:25:37,681 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18404e70-3e45-4aba-8696-dcd706dc9549', 'x-compute-request-id': 'req-18404e70-3e45-4aba-8696-dcd706dc9549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:25:37Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}, {"version": 4, "addr": "172.28.1.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:25:38,850 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.158s 2021-09-07 12:25:38,850 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47fa042c-50b4-4b03-9cdf-9a24bf841c9c', 'x-compute-request-id': 'req-47fa042c-50b4-4b03-9cdf-9a24bf841c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:25:37Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}, {"version": 4, "addr": "172.28.1.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:25:40,024 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.164s 2021-09-07 12:25:40,024 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-653c04de-628e-4b9e-9e8d-8f28d151b67e', 'x-compute-request-id': 'req-653c04de-628e-4b9e-9e8d-8f28d151b67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:25:37Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}, {"version": 4, "addr": "172.28.1.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1751129301"}], "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}}' 2021-09-07 12:25:41,138 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.103s 2021-09-07 12:25:41,138 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca251381-4d6a-4c9e-840a-41f1ad705b07', 'x-compute-request-id': 'req-ca251381-4d6a-4c9e-840a-41f1ad705b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:25:37Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}, {"version": 4, "addr": "172.28.1.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:99:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": null, "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}}' 2021-09-07 12:25:42,272 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.124s 2021-09-07 12:25:42,273 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95be1d9f-08a2-422e-9447-175aa1fff120', 'x-compute-request-id': 'req-95be1d9f-08a2-422e-9447-175aa1fff120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"server": {"id": "63386a70-de36-4a0a-8886-84582e591eb1", "name": "tempest-AttachVolumeShelveTestJSON-server-1999533675", "status": "DELETED", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:13Z", "updated": "2021-09-07T12:25:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/63386a70-de36-4a0a-8886-84582e591eb1"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-117586148", "OS-SRV-USG:launched_at": "2021-09-07T12:24:28.000000", "OS-SRV-USG:terminated_at": "2021-09-07T12:25:41.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-09-07 12:25:42,281 108812 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait 2021-09-07 12:25:43,319 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1 0.036s 2021-09-07 12:25:43,319 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2a5c23d8-93b5-4a3a-8e5a-0c6967fdbcdb', 'x-compute-request-id': 'req-2a5c23d8-93b5-4a3a-8e5a-0c6967fdbcdb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/63386a70-de36-4a0a-8886-84582e591eb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 63386a70-de36-4a0a-8886-84582e591eb1 could not be found."}}' 2021-09-07 12:25:43,355 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-117586148 0.035s 2021-09-07 12:25:43,355 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24e8a4a4-beca-4f34-a52e-0b35fc8d7a0d', 'x-compute-request-id': 'req-24e8a4a4-beca-4f34-a52e-0b35fc8d7a0d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-117586148'} Body: b'' 2021-09-07 12:25:43,572 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/security-groups/1245f121-7d4f-4535-8b11-93911e1bf987 0.216s 2021-09-07 12:25:43,572 108812 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-0866f56c-0c7b-47fb-a158-17848cd5510e', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:25:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/1245f121-7d4f-4535-8b11-93911e1bf987'} Body: b'' 2021-09-07 12:25:43,601 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.73:9696/v2.0/security-groups/1245f121-7d4f-4535-8b11-93911e1bf987 0.028s 2021-09-07 12:25:43,601 108812 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-20de5378-86c2-4475-a274-2a7ef57fa547', 'date': 'Tue, 07 Sep 2021 12:25:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/1245f121-7d4f-4535-8b11-93911e1bf987'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1245f121-7d4f-4535-8b11-93911e1bf987 does not exist", "detail": ""}}' 2021-09-07 12:25:45,184 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/floatingips/82fb8fa8-b0b8-483b-b241-a92bc961e87a 1.582s 2021-09-07 12:25:45,184 108812 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-0e25fb98-24e2-40bc-bb59-7690ae62d8ef', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/82fb8fa8-b0b8-483b-b241-a92bc961e87a'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft32.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:25:45,211 108812 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-09-07 12:25:45,211 108812 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-09-07 12:25:45,568 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73/compute/v2.1/os-keypairs 0.355s 2021-09-07 12:25:45,568 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-435499032"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0c2e1a-2d31-4490-aad4-356cd3fceb07', 'x-compute-request-id': 'req-9d0c2e1a-2d31-4490-aad4-356cd3fceb07', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAlt7z0lGYkj2atZ7jnqU/SytX8EsmKa95R5sb+26FfqfpgR3v\\n/STQI6vqCeSOmivqJGkT6NobGcwHHPoQVFNv9oCTUNx6ECfBcTVsmmW0baJibuJF\\nro44i1DYRebNLLyG/IkjaDOv8oSYeEK0Z+Mcaw94B7Dws4HPL9GsMb3S45Mu7tHi\\n+xh+veYR4QT3vfruV6DsXOVffOwTV+eElo+ZSXxm6/3v332VeU8d4XU+vp4Dl3wx\\nR0SvSoFdUhG+mVfE8irpYrQMJmamivOj1EqfqqvT/TkbltmFW4vKHDW/CPZ9X0OX\\nHYxU4ypcFay+MS7PyXNLWhwHJtRZeA8Z8dzZcwIDAQABAoIBACQpyu3l6xlatOPF\\n8y+K0pIVEJ4jlUE2s25ripiJFGyYmQr+/xCBq3ZxdcbrRxdDYXtayI/u/8H+OtJC\\nSnm8CkFe7nDaeFO5A9A8Cw0zRb1lyAxmJmfB5WHXfg+7VADeK8kKojcO9KTADb/9\\n1Tp1oNE0wwOs8PVGL0B6FLlTk+JCfiz9yczAiMRyoKQUCyEi22yVQAkoMx0mbV2y\\n8lw9damHLgLjfWkGTGl7sgTpzvo/edbhCApq4sofRg31j0PYWAcmAr8caQPm/64R\\n+QPL0n/tPsDocZcs5BMuDs2VjOjbSmqPMPlvOFgV89+LfhRRnmWMTUAwp4iNw9TO\\nTA0hE6ECgYEAxZrFy9rethW90KEOx1W1nEzh+rI4oaccHUt0Odfk9dt6JIHeDqdt\\nR4kbr0ywopdR6MSELg9WMKBvdsyr+V8D1TOXYNGM9Adu4EL4Ad29Lv2lJETY8dbF\\nYUW/edh8EJdJAnFGsZ3ELGgHojq/7iCNyjld0ObBQ58yclaR4B52ShECgYEAw3Ss\\nVg3Bp5d+80KXLYDtbMb1THarTZR4pyffQSz+/Xes11zJMcOAFy+bwNXbzTA8kql2\\nyJOmHn/Lyl+YoLejH2tudfy00mZg4HO6ZZa3USmqQixi7OO2BnUIM/rXk8bKWlsI\\njlX6fChxY6v4HL4XurHKLQ0QSzXNqy7yqPXRB0MCgYEAtvvrziqPse3QKDH8jXpB\\nAsvvN0dySb+FuVr19dqGm2TyZnwcNVW1TFka2eoaZ3XY08Om40AwgDcRAOHnHrVt\\nxzBPLcjezdtUQTfCkXfUiH85PazDeK95d+outZZSzMpLQYfD/xYpYzWyW/grY0ei\\nBXG5/oiwzv3MqTShQPj0cQECgYAx3wlCA8yPyJX519nfIHB0OufIFNdsuh929zN9\\n289MOUb+xIwJiIqcX+dr8qVc25v5CAho8VOHoLAM+QtmprSWhcDvlgVFUh4R5zV+\\nSlCIAwuQSucK7qc5So9HRA/Rgv2KxIOQXdvF5kPYXL64BsDjQA4IJLctmZLaxOXh\\nuqcVJQKBgCjjyUPQ8AaTX0T/c/kmwan1UedyDw/Jb1fNuA9950IaEY4gb/vFpod2\\nQFbbtmUxUqCcg8fFVlgoEWHvvjAr1mlWwx2gMu4zimSsYGurOtjy1HeaQRaLGYwb\\nJhMpGBsfY9uezP3vgChaPNxqNzCywsFEr0MaprS9jST/VNZTzjBp\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-435499032", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCW3vPSUZiSPZq1nuOepT9LK1fwSyYpr3lHmxv7boV+p+mBHe/9JNAjq+oJ5I6aK+okaRPo2hsZzAcc+hBUU2/2gJNQ3HoQJ8FxNWyaZbRtomJu4kWujjiLUNhF5s0svIb8iSNoM6/yhJh4QrRn4xxrD3gHsPCzgc8v0awxvdLjky7u0eL7GH695hHhBPe9+u5XoOxc5V987BNX54SWj5lJfGbr/e/ffZV5Tx3hdT6+ngOXfDFHRK9KgV1SEb6ZV8TyKulitAwmZqaK86PUSp+qq9P9ORuW2YVbi8ocNb8I9n1fQ5cdjFTjKlwVrL4xLs/Jc0taHAcm1Fl4Dxnx3Nlz Generated-by-Nova", "fingerprint": "58:50:2a:98:b7:5e:d2:ea:1d:e5:ef:a7:3b:2b:1f:7e", "user_id": "c857f44f900245f2a6de19cc497f4f21"}}' 2021-09-07 12:25:45,570 108812 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-435499032 created 2021-09-07 12:25:45,905 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-groups 0.334s 2021-09-07 12:25:45,905 108812 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--1685825355", "description": "tempest-description--2065945882"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1580', 'x-openstack-request-id': 'req-73a256e3-a960-444f-8b17-64817b2a2d30', 'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "name": "tempest-securitygroup--1685825355", "stateful": true, "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "description": "tempest-description--2065945882", "security_group_rules": [{"id": "5a509e8b-1d9f-481c-9a99-0c4642b344e5", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "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": 407, "description": null, "tags": [], "created_at": "2021-09-07T12:25:45Z", "updated_at": "2021-09-07T12:25:45Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}, {"id": "aae82941-f58b-4451-9b5b-c13e34a61c70", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "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": 406, "description": null, "tags": [], "created_at": "2021-09-07T12:25:45Z", "updated_at": "2021-09-07T12:25:45Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}], "tags": [], "created_at": "2021-09-07T12:25:45Z", "updated_at": "2021-09-07T12:25:45Z", "revision_number": 1, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:25:46,137 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.231s 2021-09-07 12:25:46,138 108812 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": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "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-fb14c734-98d2-489e-a623-58df4f60b2fb', 'date': 'Tue, 07 Sep 2021 12:25:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eeedf234-8e3d-4aa5-8f06-32ecb320e44d", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "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": "2021-09-07T12:25:46Z", "updated_at": "2021-09-07T12:25:46Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:25:46,423 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.285s 2021-09-07 12:25:46,424 108812 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": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-98f099c4-21d3-4554-b3cc-a2efcce1b649', 'date': 'Tue, 07 Sep 2021 12:25:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b77c231-ef51-4ccf-aa54-ef8e115a4d8e", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "security_group_id": "a0083c85-b2c3-4890-8e5d-6d0cc832450c", "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": "2021-09-07T12:25:46Z", "updated_at": "2021-09-07T12:25:46Z", "revision_number": 0, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:25:46,424 108812 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1685825355 created 2021-09-07 12:25:47,873 108812 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/floatingips 1.448s 2021-09-07 12:25:47,874 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-049cb5c6-bc99-47b6-90bf-d5e0b4267a85', 'date': 'Tue, 07 Sep 2021 12:25:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "aa013219-319d-4725-9175-b47aa6f968ea", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "floating_ip_address": "172.28.1.155", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b15f16b4bba04a3f8950058206d624bc", "description": "", "port_details": null, "tags": [], "created_at": "2021-09-07T12:25:47Z", "updated_at": "2021-09-07T12:25:47Z", "revision_number": 0}}' 2021-09-07 12:25:47,874 108812 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'aa013219-319d-4725-9175-b47aa6f968ea', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'floating_ip_address': '172.28.1.155', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:25:47Z', 'updated_at': '2021-09-07T12:25:47Z', 'revision_number': 0, 'ip': '172.28.1.155'} created 2021-09-07 12:25:47,988 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.108s 2021-09-07 12:25:47,989 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3713c03a-ae3f-45b2-a7af-2f3d64acc67c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c857f44f900245f2a6de19cc497f4f21", "name": "tempest-AttachVolumeShelveTestJSON-1052686980-project", "password_expires_at": null}, "audit_ids": ["tPz0Rmn3TgaapQgdXGsdKg"], "expires_at": "2021-09-07T13:25:47.000000Z", "issued_at": "2021-09-07T12:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b15f16b4bba04a3f8950058206d624bc", "name": "tempest-AttachVolumeShelveTestJSON-1052686980"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_b15f16b4bba04a3f8950058206d624bc", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:25:47,989 108812 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '1f7c4848-9951-4888-bf9f-5d207421d42c', 'name': 'tempest-AttachVolumeShelveTestJSON-1552169030-network', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 727, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:23:44Z', 'updated_at': '2021-09-07T12:23:44Z', 'revision_number': 1} available for tenant 2021-09-07 12:25:47,990 108812 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAlt7z0lGYkj2atZ7jnqU/SytX8EsmKa95R5sb+26FfqfpgR3v\n/STQI6vqCeSOmivqJGkT6NobGcwHHPoQVFNv9oCTUNx6ECfBcTVsmmW0baJibuJF\nro44i1DYRebNLLyG/IkjaDOv8oSYeEK0Z+Mcaw94B7Dws4HPL9GsMb3S45Mu7tHi\n+xh+veYR4QT3vfruV6DsXOVffOwTV+eElo+ZSXxm6/3v332VeU8d4XU+vp4Dl3wx\nR0SvSoFdUhG+mVfE8irpYrQMJmamivOj1EqfqqvT/TkbltmFW4vKHDW/CPZ9X0OX\nHYxU4ypcFay+MS7PyXNLWhwHJtRZeA8Z8dzZcwIDAQABAoIBACQpyu3l6xlatOPF\n8y+K0pIVEJ4jlUE2s25ripiJFGyYmQr+/xCBq3ZxdcbrRxdDYXtayI/u/8H+OtJC\nSnm8CkFe7nDaeFO5A9A8Cw0zRb1lyAxmJmfB5WHXfg+7VADeK8kKojcO9KTADb/9\n1Tp1oNE0wwOs8PVGL0B6FLlTk+JCfiz9yczAiMRyoKQUCyEi22yVQAkoMx0mbV2y\n8lw9damHLgLjfWkGTGl7sgTpzvo/edbhCApq4sofRg31j0PYWAcmAr8caQPm/64R\n+QPL0n/tPsDocZcs5BMuDs2VjOjbSmqPMPlvOFgV89+LfhRRnmWMTUAwp4iNw9TO\nTA0hE6ECgYEAxZrFy9rethW90KEOx1W1nEzh+rI4oaccHUt0Odfk9dt6JIHeDqdt\nR4kbr0ywopdR6MSELg9WMKBvdsyr+V8D1TOXYNGM9Adu4EL4Ad29Lv2lJETY8dbF\nYUW/edh8EJdJAnFGsZ3ELGgHojq/7iCNyjld0ObBQ58yclaR4B52ShECgYEAw3Ss\nVg3Bp5d+80KXLYDtbMb1THarTZR4pyffQSz+/Xes11zJMcOAFy+bwNXbzTA8kql2\nyJOmHn/Lyl+YoLejH2tudfy00mZg4HO6ZZa3USmqQixi7OO2BnUIM/rXk8bKWlsI\njlX6fChxY6v4HL4XurHKLQ0QSzXNqy7yqPXRB0MCgYEAtvvrziqPse3QKDH8jXpB\nAsvvN0dySb+FuVr19dqGm2TyZnwcNVW1TFka2eoaZ3XY08Om40AwgDcRAOHnHrVt\nxzBPLcjezdtUQTfCkXfUiH85PazDeK95d+outZZSzMpLQYfD/xYpYzWyW/grY0ei\nBXG5/oiwzv3MqTShQPj0cQECgYAx3wlCA8yPyJX519nfIHB0OufIFNdsuh929zN9\n289MOUb+xIwJiIqcX+dr8qVc25v5CAho8VOHoLAM+QtmprSWhcDvlgVFUh4R5zV+\nSlCIAwuQSucK7qc5So9HRA/Rgv2KxIOQXdvF5kPYXL64BsDjQA4IJLctmZLaxOXh\nuqcVJQKBgCjjyUPQ8AaTX0T/c/kmwan1UedyDw/Jb1fNuA9950IaEY4gb/vFpod2\nQFbbtmUxUqCcg8fFVlgoEWHvvjAr1mlWwx2gMu4zimSsYGurOtjy1HeaQRaLGYwb\nJhMpGBsfY9uezP3vgChaPNxqNzCywsFEr0MaprS9jST/VNZTzjBp\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-435499032', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCW3vPSUZiSPZq1nuOepT9LK1fwSyYpr3lHmxv7boV+p+mBHe/9JNAjq+oJ5I6aK+okaRPo2hsZzAcc+hBUU2/2gJNQ3HoQJ8FxNWyaZbRtomJu4kWujjiLUNhF5s0svIb8iSNoM6/yhJh4QrRn4xxrD3gHsPCzgc8v0awxvdLjky7u0eL7GH695hHhBPe9+u5XoOxc5V987BNX54SWj5lJfGbr/e/ffZV5Tx3hdT6+ngOXfDFHRK9KgV1SEb6ZV8TyKulitAwmZqaK86PUSp+qq9P9ORuW2YVbi8ocNb8I9n1fQ5cdjFTjKlwVrL4xLs/Jc0taHAcm1Fl4Dxnx3Nlz Generated-by-Nova', 'fingerprint': '58:50:2a:98:b7:5e:d2:ea:1d:e5:ef:a7:3b:2b:1f:7e', 'user_id': 'c857f44f900245f2a6de19cc497f4f21'}, 'security_group': {'id': 'a0083c85-b2c3-4890-8e5d-6d0cc832450c', 'name': 'tempest-securitygroup--1685825355', 'stateful': True, 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': 'tempest-description--2065945882', 'security_group_rules': [{'id': '5a509e8b-1d9f-481c-9a99-0c4642b344e5', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'security_group_id': 'a0083c85-b2c3-4890-8e5d-6d0cc832450c', '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': 407, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:25:45Z', 'updated_at': '2021-09-07T12:25:45Z', 'revision_number': 0, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}, {'id': 'aae82941-f58b-4451-9b5b-c13e34a61c70', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'security_group_id': 'a0083c85-b2c3-4890-8e5d-6d0cc832450c', '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': 406, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:25:45Z', 'updated_at': '2021-09-07T12:25:45Z', 'revision_number': 0, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}], 'tags': [], 'created_at': '2021-09-07T12:25:45Z', 'updated_at': '2021-09-07T12:25:45Z', 'revision_number': 1, 'project_id': 'b15f16b4bba04a3f8950058206d624bc'}, 'floating_ip': {'id': 'aa013219-319d-4725-9175-b47aa6f968ea', 'tenant_id': 'b15f16b4bba04a3f8950058206d624bc', 'floating_ip_address': '172.28.1.155', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b15f16b4bba04a3f8950058206d624bc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:25:47Z', 'updated_at': '2021-09-07T12:25:47Z', 'revision_number': 0, 'ip': '172.28.1.155'}} 2021-09-07 12:25:49,138 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.73/compute/v2.1/servers 1.147s 2021-09-07 12:25:49,138 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1f7c4848-9951-4888-bf9f-5d207421d42c"}], "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "key_name": "tempest-keypair-435499032", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d986e6-a270-463b-ac70-6403b8df4eba', 'x-compute-request-id': 'req-a5d986e6-a270-463b-ac70-6403b8df4eba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "adminPass": "password"}}' 2021-09-07 12:25:49,449 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.308s 2021-09-07 12:25:49,449 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b873984e-33cc-45d1-b2e8-3992d974065a', 'x-compute-request-id': 'req-b873984e-33cc-45d1-b2e8-3992d974065a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-435499032", "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}}' 2021-09-07 12:25:50,750 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.292s 2021-09-07 12:25:50,751 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-310d3d6d-2e0f-4b42-9675-9f4be1495912', 'x-compute-request-id': 'req-310d3d6d-2e0f-4b42-9675-9f4be1495912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-09-07 12:25:50,759 108812 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2021-09-07 12:25:52,086 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.324s 2021-09-07 12:25:52,086 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d853d64-9930-4ab2-9f62-ab459d99d84d', 'x-compute-request-id': 'req-6d853d64-9930-4ab2-9f62-ab459d99d84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:25:52,095 108812 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2021-09-07 12:25:53,397 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.301s 2021-09-07 12:25:53,397 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-205a7978-5d82-48c5-865d-ba8528abdc6e', 'x-compute-request-id': 'req-205a7978-5d82-48c5-865d-ba8528abdc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:25:54,926 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.518s 2021-09-07 12:25:54,926 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da719a6-ea4a-4f3a-ab93-b06d8450d41d', 'x-compute-request-id': 'req-4da719a6-ea4a-4f3a-ab93-b06d8450d41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:25:56,268 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.331s 2021-09-07 12:25:56,268 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e54ade-fbf9-4647-9f08-705a8cde6d19', 'x-compute-request-id': 'req-33e54ade-fbf9-4647-9f08-705a8cde6d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:25:57,794 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.516s 2021-09-07 12:25:57,795 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e60ab463-db4b-4bcc-9055-ed135d012190', 'x-compute-request-id': 'req-e60ab463-db4b-4bcc-9055-ed135d012190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:25:59,179 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.375s 2021-09-07 12:25:59,180 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ca417a-242a-4cd2-9a76-4eecf02f8e66', 'x-compute-request-id': 'req-35ca417a-242a-4cd2-9a76-4eecf02f8e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:25:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:26:00,515 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.323s 2021-09-07 12:26:00,515 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b57cdd8-54bb-4db4-b17a-39c59d665969', 'x-compute-request-id': 'req-0b57cdd8-54bb-4db4-b17a-39c59d665969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "BUILD", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:26:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:26:01,787 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.261s 2021-09-07 12:26:01,787 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dede83cc-2f66-4c5f-a5c2-fe1d097a2ffd', 'x-compute-request-id': 'req-dede83cc-2f66-4c5f-a5c2-fe1d097a2ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:26:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:8b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": "2021-09-07T12:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:26:01,801 108812 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2021-09-07 12:26:02,048 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/os-interface 0.246s 2021-09-07 12:26:02,049 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8af740ac-a088-4278-8cbc-268bc1b0ac48', 'x-compute-request-id': 'req-8af740ac-a088-4278-8cbc-268bc1b0ac48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1f7c4848-9951-4888-bf9f-5d207421d42c", "port_id": "136650c1-b616-4238-9c3f-c3b242e89365", "mac_addr": "fa:16:3e:c2:8b:f7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dd9ff5d6-ff84-472b-a012-468c11b31493", "ip_address": "172.20.0.5"}]}]}' 2021-09-07 12:26:03,458 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.73:9696/v2.0/floatingips/aa013219-319d-4725-9175-b47aa6f968ea 1.407s 2021-09-07 12:26:03,459 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "136650c1-b616-4238-9c3f-c3b242e89365"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-22cf9611-2500-453d-84ae-8fb1f7dd84f0', 'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/aa013219-319d-4725-9175-b47aa6f968ea'} Body: b'{"floatingip": {"id": "aa013219-319d-4725-9175-b47aa6f968ea", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "floating_ip_address": "172.28.1.155", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": "ad8a1f8f-fd3e-4ee5-8a55-8788198b40e4", "port_id": "136650c1-b616-4238-9c3f-c3b242e89365", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1f7c4848-9951-4888-bf9f-5d207421d42c", "mac_address": "fa:16:3e:c2:8b:f7", "admin_state_up": true, "status": "ACTIVE", "device_id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-09-07T12:25:47Z", "updated_at": "2021-09-07T12:26:02Z", "revision_number": 1, "project_id": "b15f16b4bba04a3f8950058206d624bc"}}' 2021-09-07 12:26:03,592 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.132s 2021-09-07 12:26:03,592 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acbbb4e2-83cc-4b38-9c48-e87b539c91bb', 'x-compute-request-id': 'req-acbbb4e2-83cc-4b38-9c48-e87b539c91bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:04,706 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.110s 2021-09-07 12:26:04,706 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a3b1f8-b040-4fba-96f2-0e67f9db9655', 'x-compute-request-id': 'req-86a3b1f8-b040-4fba-96f2-0e67f9db9655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:05,792 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.083s 2021-09-07 12:26:05,792 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a5e6f9-d11d-4ac7-98c1-bc22f8d5fa81', 'x-compute-request-id': 'req-22a5e6f9-d11d-4ac7-98c1-bc22f8d5fa81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:06,894 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.099s 2021-09-07 12:26:06,894 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-196b86f0-8968-4f29-91a5-7285593221c7', 'x-compute-request-id': 'req-196b86f0-8968-4f29-91a5-7285593221c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:08,002 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.105s 2021-09-07 12:26:08,002 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006614f8-18b5-4835-b07f-959d9f25bdc1', 'x-compute-request-id': 'req-006614f8-18b5-4835-b07f-959d9f25bdc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:09,124 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.119s 2021-09-07 12:26:09,125 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56589256-c846-48e9-8c61-de113cd7e016', 'x-compute-request-id': 'req-56589256-c846-48e9-8c61-de113cd7e016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:10,264 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.094s 2021-09-07 12:26:10,265 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b68126c5-cb56-457c-bc01-86d68822e639', 'x-compute-request-id': 'req-b68126c5-cb56-457c-bc01-86d68822e639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:11,380 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.113s 2021-09-07 12:26:11,381 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc7f079b-3b8d-48e6-95f0-96a00bb34075', 'x-compute-request-id': 'req-fc7f079b-3b8d-48e6-95f0-96a00bb34075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:12,474 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.090s 2021-09-07 12:26:12,474 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8f909d3-96d4-49a7-8c63-d5db64cd2f93', 'x-compute-request-id': 'req-a8f909d3-96d4-49a7-8c63-d5db64cd2f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": ""}' 2021-09-07 12:26:13,577 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.100s 2021-09-07 12:26:13,578 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '10009', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d082434c-e2ab-4d00-afa5-f3cd4829fb42', 'x-compute-request-id': 'req-d082434c-e2ab-4d00-afa5-f3cd4829fb42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:14,674 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.094s 2021-09-07 12:26:14,675 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17018', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd59a058-7f5a-4acc-bddb-f2fa7506650c', 'x-compute-request-id': 'req-dd59a058-7f5a-4acc-bddb-f2fa7506650c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:15,782 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.104s 2021-09-07 12:26:15,783 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18663', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e53893-4318-49e7-ac49-50c33a91ad81', 'x-compute-request-id': 'req-45e53893-4318-49e7-ac49-50c33a91ad81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:16,893 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.108s 2021-09-07 12:26:16,894 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21519', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cba0a3e6-255a-4ac0-bb55-2c9932691a10', 'x-compute-request-id': 'req-cba0a3e6-255a-4ac0-bb55-2c9932691a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:18,006 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.109s 2021-09-07 12:26:18,006 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23133', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efecf6c-79a2-40a9-bfbd-dbcbca36ef6e', 'x-compute-request-id': 'req-3efecf6c-79a2-40a9-bfbd-dbcbca36ef6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:19,112 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.102s 2021-09-07 12:26:19,112 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24506', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3a64733-8494-4661-956c-143e495dc5f8', 'x-compute-request-id': 'req-a3a64733-8494-4661-956c-143e495dc5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:20,222 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.107s 2021-09-07 12:26:20,222 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26042', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ec1d54-54bc-41f2-9fb7-28c9eca6e43c', 'x-compute-request-id': 'req-80ec1d54-54bc-41f2-9fb7-28c9eca6e43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:21,328 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.102s 2021-09-07 12:26:21,329 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27164', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a454f922-ff87-4d11-9086-1783317214e6', 'x-compute-request-id': 'req-a454f922-ff87-4d11-9086-1783317214e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:22,478 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.146s 2021-09-07 12:26:22,479 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27918', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e93feb-6db7-42f1-a3f4-e17afd5e7bcd', 'x-compute-request-id': 'req-07e93feb-6db7-42f1-a3f4-e17afd5e7bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:23,626 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.145s 2021-09-07 12:26:23,627 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90a15afa-4919-4159-b1f1-29ee31eafc08', 'x-compute-request-id': 'req-90a15afa-4919-4159-b1f1-29ee31eafc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:24,728 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.097s 2021-09-07 12:26:24,728 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-018fce35-40e8-4c0d-820a-ca47892176c9', 'x-compute-request-id': 'req-018fce35-40e8-4c0d-820a-ca47892176c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:25,848 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.116s 2021-09-07 12:26:25,849 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28520', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86b73b56-2cfe-438f-bd2a-6d36781ec498', 'x-compute-request-id': 'req-86b73b56-2cfe-438f-bd2a-6d36781ec498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:26,983 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.132s 2021-09-07 12:26:26,984 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8e6b81b-7c46-421b-938c-a4538ea8a984', 'x-compute-request-id': 'req-d8e6b81b-7c46-421b-938c-a4538ea8a984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:28,092 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.105s 2021-09-07 12:26:28,093 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea43df58-6da9-48c4-9738-9480330f2144', 'x-compute-request-id': 'req-ea43df58-6da9-48c4-9738-9480330f2144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:29,196 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.100s 2021-09-07 12:26:29,197 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db69355-8f94-4b29-a8b1-f9f73e1101ab', 'x-compute-request-id': 'req-6db69355-8f94-4b29-a8b1-f9f73e1101ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:30,313 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.113s 2021-09-07 12:26:30,313 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28807', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4aa2d27-0848-4d6b-85c0-990eb4f08c82', 'x-compute-request-id': 'req-c4aa2d27-0848-4d6b-85c0-990eb4f08c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:31,453 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.137s 2021-09-07 12:26:31,454 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30630', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cf05940-711c-46c2-b0f4-8454b8a31c4a', 'x-compute-request-id': 'req-7cf05940-711c-46c2-b0f4-8454b8a31c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:32,556 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.100s 2021-09-07 12:26:32,556 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32163', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85dd2be2-e3ca-4ef1-b241-cb18d948d127', 'x-compute-request-id': 'req-85dd2be2-e3ca-4ef1-b241-cb18d948d127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:33,653 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.094s 2021-09-07 12:26:33,654 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33057', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01243852-73b8-4907-8881-73362ce961ff', 'x-compute-request-id': 'req-01243852-73b8-4907-8881-73362ce961ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:34,763 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.107s 2021-09-07 12:26:34,764 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33797', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a210ff0-51a6-461b-837a-7b05bbcaad11', 'x-compute-request-id': 'req-8a210ff0-51a6-461b-837a-7b05bbcaad11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:35,878 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.109s 2021-09-07 12:26:35,879 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34853', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00821432-3b75-4362-979e-212f674ebeb9', 'x-compute-request-id': 'req-00821432-3b75-4362-979e-212f674ebeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:36,980 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.097s 2021-09-07 12:26:36,981 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35863', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9c704b7-dd8c-49a7-83fd-f4bf5b27a5dd', 'x-compute-request-id': 'req-b9c704b7-dd8c-49a7-83fd-f4bf5b27a5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:38,074 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.090s 2021-09-07 12:26:38,075 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37193', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01be66a7-b143-49aa-8549-86f0f667612e', 'x-compute-request-id': 'req-01be66a7-b143-49aa-8549-86f0f667612e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:39,186 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.108s 2021-09-07 12:26:39,187 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c13dd8-f7f9-400a-96a6-a3fca37561e4', 'x-compute-request-id': 'req-a9c13dd8-f7f9-400a-96a6-a3fca37561e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:40,270 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.079s 2021-09-07 12:26:40,270 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed51b22-1b9f-4a1f-8e50-d05e71a724cc', 'x-compute-request-id': 'req-9ed51b22-1b9f-4a1f-8e50-d05e71a724cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:41,356 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.082s 2021-09-07 12:26:41,356 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab4a80b-981c-4f6b-8cba-11f004919598', 'x-compute-request-id': 'req-0ab4a80b-981c-4f6b-8cba-11f004919598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:42,459 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action 0.099s 2021-09-07 12:26:42,460 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4274cef-8c09-449f-b15d-687980241d03', 'x-compute-request-id': 'req-c4274cef-8c09-449f-b15d-687980241d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:42,503 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/ips 0.040s 2021-09-07 12:26:42,503 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7877ebf-6559-45e9-a925-e407f4cef59d', 'x-compute-request-id': 'req-a7877ebf-6559-45e9-a925-e407f4cef59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.28.1.155"}]}}' 2021-09-07 12:26:42,704 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes 0.197s 2021-09-07 12:26:42,704 108812 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-AttachVolumeShelveTestJSON-volume-121384693"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a53315-337e-4aca-9bc6-1451ee88a7ea', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a53315-337e-4aca-9bc6-1451ee88a7ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes'} Body: b'{"volume": {"id": "44cc54a8-2997-450e-a8bf-f01995d3d7fd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:42.627184", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-121384693", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/44cc54a8-2997-450e-a8bf-f01995d3d7fd"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b15f16b4bba04a3f8950058206d624bc/volumes/44cc54a8-2997-450e-a8bf-f01995d3d7fd"}], "user_id": "c857f44f900245f2a6de19cc497f4f21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:42,757 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 GET http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/44cc54a8-2997-450e-a8bf-f01995d3d7fd 0.047s 2021-09-07 12:26:42,757 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7738c88c-f0e1-4871-ac28-44f224a7ee03', 'x-openstack-request-id': 'req-7738c88c-f0e1-4871-ac28-44f224a7ee03', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b15f16b4bba04a3f8950058206d624bc/volumes/44cc54a8-2997-450e-a8bf-f01995d3d7fd'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:42,885 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.126s 2021-09-07 12:26:42,885 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-987c48e0-56fc-4b90-9200-d894f7604dc5', 'x-compute-request-id': 'req-987c48e0-56fc-4b90-9200-d894f7604dc5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'' 2021-09-07 12:26:43,044 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.158s 2021-09-07 12:26:43,045 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74b75ef3-4281-40a9-b519-901093036932', 'x-compute-request-id': 'req-74b75ef3-4281-40a9-b519-901093036932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:26:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:8b:f7"}, {"version": 4, "addr": "172.28.1.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:8b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": "2021-09-07T12:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:26:44,209 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.154s 2021-09-07 12:26:44,209 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f1719b-b377-4bbd-b4d2-31616aedc04f', 'x-compute-request-id': 'req-22f1719b-b377-4bbd-b4d2-31616aedc04f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "ACTIVE", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:26:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1552169030-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:8b:f7"}, {"version": 4, "addr": "172.28.1.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:8b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": "2021-09-07T12:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1685825355"}], "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}}' 2021-09-07 12:26:45,354 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.134s 2021-09-07 12:26:45,354 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b053581-834b-4f4c-95c4-22cb721218fe', 'x-compute-request-id': 'req-2b053581-834b-4f4c-95c4-22cb721218fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"server": {"id": "54e1a222-945e-4417-b7a4-478ad3817bb7", "name": "tempest-AttachVolumeShelveTestJSON-server-175909749", "status": "DELETED", "tenant_id": "b15f16b4bba04a3f8950058206d624bc", "user_id": "c857f44f900245f2a6de19cc497f4f21", "metadata": {}, "hostId": "bca94fc648f563b5b4d37e37461dba6e498df0c14edaf0656567d4d9", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:49Z", "updated": "2021-09-07T12:26:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/54e1a222-945e-4417-b7a4-478ad3817bb7"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-435499032", "OS-SRV-USG:launched_at": "2021-09-07T12:26:00.000000", "OS-SRV-USG:terminated_at": "2021-09-07T12:26:45.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-09-07 12:26:45,362 108812 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2021-09-07 12:26:46,396 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7 0.032s 2021-09-07 12:26:46,397 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-252afbf8-920d-4c7c-ad75-751000c4155a', 'x-compute-request-id': 'req-252afbf8-920d-4c7c-ad75-751000c4155a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/54e1a222-945e-4417-b7a4-478ad3817bb7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 54e1a222-945e-4417-b7a4-478ad3817bb7 could not be found."}}' 2021-09-07 12:26:46,424 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-435499032 0.027s 2021-09-07 12:26:46,425 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2298a25a-4706-49f6-b2a6-992bc16d6f65', 'x-compute-request-id': 'req-2298a25a-4706-49f6-b2a6-992bc16d6f65', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-435499032'} Body: b'' 2021-09-07 12:26:46,566 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/security-groups/a0083c85-b2c3-4890-8e5d-6d0cc832450c 0.141s 2021-09-07 12:26:46,566 108812 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-32eb12c8-944c-4316-8100-ed8c235aaebb', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:26:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/a0083c85-b2c3-4890-8e5d-6d0cc832450c'} Body: b'' 2021-09-07 12:26:46,583 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.73:9696/v2.0/security-groups/a0083c85-b2c3-4890-8e5d-6d0cc832450c 0.016s 2021-09-07 12:26:46,584 108812 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-18102d18-1f15-4001-a540-65636cb63389', 'date': 'Tue, 07 Sep 2021 12:26:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/a0083c85-b2c3-4890-8e5d-6d0cc832450c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0083c85-b2c3-4890-8e5d-6d0cc832450c does not exist", "detail": ""}}' 2021-09-07 12:26:47,020 108812 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/floatingips/aa013219-319d-4725-9175-b47aa6f968ea 0.435s 2021-09-07 12:26:47,020 108812 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-74c93bbc-d5ec-4398-a0d2-f26b9cd1c557', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:26:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/aa013219-319d-4725-9175-b47aa6f968ea'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft33.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:'': {{{ 2021-09-07 12:24:07,488 108822 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-09-07 12:24:07,488 108822 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-09-07 12:24:09,219 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.73/compute/v2.1/os-keypairs 1.730s 2021-09-07 12:24:09,220 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2146141011"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a1f436-eb02-4318-beab-5a2d5cf055c2', 'x-compute-request-id': 'req-f4a1f436-eb02-4318-beab-5a2d5cf055c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAufFDxerwzxP2dBXNgL1lT0eHrA1jpBObD/0cuCgMJ2mjE0IF\\nZaBxVBZFB9MTbr04FfSQ5SNG86R2ijcw30KN/se9l/p+tDuoD4BEmyr5LW0trYrb\\nReuMWqZZxRfETcfvaGY6YVTunQPassFkpl8VM4NaxmqyytGsamXU1k0cqxErLMRG\\nAIqrvCm7T+yHbyRPlf8/vvHIfurjDkRNEx68+IgiLakF8i+bED66FmKOfjZD8z9t\\nkTfIwUl9dk3g756SYFAWVSM6NbGPHIRTJxN6PrffQzQLyyCGMs6yUmumLyrFh8xT\\n73grnmtPPkYsRnUArKX2i9iCXLV67CDjpmxEqQIDAQABAoIBAEePaKvU3VR0tFa8\\nxVgUi9bVCovWo1BUE0s1+EWPdA3/A7m3oOgZtUPNRkfanhHyVJFujA0DZJ0D4HMV\\nBoQF0ywIpxjEWNr4UpeUn9Kv2TH4YKn3VKg2HNAOUWIe4XelyKd/IFyxGRvojdRZ\\nxWiaE0i99sOB8MlJpHdWNXE8QBo9Wvd7OTmfVQhCcpzvzKu8CoEI05c9lDfn6dUA\\nWRHhxrPLfQpija6B6P37BlmzFwlBFDkPURDaytqvdEu+/P/V7KpSoFuahsGcdZWe\\nvu2IuPpiIGuPko3sKqSDc5ABZciDP4LJGhyJhEUbAi0PKyPFKJdY7xMsH0lKrHJl\\n4hEFYPkCgYEA6TwXXhVjPJMkfnOFJRDXBlyV2HBQ3M/Me1By6MlxcCrA+M1JOL2E\\neeshNDKBnLU3f2sOGNFY92/7C+7/MptYPCVPV/4rfgTJURAHj9bAUz7TBO/5G3Yd\\n5iuRMLSMVmwFVdsgbW3L+dSCmlQa0Df+4t0MUbO093tU1SJGn4C3u+8CgYEAzBd3\\nXkxNjOx97l48nd8jGcsMgW6mU2vDTXwQtLaJLkwz600X9ctgvGs1zFKo+HsF0Sgz\\nLVNepebZ+VJVEVz+iBWJaiy3CUSLhXZjQssUtISkncYwDpV0YQ01GfjDyYqUqINv\\nvkF9F0Vb6j3Pmk5nDOVoK08Fsn25/UovJ62JUOcCgYEA2l6Ywk3kC+L4WCxwjLOn\\nnx0wbuU50IP+P7ai37E7tHlTE5+g3q8SSdQL0oM3NzG0NGhXWoUndwQxWIr8BLXN\\ndwK3tvsSXXq9wlfvvIykpUw85nKIGV4NwGMqHR/uBTw+ApSXV91lDRQa88OrFyhW\\nTLIJxrUqykt+sc7VsKEjZaECgYB68+Ar5RgLQCYVxpwKF/WTgmoER97X/uHn+kgu\\nNpGqXKoipY07vMyIdqYwc9Pr7mFwwiEiu0kX9V14AIvTLA0DesYQOuQCJ1NOkiX2\\nhVXx8r8hddZZ0twL4+MLxHxfHKe2ZYiaO+XacSSQl7BMK9OVR1dcT/0ErQ2xdFG4\\nO6mwHQKBgA5gV3gNZT6HHAOtBrn8s7+d1nmqMysi5vzQl+E8rlncS4WhflSJ79Bw\\nRO+ukgBiEIRrN4iRcTNuC/CI6Z/jgH+SIK6XEW3u7EyakM5UMRhQziKYZK/kr1Zi\\nDfb28+b/ONVYQz193F/sgKvXJOaylfq1oDuLf15KQ61Wowfkh8sr\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-2146141011", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC58UPF6vDPE/Z0Fc2AvWVPR4esDWOkE5sP/Ry4KAwnaaMTQgVloHFUFkUH0xNuvTgV9JDlI0bzpHaKNzDfQo3+x72X+n60O6gPgESbKvktbS2tittF64xaplnFF8RNx+9oZjphVO6dA9qywWSmXxUzg1rGarLK0axqZdTWTRyrESssxEYAiqu8KbtP7IdvJE+V/z++8ch+6uMORE0THrz4iCItqQXyL5sQProWYo5+NkPzP22RN8jBSX12TeDvnpJgUBZVIzo1sY8chFMnE3o+t99DNAvLIIYyzrJSa6YvKsWHzFPveCuea08+RixGdQCspfaL2IJctXrsIOOmbESp Generated-by-Nova", "fingerprint": "f6:28:df:82:fd:d8:a8:d8:50:5d:e4:bb:b1:1c:b2:b3", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab"}}' 2021-09-07 12:24:09,223 108822 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2146141011 created 2021-09-07 12:24:10,928 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-groups 1.705s 2021-09-07 12:24:10,929 108822 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--1132908590", "description": "tempest-description--685427680"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-69a839aa-a855-406e-a861-beb77824baed', 'date': 'Tue, 07 Sep 2021 12:24:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "name": "tempest-securitygroup--1132908590", "stateful": true, "tenant_id": "8be6079e378641128f8ab203913b662b", "description": "tempest-description--685427680", "security_group_rules": [{"id": "2599142f-63e4-44fe-9e72-ac3294639c9f", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "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": 139, "description": null, "tags": [], "created_at": "2021-09-07T12:24:10Z", "updated_at": "2021-09-07T12:24:10Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}, {"id": "a436f4c5-1ddf-4764-b5dd-1069331889e1", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "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": 138, "description": null, "tags": [], "created_at": "2021-09-07T12:24:10Z", "updated_at": "2021-09-07T12:24:10Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}], "tags": [], "created_at": "2021-09-07T12:24:10Z", "updated_at": "2021-09-07T12:24:10Z", "revision_number": 1, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:24:12,415 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 1.485s 2021-09-07 12:24:12,415 108822 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": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "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-59da3222-cf20-4eb2-8a44-fe6488843c20', 'date': 'Tue, 07 Sep 2021 12:24:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ee25b6b-3f4a-4da1-95df-d860f42e8341", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "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": "2021-09-07T12:24:11Z", "updated_at": "2021-09-07T12:24:11Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:24:13,048 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.632s 2021-09-07 12:24:13,049 108822 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": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7d672635-3482-43bc-bc5e-b34bdc0f0095', 'date': 'Tue, 07 Sep 2021 12:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "558dc958-e201-4df5-a69f-877ed61c0486", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "947ac78f-47ac-43d1-8945-a6a71d8c3804", "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": "2021-09-07T12:24:12Z", "updated_at": "2021-09-07T12:24:12Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:24:13,049 108822 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1132908590 created 2021-09-07 12:24:16,371 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/floatingips 3.321s 2021-09-07 12:24:16,371 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1b4e67f1-8eca-49e3-b9ec-e77570d7f923', 'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7fcfacb1-dac6-4558-9300-c45e4b08df7f", "tenant_id": "8be6079e378641128f8ab203913b662b", "floating_ip_address": "172.28.1.244", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8be6079e378641128f8ab203913b662b", "description": "", "port_details": null, "tags": [], "created_at": "2021-09-07T12:24:15Z", "updated_at": "2021-09-07T12:24:15Z", "revision_number": 0}}' 2021-09-07 12:24:16,372 108822 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7fcfacb1-dac6-4558-9300-c45e4b08df7f', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'floating_ip_address': '172.28.1.244', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8be6079e378641128f8ab203913b662b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:24:15Z', 'updated_at': '2021-09-07T12:24:15Z', 'revision_number': 0, 'ip': '172.28.1.244'} created 2021-09-07 12:24:16,629 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.252s 2021-09-07 12:24:16,630 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3397', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5fd789a-2612-4fa9-a17c-5d0aa13862e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "809fa6c2f6a34769a5786495fcf2d7ab", "name": "tempest-AttachVolumeTestJSON-1450156593-project", "password_expires_at": null}, "audit_ids": ["cH-QuXL6RkarW90lK4WCSw"], "expires_at": "2021-09-07T13:24:16.000000Z", "issued_at": "2021-09-07T12:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8be6079e378641128f8ab203913b662b", "name": "tempest-AttachVolumeTestJSON-1450156593"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:24:16,630 108822 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '463d0b11-7201-4f62-a3ea-5fcb67cd68bf', 'name': 'tempest-AttachVolumeTestJSON-498768945-network', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8be6079e378641128f8ab203913b662b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 739, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:23:47Z', 'updated_at': '2021-09-07T12:23:47Z', 'revision_number': 1} available for tenant 2021-09-07 12:24:16,631 108822 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAufFDxerwzxP2dBXNgL1lT0eHrA1jpBObD/0cuCgMJ2mjE0IF\nZaBxVBZFB9MTbr04FfSQ5SNG86R2ijcw30KN/se9l/p+tDuoD4BEmyr5LW0trYrb\nReuMWqZZxRfETcfvaGY6YVTunQPassFkpl8VM4NaxmqyytGsamXU1k0cqxErLMRG\nAIqrvCm7T+yHbyRPlf8/vvHIfurjDkRNEx68+IgiLakF8i+bED66FmKOfjZD8z9t\nkTfIwUl9dk3g756SYFAWVSM6NbGPHIRTJxN6PrffQzQLyyCGMs6yUmumLyrFh8xT\n73grnmtPPkYsRnUArKX2i9iCXLV67CDjpmxEqQIDAQABAoIBAEePaKvU3VR0tFa8\nxVgUi9bVCovWo1BUE0s1+EWPdA3/A7m3oOgZtUPNRkfanhHyVJFujA0DZJ0D4HMV\nBoQF0ywIpxjEWNr4UpeUn9Kv2TH4YKn3VKg2HNAOUWIe4XelyKd/IFyxGRvojdRZ\nxWiaE0i99sOB8MlJpHdWNXE8QBo9Wvd7OTmfVQhCcpzvzKu8CoEI05c9lDfn6dUA\nWRHhxrPLfQpija6B6P37BlmzFwlBFDkPURDaytqvdEu+/P/V7KpSoFuahsGcdZWe\nvu2IuPpiIGuPko3sKqSDc5ABZciDP4LJGhyJhEUbAi0PKyPFKJdY7xMsH0lKrHJl\n4hEFYPkCgYEA6TwXXhVjPJMkfnOFJRDXBlyV2HBQ3M/Me1By6MlxcCrA+M1JOL2E\neeshNDKBnLU3f2sOGNFY92/7C+7/MptYPCVPV/4rfgTJURAHj9bAUz7TBO/5G3Yd\n5iuRMLSMVmwFVdsgbW3L+dSCmlQa0Df+4t0MUbO093tU1SJGn4C3u+8CgYEAzBd3\nXkxNjOx97l48nd8jGcsMgW6mU2vDTXwQtLaJLkwz600X9ctgvGs1zFKo+HsF0Sgz\nLVNepebZ+VJVEVz+iBWJaiy3CUSLhXZjQssUtISkncYwDpV0YQ01GfjDyYqUqINv\nvkF9F0Vb6j3Pmk5nDOVoK08Fsn25/UovJ62JUOcCgYEA2l6Ywk3kC+L4WCxwjLOn\nnx0wbuU50IP+P7ai37E7tHlTE5+g3q8SSdQL0oM3NzG0NGhXWoUndwQxWIr8BLXN\ndwK3tvsSXXq9wlfvvIykpUw85nKIGV4NwGMqHR/uBTw+ApSXV91lDRQa88OrFyhW\nTLIJxrUqykt+sc7VsKEjZaECgYB68+Ar5RgLQCYVxpwKF/WTgmoER97X/uHn+kgu\nNpGqXKoipY07vMyIdqYwc9Pr7mFwwiEiu0kX9V14AIvTLA0DesYQOuQCJ1NOkiX2\nhVXx8r8hddZZ0twL4+MLxHxfHKe2ZYiaO+XacSSQl7BMK9OVR1dcT/0ErQ2xdFG4\nO6mwHQKBgA5gV3gNZT6HHAOtBrn8s7+d1nmqMysi5vzQl+E8rlncS4WhflSJ79Bw\nRO+ukgBiEIRrN4iRcTNuC/CI6Z/jgH+SIK6XEW3u7EyakM5UMRhQziKYZK/kr1Zi\nDfb28+b/ONVYQz193F/sgKvXJOaylfq1oDuLf15KQ61Wowfkh8sr\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-2146141011', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC58UPF6vDPE/Z0Fc2AvWVPR4esDWOkE5sP/Ry4KAwnaaMTQgVloHFUFkUH0xNuvTgV9JDlI0bzpHaKNzDfQo3+x72X+n60O6gPgESbKvktbS2tittF64xaplnFF8RNx+9oZjphVO6dA9qywWSmXxUzg1rGarLK0axqZdTWTRyrESssxEYAiqu8KbtP7IdvJE+V/z++8ch+6uMORE0THrz4iCItqQXyL5sQProWYo5+NkPzP22RN8jBSX12TeDvnpJgUBZVIzo1sY8chFMnE3o+t99DNAvLIIYyzrJSa6YvKsWHzFPveCuea08+RixGdQCspfaL2IJctXrsIOOmbESp Generated-by-Nova', 'fingerprint': 'f6:28:df:82:fd:d8:a8:d8:50:5d:e4:bb:b1:1c:b2:b3', 'user_id': '809fa6c2f6a34769a5786495fcf2d7ab'}, 'security_group': {'id': '947ac78f-47ac-43d1-8945-a6a71d8c3804', 'name': 'tempest-securitygroup--1132908590', 'stateful': True, 'tenant_id': '8be6079e378641128f8ab203913b662b', 'description': 'tempest-description--685427680', 'security_group_rules': [{'id': '2599142f-63e4-44fe-9e72-ac3294639c9f', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'security_group_id': '947ac78f-47ac-43d1-8945-a6a71d8c3804', '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': 139, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:24:10Z', 'updated_at': '2021-09-07T12:24:10Z', 'revision_number': 0, 'project_id': '8be6079e378641128f8ab203913b662b'}, {'id': 'a436f4c5-1ddf-4764-b5dd-1069331889e1', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'security_group_id': '947ac78f-47ac-43d1-8945-a6a71d8c3804', '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': 138, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:24:10Z', 'updated_at': '2021-09-07T12:24:10Z', 'revision_number': 0, 'project_id': '8be6079e378641128f8ab203913b662b'}], 'tags': [], 'created_at': '2021-09-07T12:24:10Z', 'updated_at': '2021-09-07T12:24:10Z', 'revision_number': 1, 'project_id': '8be6079e378641128f8ab203913b662b'}, 'floating_ip': {'id': '7fcfacb1-dac6-4558-9300-c45e4b08df7f', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'floating_ip_address': '172.28.1.244', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8be6079e378641128f8ab203913b662b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:24:15Z', 'updated_at': '2021-09-07T12:24:15Z', 'revision_number': 0, 'ip': '172.28.1.244'}} 2021-09-07 12:24:18,332 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.73/compute/v2.1/servers 1.699s 2021-09-07 12:24:18,332 108822 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-526644161", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf"}], "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "key_name": "tempest-keypair-2146141011", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03fa8821-a733-472a-a0ca-9cdae7379ef4', 'x-compute-request-id': 'req-03fa8821-a733-472a-a0ca-9cdae7379ef4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "adminPass": "password"}}' 2021-09-07 12:24:18,741 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.406s 2021-09-07 12:24:18,741 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:18 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-63f9a635-27d2-4959-a5c4-02e8036be6f8', 'x-compute-request-id': 'req-63f9a635-27d2-4959-a5c4-02e8036be6f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2146141011", "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": []}}' 2021-09-07 12:24:20,448 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.697s 2021-09-07 12:24:20,449 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 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-253fa7d0-7627-409a-b78e-39b2d643c986', 'x-compute-request-id': 'req-253fa7d0-7627-409a-b78e-39b2d643c986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "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": []}}' 2021-09-07 12:24:21,632 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.175s 2021-09-07 12:24:21,632 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b4be5e-5e10-4cf9-bf0f-8f7672991742', 'x-compute-request-id': 'req-15b4be5e-5e10-4cf9-bf0f-8f7672991742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "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": []}}' 2021-09-07 12:24:21,641 108822 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2021-09-07 12:24:23,299 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.656s 2021-09-07 12:24:23,299 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ddabb4-ba9d-4aa9-a4e4-743608d4a974', 'x-compute-request-id': 'req-29ddabb4-ba9d-4aa9-a4e4-743608d4a974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "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": []}}' 2021-09-07 12:24:25,377 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 1.069s 2021-09-07 12:24:25,377 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d428daca-b9b4-4886-9874-ac7e54ec53da', 'x-compute-request-id': 'req-d428daca-b9b4-4886-9874-ac7e54ec53da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:27,075 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.688s 2021-09-07 12:24:27,075 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b1d55d3-f23a-44ea-a7d7-e78489149c90', 'x-compute-request-id': 'req-6b1d55d3-f23a-44ea-a7d7-e78489149c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:28,577 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.493s 2021-09-07 12:24:28,577 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a6561ce-e5e8-4fa9-8a76-5caede4bb6db', 'x-compute-request-id': 'req-5a6561ce-e5e8-4fa9-8a76-5caede4bb6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:30,150 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.563s 2021-09-07 12:24:30,150 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33fb447c-2cd8-4187-af4d-4d3253b3ec23', 'x-compute-request-id': 'req-33fb447c-2cd8-4187-af4d-4d3253b3ec23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:31,969 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.811s 2021-09-07 12:24:31,970 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee500867-a702-40f9-b603-422d0bbf91cf', 'x-compute-request-id': 'req-ee500867-a702-40f9-b603-422d0bbf91cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:33,596 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.617s 2021-09-07 12:24:33,596 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d7c2ca1-86a0-48e3-8162-781f8a0ec1ca', 'x-compute-request-id': 'req-1d7c2ca1-86a0-48e3-8162-781f8a0ec1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:34,881 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.276s 2021-09-07 12:24:34,882 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fd3b02e-f55a-4d4c-9ccc-3d0372e2a04a', 'x-compute-request-id': 'req-7fd3b02e-f55a-4d4c-9ccc-3d0372e2a04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:36,172 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.282s 2021-09-07 12:24:36,172 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44d21af5-8a05-4738-8c65-f3fa09ae3e69', 'x-compute-request-id': 'req-44d21af5-8a05-4738-8c65-f3fa09ae3e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:37,387 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.206s 2021-09-07 12:24:37,387 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb642b4d-fb3e-4166-a3ce-380112281dc0', 'x-compute-request-id': 'req-eb642b4d-fb3e-4166-a3ce-380112281dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:38,636 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.240s 2021-09-07 12:24:38,636 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9b96288-2678-4656-a1dc-c300dcefc8d9', 'x-compute-request-id': 'req-c9b96288-2678-4656-a1dc-c300dcefc8d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:24:38Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:24:38,644 108822 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2021-09-07 12:24:38,814 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/os-interface 0.169s 2021-09-07 12:24:38,814 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:38 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-ba46fb83-726c-4d67-9e89-3045e085a442', 'x-compute-request-id': 'req-ba46fb83-726c-4d67-9e89-3045e085a442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf", "port_id": "fb9c31ac-1e69-415a-968b-37184e9f0aa2", "mac_addr": "fa:16:3e:f6:2e:6b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ee2fb76d-53a2-41bf-af2f-c85120f855f4", "ip_address": "172.20.0.11"}]}]}' 2021-09-07 12:24:40,572 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.73:9696/v2.0/floatingips/7fcfacb1-dac6-4558-9300-c45e4b08df7f 1.755s 2021-09-07 12:24:40,573 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "fb9c31ac-1e69-415a-968b-37184e9f0aa2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-33748682-bc08-4013-832f-984131cc947e', 'date': 'Tue, 07 Sep 2021 12:24:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/7fcfacb1-dac6-4558-9300-c45e4b08df7f'} Body: b'{"floatingip": {"id": "7fcfacb1-dac6-4558-9300-c45e4b08df7f", "tenant_id": "8be6079e378641128f8ab203913b662b", "floating_ip_address": "172.28.1.244", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": "1ed379eb-b91b-4efc-9989-2455391f5623", "port_id": "fb9c31ac-1e69-415a-968b-37184e9f0aa2", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf", "mac_address": "fa:16:3e:f6:2e:6b", "admin_state_up": true, "status": "ACTIVE", "device_id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-09-07T12:24:15Z", "updated_at": "2021-09-07T12:24:39Z", "revision_number": 1, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:24:40,704 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.131s 2021-09-07 12:24:40,705 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dea576f5-9ed6-42aa-81a9-214d921a030c', 'x-compute-request-id': 'req-dea576f5-9ed6-42aa-81a9-214d921a030c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:41,877 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.169s 2021-09-07 12:24:41,877 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdc5b6f7-bd61-4b09-88ef-6d96cd46ea41', 'x-compute-request-id': 'req-fdc5b6f7-bd61-4b09-88ef-6d96cd46ea41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:43,111 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.232s 2021-09-07 12:24:43,112 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d757c78-e71c-433e-b58d-4b74bc8e2b38', 'x-compute-request-id': 'req-9d757c78-e71c-433e-b58d-4b74bc8e2b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:44,249 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.135s 2021-09-07 12:24:44,250 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e0c6e8e-6dfe-41bf-96a2-15e38e1f8efe', 'x-compute-request-id': 'req-2e0c6e8e-6dfe-41bf-96a2-15e38e1f8efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:45,409 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.157s 2021-09-07 12:24:45,409 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a595dcab-b7b5-42c6-87aa-f2d86dc17e9c', 'x-compute-request-id': 'req-a595dcab-b7b5-42c6-87aa-f2d86dc17e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:46,507 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.095s 2021-09-07 12:24:46,508 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e0eb62f-882c-4114-950b-ac06feed3b24', 'x-compute-request-id': 'req-7e0eb62f-882c-4114-950b-ac06feed3b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:47,626 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.115s 2021-09-07 12:24:47,627 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28d4feff-ea46-4f95-80f5-166350366218', 'x-compute-request-id': 'req-28d4feff-ea46-4f95-80f5-166350366218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:48,758 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.130s 2021-09-07 12:24:48,759 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76f0a7e-29d8-4354-a9c6-1d21e349018d', 'x-compute-request-id': 'req-f76f0a7e-29d8-4354-a9c6-1d21e349018d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:49,865 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.104s 2021-09-07 12:24:49,866 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51bd131d-fada-495f-adee-e19b9815d1a9', 'x-compute-request-id': 'req-51bd131d-fada-495f-adee-e19b9815d1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:51,005 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.137s 2021-09-07 12:24:51,006 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34c353f-d1a1-4cef-8d0b-f43a18c77dc8', 'x-compute-request-id': 'req-e34c353f-d1a1-4cef-8d0b-f43a18c77dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:52,184 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.176s 2021-09-07 12:24:52,184 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdc43e9f-68b0-44f3-878c-3a56934d96f8', 'x-compute-request-id': 'req-bdc43e9f-68b0-44f3-878c-3a56934d96f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:53,320 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.133s 2021-09-07 12:24:53,321 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a04a7b88-bb59-404f-bf78-1749d9c5f05a', 'x-compute-request-id': 'req-a04a7b88-bb59-404f-bf78-1749d9c5f05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": ""}' 2021-09-07 12:24:54,456 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.133s 2021-09-07 12:24:54,456 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6099', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ee2628f-88f5-470e-a434-162798c7f262', 'x-compute-request-id': 'req-0ee2628f-88f5-470e-a434-162798c7f262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:55,885 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.426s 2021-09-07 12:24:55,886 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '11454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aff85889-b7d9-4696-af5c-2115c9574eef', 'x-compute-request-id': 'req-aff85889-b7d9-4696-af5c-2115c9574eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:57,103 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.215s 2021-09-07 12:24:57,103 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '15064', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6defc93-b282-47e1-824a-3312be3088f1', 'x-compute-request-id': 'req-d6defc93-b282-47e1-824a-3312be3088f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:58,246 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.136s 2021-09-07 12:24:58,247 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17861', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0711e174-9dab-4eba-b2a3-09b11125bd84', 'x-compute-request-id': 'req-0711e174-9dab-4eba-b2a3-09b11125bd84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:24:59,488 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.238s 2021-09-07 12:24:59,488 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18057', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2e5e867-0552-47bd-9f4d-4d80155dc959', 'x-compute-request-id': 'req-e2e5e867-0552-47bd-9f4d-4d80155dc959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:00,775 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.284s 2021-09-07 12:25:00,776 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-018d7270-a067-4eca-a1fd-adaeb859e276', 'x-compute-request-id': 'req-018d7270-a067-4eca-a1fd-adaeb859e276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:02,026 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.247s 2021-09-07 12:25:02,026 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22064', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe6ee07-79b2-4ed6-8331-7036d758a760', 'x-compute-request-id': 'req-0fe6ee07-79b2-4ed6-8331-7036d758a760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:03,360 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.331s 2021-09-07 12:25:03,360 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07287565-f264-446e-827c-33adcdaa8208', 'x-compute-request-id': 'req-07287565-f264-446e-827c-33adcdaa8208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:04,684 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.322s 2021-09-07 12:25:04,685 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee0d8083-c7d4-44e7-b057-9928f2d6676b', 'x-compute-request-id': 'req-ee0d8083-c7d4-44e7-b057-9928f2d6676b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:06,046 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.359s 2021-09-07 12:25:06,047 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c6ae4a0-840f-47dd-8f08-797d9822c700', 'x-compute-request-id': 'req-2c6ae4a0-840f-47dd-8f08-797d9822c700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:07,426 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.376s 2021-09-07 12:25:07,427 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0550188e-8b3d-4708-8f75-001be33ba84e', 'x-compute-request-id': 'req-0550188e-8b3d-4708-8f75-001be33ba84e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:08,656 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.226s 2021-09-07 12:25:08,657 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26813', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6168880b-f0e1-4250-9bc5-fc1ded670db9', 'x-compute-request-id': 'req-6168880b-f0e1-4250-9bc5-fc1ded670db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:09,815 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.155s 2021-09-07 12:25:09,815 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efd1dc6-5e63-4e3a-8f9d-72b2bfa9185a', 'x-compute-request-id': 'req-3efd1dc6-5e63-4e3a-8f9d-72b2bfa9185a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:11,083 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.266s 2021-09-07 12:25:11,084 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27851', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-222c7518-f657-4162-afaf-3a6e8631bf8c', 'x-compute-request-id': 'req-222c7518-f657-4162-afaf-3a6e8631bf8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:12,256 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.168s 2021-09-07 12:25:12,257 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8a36b62-d9f4-4636-b9bf-3e956a39f44f', 'x-compute-request-id': 'req-a8a36b62-d9f4-4636-b9bf-3e956a39f44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:13,406 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.147s 2021-09-07 12:25:13,407 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23f7e7d2-72f3-425a-b5f5-36d4ef4cf72f', 'x-compute-request-id': 'req-23f7e7d2-72f3-425a-b5f5-36d4ef4cf72f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:14,514 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.104s 2021-09-07 12:25:14,515 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b387b9b5-6c9e-4ba5-b6a4-2c5e91bb018f', 'x-compute-request-id': 'req-b387b9b5-6c9e-4ba5-b6a4-2c5e91bb018f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:15,642 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.124s 2021-09-07 12:25:15,643 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f2178a-01d2-4a46-9ed9-418dc7821083', 'x-compute-request-id': 'req-c2f2178a-01d2-4a46-9ed9-418dc7821083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:16,778 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.132s 2021-09-07 12:25:16,779 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28506', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d8d1bba-665c-4090-821c-5f770f5c50b7', 'x-compute-request-id': 'req-8d8d1bba-665c-4090-821c-5f770f5c50b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:17,915 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.133s 2021-09-07 12:25:17,916 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28506', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-298d8b38-62d9-48f0-85ff-75cba3e628f5', 'x-compute-request-id': 'req-298d8b38-62d9-48f0-85ff-75cba3e628f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:19,050 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.131s 2021-09-07 12:25:19,050 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa20ebec-730b-4a8f-8741-8f7ba8a18aba', 'x-compute-request-id': 'req-aa20ebec-730b-4a8f-8741-8f7ba8a18aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:20,169 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.116s 2021-09-07 12:25:20,170 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bbfd863-82a7-491c-8ae5-a4a5f8f3dfba', 'x-compute-request-id': 'req-6bbfd863-82a7-491c-8ae5-a4a5f8f3dfba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:21,289 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.116s 2021-09-07 12:25:21,289 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-892689c4-67cb-49a0-bf86-405c6a12c5fd', 'x-compute-request-id': 'req-892689c4-67cb-49a0-bf86-405c6a12c5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:22,386 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.094s 2021-09-07 12:25:22,387 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-105488ae-82e0-4f67-9454-584e863f98ad', 'x-compute-request-id': 'req-105488ae-82e0-4f67-9454-584e863f98ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:36,830 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 13.440s 2021-09-07 12:25:36,831 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38084', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f932598e-ce91-4847-9276-71d1a50f289a', 'x-compute-request-id': 'req-f932598e-ce91-4847-9276-71d1a50f289a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:37,959 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.124s 2021-09-07 12:25:37,959 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38190', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7b28dae-9ec7-4fa9-8692-6f961f43c30e', 'x-compute-request-id': 'req-f7b28dae-9ec7-4fa9-8692-6f961f43c30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:39,071 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.109s 2021-09-07 12:25:39,072 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39a0d9b7-9a06-4122-90e3-2b6082c0d029', 'x-compute-request-id': 'req-39a0d9b7-9a06-4122-90e3-2b6082c0d029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:40,171 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action 0.097s 2021-09-07 12:25:40,172 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-440cfaaf-1341-417c-90fc-c746bf599ec4', 'x-compute-request-id': 'req-440cfaaf-1341-417c-90fc-c746bf599ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:25:40,215 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/ips 0.041s 2021-09-07 12:25:40,216 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fe2cae0-7214-44ce-ae80-3f6aeb60b2b7', 'x-compute-request-id': 'req-1fe2cae0-7214-44ce-ae80-3f6aeb60b2b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11"}, {"version": 4, "addr": "172.28.1.244"}]}}' 2021-09-07 12:25:40,230 108822 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.28.1.244:22' as 'ubuntu' with public key authentication 2021-09-07 12:25:40,254 108822 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-09-07 12:25:40,453 108822 INFO [paramiko.transport] Authentication (publickey) successful! 2021-09-07 12:25:40,453 108822 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.28.1.244 successfully created 2021-09-07 12:25:40,454 108822 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-09-07 12:25:40,454 108822 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.28.1.244:22' as 'ubuntu' with public key authentication 2021-09-07 12:25:40,477 108822 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-09-07 12:25:40,545 108822 INFO [paramiko.transport] Authentication (publickey) successful! 2021-09-07 12:25:40,546 108822 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.28.1.244 successfully created 2021-09-07 12:25:41,635 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes 0.460s 2021-09-07 12:25:41,636 108822 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-AttachVolumeTestJSON-volume-1411639311"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ce594a-f703-49ee-8932-0bf90a5f2963', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ce594a-f703-49ee-8932-0bf90a5f2963', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes'} Body: b'{"volume": {"id": "6c7b9052-f40e-435f-a219-2c9276c6fcc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:41.453324", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1411639311", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/6c7b9052-f40e-435f-a219-2c9276c6fcc5"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/8be6079e378641128f8ab203913b662b/volumes/6c7b9052-f40e-435f-a219-2c9276c6fcc5"}], "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:41,758 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 GET http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/6c7b9052-f40e-435f-a219-2c9276c6fcc5 0.116s 2021-09-07 12:25:41,759 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f1691e-05a4-4793-baf8-1ada0cd7455a', 'x-openstack-request-id': 'req-e4f1691e-05a4-4793-baf8-1ada0cd7455a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/6c7b9052-f40e-435f-a219-2c9276c6fcc5'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:25:41,981 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.220s 2021-09-07 12:25:41,982 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25: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-127d0bad-0c96-4624-ad97-0aee89229213', 'x-compute-request-id': 'req-127d0bad-0c96-4624-ad97-0aee89229213', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'' 2021-09-07 12:25:42,162 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.180s 2021-09-07 12:25:42,162 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-214032b7-ed81-47e4-bb56-6e2afb709a09', 'x-compute-request-id': 'req-214032b7-ed81-47e4-bb56-6e2afb709a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:25:42Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}, {"version": 4, "addr": "172.28.1.244", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:43,492 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.320s 2021-09-07 12:25:43,493 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d4a9978-7dff-4842-baf6-7ab09dfc66ad', 'x-compute-request-id': 'req-2d4a9978-7dff-4842-baf6-7ab09dfc66ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:25:42Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}, {"version": 4, "addr": "172.28.1.244", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:44,662 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.158s 2021-09-07 12:25:44,663 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89da233a-71e1-4b78-b63e-3ae1ef4e6e71', 'x-compute-request-id': 'req-89da233a-71e1-4b78-b63e-3ae1ef4e6e71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:25:42Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}, {"version": 4, "addr": "172.28.1.244", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1132908590"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:45,881 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.203s 2021-09-07 12:25:45,881 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1606', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ad997e6-95ec-4d95-9522-255a547f7e09', 'x-compute-request-id': 'req-0ad997e6-95ec-4d95-9522-255a547f7e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:25:42Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}, {"version": 4, "addr": "172.28.1.244", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:2e:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:47,073 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.182s 2021-09-07 12:25:47,074 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fad87868-7c81-4f75-8c63-ca607659dba0', 'x-compute-request-id': 'req-fad87868-7c81-4f75-8c63-ca607659dba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"server": {"id": "aa7babc1-3d0f-46af-95ee-b08e0faf6d5d", "name": "tempest-AttachVolumeTestJSON-server-526644161", "status": "DELETED", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:18Z", "updated": "2021-09-07T12:25:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2146141011", "OS-SRV-USG:launched_at": "2021-09-07T12:24:38.000000", "OS-SRV-USG:terminated_at": "2021-09-07T12:25:46.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:47,082 108822 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait 2021-09-07 12:25:48,122 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d 0.039s 2021-09-07 12:25:48,122 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25: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-12a9e909-99e7-4633-8030-dc28706e7adf', 'x-compute-request-id': 'req-12a9e909-99e7-4633-8030-dc28706e7adf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/aa7babc1-3d0f-46af-95ee-b08e0faf6d5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance aa7babc1-3d0f-46af-95ee-b08e0faf6d5d could not be found."}}' 2021-09-07 12:25:48,168 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-2146141011 0.045s 2021-09-07 12:25:48,168 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:48 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-4d05ec7a-3437-4268-b140-bd59853c4399', 'x-compute-request-id': 'req-4d05ec7a-3437-4268-b140-bd59853c4399', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-2146141011'} Body: b'' 2021-09-07 12:25:48,396 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/security-groups/947ac78f-47ac-43d1-8945-a6a71d8c3804 0.226s 2021-09-07 12:25:48,396 108822 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-fb08e8cb-6e9a-4f40-84f7-f5ae142b4154', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:25:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/947ac78f-47ac-43d1-8945-a6a71d8c3804'} Body: b'' 2021-09-07 12:25:48,718 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.73:9696/v2.0/security-groups/947ac78f-47ac-43d1-8945-a6a71d8c3804 0.321s 2021-09-07 12:25:48,718 108822 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-7dfb43e6-1333-4e52-9630-6c9d75f00117', 'date': 'Tue, 07 Sep 2021 12:25:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/947ac78f-47ac-43d1-8945-a6a71d8c3804'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 947ac78f-47ac-43d1-8945-a6a71d8c3804 does not exist", "detail": ""}}' 2021-09-07 12:25:49,945 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/floatingips/7fcfacb1-dac6-4558-9300-c45e4b08df7f 1.225s 2021-09-07 12:25:49,945 108822 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-3451be5f-9e71-4c61-956d-2da8eb869108', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:25:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/7fcfacb1-dac6-4558-9300-c45e4b08df7f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft33.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:'': {{{ 2021-09-07 12:25:49,983 108822 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-09-07 12:25:49,983 108822 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-09-07 12:25:50,239 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.73/compute/v2.1/os-keypairs 0.255s 2021-09-07 12:25:50,239 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2133656690"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a27db4f-1e92-4d5d-8ca2-2191a9a8a340', 'x-compute-request-id': 'req-4a27db4f-1e92-4d5d-8ca2-2191a9a8a340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAo83VvyJRMRMBZZH0VpfPgMOtTEtfhBx2EnlnmgVs+QJqWltf\\nCojh04OChWv/dPDc8BXg2TDbV8fHYkzFA/53GJ49ico/0JgyHjPC1ONU/ScQ/LJ+\\n1SqlgtwI7kswAzFpFgD+klS8uyVr3s4K5gETfWiLR3TTuQ4djFecOWom9XYHJv8S\\nqyLD7SZHuekXAFDUG2f7nltOJBxXSBt3GK3Z8YzBN3TFgEqDT4JkF54skrCexSr9\\nN3JzPV9EU3X+gNBXJucXl32DejxewPEYoM8GtkAjVQJSMzdnucHgWUF7Tg9wxNaU\\nFbojwnRSy6aKxuQuPuMEBRzSJFLCtMNTvYfnZwIDAQABAoIBAHhWNRsviNo2jiYi\\nLZCYAnckSeHs1YTmq88ypWu/ZKkinyM2UQIaQVz0FiUSjB9K++TdDcxBWkKIn++V\\nWn9up+vMBIV/sZX62Ybam91uDPfVhWM/dnH/3IvgPidh0SnnWL4ziNHTsrsB6NdM\\nIzGJxNmyve+G4ivnNMnvavO7Clf0aiUiUp5Xw0upj2Uburh/mklFiROeedHnDNZI\\n++aXQ6GHD5QrEi9v1rKKR053UTIQ9cXZdZA3JTQStM94sEMpUB2MKIUP0x0PvuLK\\nTJbv9w831MBYL5r5fHQqFa6dAvUoPSQeo2PyMmkziuoz+mlBy7MWYY0IMfEbRUvc\\nUbls+cECgYEA2czoesfX4e3sJLZBYkjF9UY4/lcT70R78CLVQhKnH/g4rrPynmrM\\nS63fx0ouho4Nh2I4VkhSsXLNndi+T7DjJ0rZ8aEy0dvmiDFXzZKLlTcVcbugBpBN\\nFBIMquIdassUANdmIx+HMX8S+n5931l8ezKcT/A7vZzenEujPvq+abcCgYEAwIiG\\nndbsOoffohHQZMyAQNLH+QzrhmN/hz5XHV1Lw2cB0hLl7AdkTP5kqGPSyI/JTSOB\\n8SnSXQ54NVRJqV5E5xWXm1ZUF/gYVFn5aNNC4+/gDTaARhxq0wYzmTud7OrtIemG\\n507WmJOYXcTPvf+7c0Iz0EFHY0esWaw1am6tL9ECgYA/5A06n08j9qB0MIbDpydz\\nCROFANRXNxbIXd+DT2d5SF6QWTdN43Rkqu/fTVKSpC8xzM1L+lFPvqa0rDU/uVsZ\\nVqrSaAA5cbGRuC/SnS+XKR6AS5Lo+gGyZo0Sv9vzTPlkOcu7d+83xNgzZVHVaDHN\\nDg6uoIFV4SOoY8PSoMmkxwKBgDupEq3Ob50jhXTfOEhD5mov5q+SBVm7c0UhWDVN\\nN7DxNms2V/DvyXDiU6aqaCKmC6bPnfBxGTKkzTMZT0ogYBGLa1NDSQO0aTWaO+Lz\\ntAKVzkPJ463WGHQTs+GDy8gidCDSEG+UyoK1Gb3UwtsJZ7irhwq9b7Wf/BQ9fL/i\\nU+BBAoGACSYJnfMIbp+CcSYhbWt9g3dtvpB+EKHQQOOvi/Z7aMos71Bma1j1clMV\\n8c2JuQ1kyMOXS0Wp5k81sYxmuKre0xJaxf5G0PTb2UBiIdakhLNmcIAGwT7Lgi0I\\nsSeXbHpeH1Gk90N009U79g19hFYrSjfhRopMf++OAPDl9F4qWLg=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-2133656690", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjzdW/IlExEwFlkfRWl8+Aw61MS1+EHHYSeWeaBWz5AmpaW18KiOHTg4KFa/908NzwFeDZMNtXx8diTMUD/ncYnj2Jyj/QmDIeM8LU41T9JxD8sn7VKqWC3AjuSzADMWkWAP6SVLy7JWvezgrmARN9aItHdNO5Dh2MV5w5aib1dgcm/xKrIsPtJke56RcAUNQbZ/ueW04kHFdIG3cYrdnxjME3dMWASoNPgmQXniySsJ7FKv03cnM9X0RTdf6A0Fcm5xeXfYN6PF7A8Rigzwa2QCNVAlIzN2e5weBZQXtOD3DE1pQVuiPCdFLLporG5C4+4wQFHNIkUsK0w1O9h+dn Generated-by-Nova", "fingerprint": "16:41:cd:a1:20:be:47:d6:c7:82:1d:88:82:b3:f3:20", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab"}}' 2021-09-07 12:25:50,241 108822 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2133656690 created 2021-09-07 12:25:50,538 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-groups 0.297s 2021-09-07 12:25:50,539 108822 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--1909436345", "description": "tempest-description--2115229375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1580', 'x-openstack-request-id': 'req-9a0ba830-c850-46af-be0f-ba20306fa014', 'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "name": "tempest-securitygroup--1909436345", "stateful": true, "tenant_id": "8be6079e378641128f8ab203913b662b", "description": "tempest-description--2115229375", "security_group_rules": [{"id": "2dcaa95e-7179-4b7a-abbf-9c9dc54c179c", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "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": 414, "description": null, "tags": [], "created_at": "2021-09-07T12:25:50Z", "updated_at": "2021-09-07T12:25:50Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}, {"id": "c7cc3098-8e32-4851-b705-e8af99541348", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "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": 413, "description": null, "tags": [], "created_at": "2021-09-07T12:25:50Z", "updated_at": "2021-09-07T12:25:50Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}], "tags": [], "created_at": "2021-09-07T12:25:50Z", "updated_at": "2021-09-07T12:25:50Z", "revision_number": 1, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:25:50,917 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.378s 2021-09-07 12:25:50,918 108822 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": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "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-338de283-063c-43a5-aa5b-5aaa2215d4a2', 'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "42a0abb2-cac8-491c-927b-674d6460de81", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "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": "2021-09-07T12:25:50Z", "updated_at": "2021-09-07T12:25:50Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:25:51,327 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.408s 2021-09-07 12:25:51,327 108822 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": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1fc60608-026d-41a8-b1ae-12ecbe05db8e', 'date': 'Tue, 07 Sep 2021 12:25:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5749751-5d98-485b-bb6c-48cec2bc1d5d", "tenant_id": "8be6079e378641128f8ab203913b662b", "security_group_id": "75cfd4b7-2ca3-4553-8585-ee0a97710070", "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": "2021-09-07T12:25:51Z", "updated_at": "2021-09-07T12:25:51Z", "revision_number": 0, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:25:51,327 108822 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1909436345 created 2021-09-07 12:25:52,485 108822 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.73:9696/v2.0/floatingips 1.157s 2021-09-07 12:25:52,486 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-3ee9d927-42c5-4a3d-828b-7aa797691000', 'date': 'Tue, 07 Sep 2021 12:25:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "63783311-e1c1-4353-afa6-7668a107c864", "tenant_id": "8be6079e378641128f8ab203913b662b", "floating_ip_address": "172.28.1.11", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8be6079e378641128f8ab203913b662b", "description": "", "port_details": null, "tags": [], "created_at": "2021-09-07T12:25:51Z", "updated_at": "2021-09-07T12:25:51Z", "revision_number": 0}}' 2021-09-07 12:25:52,486 108822 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '63783311-e1c1-4353-afa6-7668a107c864', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'floating_ip_address': '172.28.1.11', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8be6079e378641128f8ab203913b662b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:25:51Z', 'updated_at': '2021-09-07T12:25:51Z', 'revision_number': 0, 'ip': '172.28.1.11'} created 2021-09-07 12:25:52,660 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.120s 2021-09-07 12:25:52,661 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3397', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c401bc8d-bb15-44f8-b2a3-4f9eac7d932a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "809fa6c2f6a34769a5786495fcf2d7ab", "name": "tempest-AttachVolumeTestJSON-1450156593-project", "password_expires_at": null}, "audit_ids": ["2W8SKzNUTMClu_qKiOKswg"], "expires_at": "2021-09-07T13:25:52.000000Z", "issued_at": "2021-09-07T12:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8be6079e378641128f8ab203913b662b", "name": "tempest-AttachVolumeTestJSON-1450156593"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_8be6079e378641128f8ab203913b662b", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:25:52,661 108822 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '463d0b11-7201-4f62-a3ea-5fcb67cd68bf', 'name': 'tempest-AttachVolumeTestJSON-498768945-network', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8be6079e378641128f8ab203913b662b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 739, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:23:47Z', 'updated_at': '2021-09-07T12:23:47Z', 'revision_number': 1} available for tenant 2021-09-07 12:25:52,662 108822 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAo83VvyJRMRMBZZH0VpfPgMOtTEtfhBx2EnlnmgVs+QJqWltf\nCojh04OChWv/dPDc8BXg2TDbV8fHYkzFA/53GJ49ico/0JgyHjPC1ONU/ScQ/LJ+\n1SqlgtwI7kswAzFpFgD+klS8uyVr3s4K5gETfWiLR3TTuQ4djFecOWom9XYHJv8S\nqyLD7SZHuekXAFDUG2f7nltOJBxXSBt3GK3Z8YzBN3TFgEqDT4JkF54skrCexSr9\nN3JzPV9EU3X+gNBXJucXl32DejxewPEYoM8GtkAjVQJSMzdnucHgWUF7Tg9wxNaU\nFbojwnRSy6aKxuQuPuMEBRzSJFLCtMNTvYfnZwIDAQABAoIBAHhWNRsviNo2jiYi\nLZCYAnckSeHs1YTmq88ypWu/ZKkinyM2UQIaQVz0FiUSjB9K++TdDcxBWkKIn++V\nWn9up+vMBIV/sZX62Ybam91uDPfVhWM/dnH/3IvgPidh0SnnWL4ziNHTsrsB6NdM\nIzGJxNmyve+G4ivnNMnvavO7Clf0aiUiUp5Xw0upj2Uburh/mklFiROeedHnDNZI\n++aXQ6GHD5QrEi9v1rKKR053UTIQ9cXZdZA3JTQStM94sEMpUB2MKIUP0x0PvuLK\nTJbv9w831MBYL5r5fHQqFa6dAvUoPSQeo2PyMmkziuoz+mlBy7MWYY0IMfEbRUvc\nUbls+cECgYEA2czoesfX4e3sJLZBYkjF9UY4/lcT70R78CLVQhKnH/g4rrPynmrM\nS63fx0ouho4Nh2I4VkhSsXLNndi+T7DjJ0rZ8aEy0dvmiDFXzZKLlTcVcbugBpBN\nFBIMquIdassUANdmIx+HMX8S+n5931l8ezKcT/A7vZzenEujPvq+abcCgYEAwIiG\nndbsOoffohHQZMyAQNLH+QzrhmN/hz5XHV1Lw2cB0hLl7AdkTP5kqGPSyI/JTSOB\n8SnSXQ54NVRJqV5E5xWXm1ZUF/gYVFn5aNNC4+/gDTaARhxq0wYzmTud7OrtIemG\n507WmJOYXcTPvf+7c0Iz0EFHY0esWaw1am6tL9ECgYA/5A06n08j9qB0MIbDpydz\nCROFANRXNxbIXd+DT2d5SF6QWTdN43Rkqu/fTVKSpC8xzM1L+lFPvqa0rDU/uVsZ\nVqrSaAA5cbGRuC/SnS+XKR6AS5Lo+gGyZo0Sv9vzTPlkOcu7d+83xNgzZVHVaDHN\nDg6uoIFV4SOoY8PSoMmkxwKBgDupEq3Ob50jhXTfOEhD5mov5q+SBVm7c0UhWDVN\nN7DxNms2V/DvyXDiU6aqaCKmC6bPnfBxGTKkzTMZT0ogYBGLa1NDSQO0aTWaO+Lz\ntAKVzkPJ463WGHQTs+GDy8gidCDSEG+UyoK1Gb3UwtsJZ7irhwq9b7Wf/BQ9fL/i\nU+BBAoGACSYJnfMIbp+CcSYhbWt9g3dtvpB+EKHQQOOvi/Z7aMos71Bma1j1clMV\n8c2JuQ1kyMOXS0Wp5k81sYxmuKre0xJaxf5G0PTb2UBiIdakhLNmcIAGwT7Lgi0I\nsSeXbHpeH1Gk90N009U79g19hFYrSjfhRopMf++OAPDl9F4qWLg=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-2133656690', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjzdW/IlExEwFlkfRWl8+Aw61MS1+EHHYSeWeaBWz5AmpaW18KiOHTg4KFa/908NzwFeDZMNtXx8diTMUD/ncYnj2Jyj/QmDIeM8LU41T9JxD8sn7VKqWC3AjuSzADMWkWAP6SVLy7JWvezgrmARN9aItHdNO5Dh2MV5w5aib1dgcm/xKrIsPtJke56RcAUNQbZ/ueW04kHFdIG3cYrdnxjME3dMWASoNPgmQXniySsJ7FKv03cnM9X0RTdf6A0Fcm5xeXfYN6PF7A8Rigzwa2QCNVAlIzN2e5weBZQXtOD3DE1pQVuiPCdFLLporG5C4+4wQFHNIkUsK0w1O9h+dn Generated-by-Nova', 'fingerprint': '16:41:cd:a1:20:be:47:d6:c7:82:1d:88:82:b3:f3:20', 'user_id': '809fa6c2f6a34769a5786495fcf2d7ab'}, 'security_group': {'id': '75cfd4b7-2ca3-4553-8585-ee0a97710070', 'name': 'tempest-securitygroup--1909436345', 'stateful': True, 'tenant_id': '8be6079e378641128f8ab203913b662b', 'description': 'tempest-description--2115229375', 'security_group_rules': [{'id': '2dcaa95e-7179-4b7a-abbf-9c9dc54c179c', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'security_group_id': '75cfd4b7-2ca3-4553-8585-ee0a97710070', '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': 414, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:25:50Z', 'updated_at': '2021-09-07T12:25:50Z', 'revision_number': 0, 'project_id': '8be6079e378641128f8ab203913b662b'}, {'id': 'c7cc3098-8e32-4851-b705-e8af99541348', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'security_group_id': '75cfd4b7-2ca3-4553-8585-ee0a97710070', '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': 413, 'description': None, 'tags': [], 'created_at': '2021-09-07T12:25:50Z', 'updated_at': '2021-09-07T12:25:50Z', 'revision_number': 0, 'project_id': '8be6079e378641128f8ab203913b662b'}], 'tags': [], 'created_at': '2021-09-07T12:25:50Z', 'updated_at': '2021-09-07T12:25:50Z', 'revision_number': 1, 'project_id': '8be6079e378641128f8ab203913b662b'}, 'floating_ip': {'id': '63783311-e1c1-4353-afa6-7668a107c864', 'tenant_id': '8be6079e378641128f8ab203913b662b', 'floating_ip_address': '172.28.1.11', 'floating_network_id': '25f3d0f2-278c-4f7b-9009-1fb01077020b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8be6079e378641128f8ab203913b662b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-09-07T12:25:51Z', 'updated_at': '2021-09-07T12:25:51Z', 'revision_number': 0, 'ip': '172.28.1.11'}} 2021-09-07 12:25:54,298 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.73/compute/v2.1/servers 1.635s 2021-09-07 12:25:54,298 108822 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-271512494", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf"}], "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "key_name": "tempest-keypair-2133656690", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33951009-b9b6-40b9-a821-36559132b22c', 'x-compute-request-id': 'req-33951009-b9b6-40b9-a821-36559132b22c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "adminPass": "password"}}' 2021-09-07 12:25:54,410 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.110s 2021-09-07 12:25:54,411 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:54 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-97cb1ffa-be1c-44cb-b496-ccd3f34c5098', 'x-compute-request-id': 'req-97cb1ffa-be1c-44cb-b496-ccd3f34c5098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2133656690", "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": []}}' 2021-09-07 12:25:55,606 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.186s 2021-09-07 12:25:55,606 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:55 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-6bd7ffc0-bcb0-45dd-83d9-85b2ae9d7c27', 'x-compute-request-id': 'req-6bd7ffc0-bcb0-45dd-83d9-85b2ae9d7c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "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": []}}' 2021-09-07 12:25:55,613 108822 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-09-07 12:25:56,926 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.311s 2021-09-07 12:25:56,926 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d35f56c9-6379-42fe-9538-df659a6b41ba', 'x-compute-request-id': 'req-d35f56c9-6379-42fe-9538-df659a6b41ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:56,934 108822 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2021-09-07 12:25:58,326 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.390s 2021-09-07 12:25:58,327 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2507659b-ad6f-4008-8dc0-160cbae96e13', 'x-compute-request-id': 'req-2507659b-ad6f-4008-8dc0-160cbae96e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:59,635 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.300s 2021-09-07 12:25:59,635 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d2c6e5-6d75-48a1-9380-c18017f7660f', 'x-compute-request-id': 'req-b6d2c6e5-6d75-48a1-9380-c18017f7660f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:01,064 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.418s 2021-09-07 12:26:01,065 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24174505-32b6-4adf-b971-fd13314b530a', 'x-compute-request-id': 'req-24174505-32b6-4adf-b971-fd13314b530a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:02,374 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.300s 2021-09-07 12:26:02,374 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1e75a7-3cfa-4473-8f9f-674f5ac94748', 'x-compute-request-id': 'req-3c1e75a7-3cfa-4473-8f9f-674f5ac94748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:03,875 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.491s 2021-09-07 12:26:03,875 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3ffadb-b8c9-4fba-88ae-2c4025fb1936', 'x-compute-request-id': 'req-df3ffadb-b8c9-4fba-88ae-2c4025fb1936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:25:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:05,406 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.521s 2021-09-07 12:26:05,406 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d31b498e-54de-4123-ae32-4b8f5526442f', 'x-compute-request-id': 'req-d31b498e-54de-4123-ae32-4b8f5526442f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "BUILD", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:26:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:06,749 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.334s 2021-09-07 12:26:06,750 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40bca812-c26b-4cd8-a3da-96ac1ab758c1', 'x-compute-request-id': 'req-40bca812-c26b-4cd8-a3da-96ac1ab758c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:26:05Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": "2021-09-07T12:26:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:06,762 108822 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2021-09-07 12:26:07,081 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/os-interface 0.318s 2021-09-07 12:26:07,081 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 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-cb084039-0cd9-4471-abdd-e40548de1e44', 'x-compute-request-id': 'req-cb084039-0cd9-4471-abdd-e40548de1e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf", "port_id": "2ff55e72-36f2-4599-adbb-8130c7b0b248", "mac_addr": "fa:16:3e:6b:74:ed", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ee2fb76d-53a2-41bf-af2f-c85120f855f4", "ip_address": "172.20.0.12"}]}]}' 2021-09-07 12:26:08,599 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.73:9696/v2.0/floatingips/63783311-e1c1-4353-afa6-7668a107c864 1.515s 2021-09-07 12:26:08,599 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "2ff55e72-36f2-4599-adbb-8130c7b0b248"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-5cf606c5-a510-427f-85b0-16003245a58c', 'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/63783311-e1c1-4353-afa6-7668a107c864'} Body: b'{"floatingip": {"id": "63783311-e1c1-4353-afa6-7668a107c864", "tenant_id": "8be6079e378641128f8ab203913b662b", "floating_ip_address": "172.28.1.11", "floating_network_id": "25f3d0f2-278c-4f7b-9009-1fb01077020b", "router_id": "1ed379eb-b91b-4efc-9989-2455391f5623", "port_id": "2ff55e72-36f2-4599-adbb-8130c7b0b248", "fixed_ip_address": "172.20.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "463d0b11-7201-4f62-a3ea-5fcb67cd68bf", "mac_address": "fa:16:3e:6b:74:ed", "admin_state_up": true, "status": "ACTIVE", "device_id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-09-07T12:25:51Z", "updated_at": "2021-09-07T12:26:07Z", "revision_number": 1, "project_id": "8be6079e378641128f8ab203913b662b"}}' 2021-09-07 12:26:08,756 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.156s 2021-09-07 12:26:08,757 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e568cb62-d945-40c2-9f9b-223449343bf8', 'x-compute-request-id': 'req-e568cb62-d945-40c2-9f9b-223449343bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:09,843 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.084s 2021-09-07 12:26:09,843 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e1623c1-f6c8-41a8-8c6d-bfcf6d2c7f1b', 'x-compute-request-id': 'req-0e1623c1-f6c8-41a8-8c6d-bfcf6d2c7f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:10,950 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.104s 2021-09-07 12:26:10,950 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5690d70b-085c-44c7-acc2-86da61c61bd3', 'x-compute-request-id': 'req-5690d70b-085c-44c7-acc2-86da61c61bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:12,032 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.080s 2021-09-07 12:26:12,032 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22ece6e2-b9a6-4595-b6f4-b0f5d69b5135', 'x-compute-request-id': 'req-22ece6e2-b9a6-4595-b6f4-b0f5d69b5135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:13,129 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.094s 2021-09-07 12:26:13,130 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-739eaab6-4c87-482f-b5a9-e6836e8f31f1', 'x-compute-request-id': 'req-739eaab6-4c87-482f-b5a9-e6836e8f31f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:14,212 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.080s 2021-09-07 12:26:14,213 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0982a07b-ef1f-4a38-a597-037e72f95387', 'x-compute-request-id': 'req-0982a07b-ef1f-4a38-a597-037e72f95387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:15,309 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.094s 2021-09-07 12:26:15,310 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-751aee53-bfda-4a98-a2ba-4251134ea473', 'x-compute-request-id': 'req-751aee53-bfda-4a98-a2ba-4251134ea473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:16,405 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.093s 2021-09-07 12:26:16,405 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc054da9-1138-4161-9ea9-dc1d3a5f6609', 'x-compute-request-id': 'req-fc054da9-1138-4161-9ea9-dc1d3a5f6609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": ""}' 2021-09-07 12:26:17,532 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.124s 2021-09-07 12:26:17,533 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '8354', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-926ae57b-174b-4746-afd6-76530dc91a7e', 'x-compute-request-id': 'req-926ae57b-174b-4746-afd6-76530dc91a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:18,635 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.099s 2021-09-07 12:26:18,636 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16123', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ca97a5-a937-480d-b380-4d58d0ccc763', 'x-compute-request-id': 'req-f4ca97a5-a937-480d-b380-4d58d0ccc763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:19,753 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.114s 2021-09-07 12:26:19,754 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82065868-a853-40e3-b648-8cf04b914a7a', 'x-compute-request-id': 'req-82065868-a853-40e3-b648-8cf04b914a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:20,894 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.138s 2021-09-07 12:26:20,895 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ff8eafb-a3a0-4374-9076-a324d5b15e84', 'x-compute-request-id': 'req-8ff8eafb-a3a0-4374-9076-a324d5b15e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:22,073 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.174s 2021-09-07 12:26:22,074 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22975', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2430e6d-6ee5-4d25-bb5b-94d4c0a4cb0b', 'x-compute-request-id': 'req-b2430e6d-6ee5-4d25-bb5b-94d4c0a4cb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:23,201 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.125s 2021-09-07 12:26:23,202 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8949856-1522-4dc2-8be9-f146a64b4022', 'x-compute-request-id': 'req-e8949856-1522-4dc2-8be9-f146a64b4022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:24,321 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.116s 2021-09-07 12:26:24,322 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-870a8e76-f1fc-4c87-a029-1be99b0eeb94', 'x-compute-request-id': 'req-870a8e76-f1fc-4c87-a029-1be99b0eeb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:25,466 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.141s 2021-09-07 12:26:25,467 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb20e9ac-49b4-4a34-bb9e-dd5b972304a9', 'x-compute-request-id': 'req-cb20e9ac-49b4-4a34-bb9e-dd5b972304a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:26,629 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.159s 2021-09-07 12:26:26,629 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27837', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb6f5fe-34bc-44df-802e-8696a8e58b87', 'x-compute-request-id': 'req-3fb6f5fe-34bc-44df-802e-8696a8e58b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:27,741 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.109s 2021-09-07 12:26:27,742 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac075a8e-757d-48a8-8595-897a8e386901', 'x-compute-request-id': 'req-ac075a8e-757d-48a8-8595-897a8e386901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:28,890 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.142s 2021-09-07 12:26:28,891 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e84950d-4a64-4b1c-ba65-28b1d64940cc', 'x-compute-request-id': 'req-0e84950d-4a64-4b1c-ba65-28b1d64940cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:30,000 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.106s 2021-09-07 12:26:30,001 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3280c4d1-96e0-456f-8622-d4bb3fc950c8', 'x-compute-request-id': 'req-3280c4d1-96e0-456f-8622-d4bb3fc950c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:31,099 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.096s 2021-09-07 12:26:31,100 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28648', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-306fa845-2e67-4a38-be13-91b7fa372932', 'x-compute-request-id': 'req-306fa845-2e67-4a38-be13-91b7fa372932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:32,213 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.109s 2021-09-07 12:26:32,214 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28648', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67662ae6-e518-4a95-b4fa-6ff3d02f9578', 'x-compute-request-id': 'req-67662ae6-e518-4a95-b4fa-6ff3d02f9578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:33,301 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.085s 2021-09-07 12:26:33,302 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28648', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9e13a9-cc46-4da1-8539-c597e2cf45b6', 'x-compute-request-id': 'req-8b9e13a9-cc46-4da1-8539-c597e2cf45b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:34,396 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.090s 2021-09-07 12:26:34,396 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28648', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9c1bafc-c571-4589-9439-f906b705a5e5', 'x-compute-request-id': 'req-f9c1bafc-c571-4589-9439-f906b705a5e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:35,521 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.122s 2021-09-07 12:26:35,523 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29845', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba1e521-f44e-4c3b-9cf5-1d4d29399a3a', 'x-compute-request-id': 'req-0ba1e521-f44e-4c3b-9cf5-1d4d29399a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:36,625 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.099s 2021-09-07 12:26:36,625 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31647', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fba6e7d6-1de8-4f50-847e-598425499112', 'x-compute-request-id': 'req-fba6e7d6-1de8-4f50-847e-598425499112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:37,728 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.099s 2021-09-07 12:26:37,728 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32651', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b14a91f-7377-4abf-a661-c3ca29a19c36', 'x-compute-request-id': 'req-1b14a91f-7377-4abf-a661-c3ca29a19c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:38,824 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.093s 2021-09-07 12:26:38,825 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7777eae6-1bba-4c65-80e6-1a3d00338c5b', 'x-compute-request-id': 'req-7777eae6-1bba-4c65-80e6-1a3d00338c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:39,922 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.093s 2021-09-07 12:26:39,922 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a28c923d-cf03-43df-8133-c1e5d61d2683', 'x-compute-request-id': 'req-a28c923d-cf03-43df-8133-c1e5d61d2683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:41,018 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.092s 2021-09-07 12:26:41,018 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35589', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2fda661-4dd5-4d48-9721-6beae09a7588', 'x-compute-request-id': 'req-f2fda661-4dd5-4d48-9721-6beae09a7588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:42,116 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.094s 2021-09-07 12:26:42,117 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36910', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c3e460-9f8b-4e61-a1a8-d97380d89f0e', 'x-compute-request-id': 'req-76c3e460-9f8b-4e61-a1a8-d97380d89f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:43,208 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.088s 2021-09-07 12:26:43,209 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38068', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e153a3-cad2-4072-a6a7-8d441dfa41c3', 'x-compute-request-id': 'req-69e153a3-cad2-4072-a6a7-8d441dfa41c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:44,307 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.095s 2021-09-07 12:26:44,308 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38173', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98af163c-43b2-4908-b9e7-30118dbbc842', 'x-compute-request-id': 'req-98af163c-43b2-4908-b9e7-30118dbbc842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:45,400 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.089s 2021-09-07 12:26:45,401 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38173', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-951c3b5b-3154-4327-9b16-906175644fa5', 'x-compute-request-id': 'req-951c3b5b-3154-4327-9b16-906175644fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:46,487 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.083s 2021-09-07 12:26:46,488 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38173', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a55fb711-bc38-4871-bfa5-4e2cbb28cf7c', 'x-compute-request-id': 'req-a55fb711-bc38-4871-bfa5-4e2cbb28cf7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:47,580 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action 0.088s 2021-09-07 12:26:47,581 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b26a903c-cedd-4d4e-b369-687fc00bd85e', 'x-compute-request-id': 'req-b26a903c-cedd-4d4e-b369-687fc00bd85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-09-07 12:26:47,624 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/ips 0.041s 2021-09-07 12:26:47,624 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c442dac-d756-407f-8593-fbe4ebb7bf7d', 'x-compute-request-id': 'req-0c442dac-d756-407f-8593-fbe4ebb7bf7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.12"}, {"version": 4, "addr": "172.28.1.11"}]}}' 2021-09-07 12:26:47,837 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes 0.210s 2021-09-07 12:26:47,837 108822 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-AttachVolumeTestJSON-volume-1727053482"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378833d7-6557-42b5-aaa1-8ae21e8b915b', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378833d7-6557-42b5-aaa1-8ae21e8b915b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes'} Body: b'{"volume": {"id": "f9288ea9-94ab-4c02-8392-7e9b2730347f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:47.755951", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1727053482", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/f9288ea9-94ab-4c02-8392-7e9b2730347f"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/8be6079e378641128f8ab203913b662b/volumes/f9288ea9-94ab-4c02-8392-7e9b2730347f"}], "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:47,892 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 GET http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/f9288ea9-94ab-4c02-8392-7e9b2730347f 0.048s 2021-09-07 12:26:47,892 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d43aa20-24ff-42e9-9b93-fd6157a7694d', 'x-openstack-request-id': 'req-1d43aa20-24ff-42e9-9b93-fd6157a7694d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/8be6079e378641128f8ab203913b662b/volumes/f9288ea9-94ab-4c02-8392-7e9b2730347f'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:48,026 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.133s 2021-09-07 12:26:48,027 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26: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-e8738afd-0447-47e6-b409-8572c9438a2b', 'x-compute-request-id': 'req-e8738afd-0447-47e6-b409-8572c9438a2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'' 2021-09-07 12:26:48,253 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.225s 2021-09-07 12:26:48,253 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5777915d-3f9e-4bf6-9074-1fd987e074fc', 'x-compute-request-id': 'req-5777915d-3f9e-4bf6-9074-1fd987e074fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:26:48Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}, {"version": 4, "addr": "172.28.1.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": "2021-09-07T12:26:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:49,451 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.188s 2021-09-07 12:26:49,451 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7b412e-f97a-4fd7-ab5c-96820b55b5a5', 'x-compute-request-id': 'req-7f7b412e-f97a-4fd7-ab5c-96820b55b5a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:26:48Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}, {"version": 4, "addr": "172.28.1.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": "2021-09-07T12:26:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1909436345"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:50,556 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.096s 2021-09-07 12:26:50,556 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1605', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea3ee4b-99fc-4f88-8ef0-2af12a8ec083', 'x-compute-request-id': 'req-2ea3ee4b-99fc-4f88-8ef0-2af12a8ec083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"server": {"id": "70167de6-f46b-4e62-a1f1-96d7e4e6e366", "name": "tempest-AttachVolumeTestJSON-server-271512494", "status": "ACTIVE", "tenant_id": "8be6079e378641128f8ab203913b662b", "user_id": "809fa6c2f6a34769a5786495fcf2d7ab", "metadata": {}, "hostId": "ba1ecf1439ee908a8935227165f3ee276f728b44d9fe8c72e87f72fd", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:54Z", "updated": "2021-09-07T12:26:48Z", "addresses": {"tempest-AttachVolumeTestJSON-498768945-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}, {"version": 4, "addr": "172.28.1.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:74:ed"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2133656690", "OS-SRV-USG:launched_at": "2021-09-07T12:26:04.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:26:51,638 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366 0.072s 2021-09-07 12:26:51,638 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26: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-896d9b33-9238-464b-a63b-ff758913085e', 'x-compute-request-id': 'req-896d9b33-9238-464b-a63b-ff758913085e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/70167de6-f46b-4e62-a1f1-96d7e4e6e366'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 70167de6-f46b-4e62-a1f1-96d7e4e6e366 could not be found."}}' 2021-09-07 12:26:51,693 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-2133656690 0.053s 2021-09-07 12:26:51,693 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:51 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-ba6e995f-5301-4259-86e0-a052a38f97a8', 'x-compute-request-id': 'req-ba6e995f-5301-4259-86e0-a052a38f97a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-keypair-2133656690'} Body: b'' 2021-09-07 12:26:51,887 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/security-groups/75cfd4b7-2ca3-4553-8585-ee0a97710070 0.193s 2021-09-07 12:26:51,888 108822 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-5992e971-1e3c-4192-9eeb-758c43d41892', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:26:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/75cfd4b7-2ca3-4553-8585-ee0a97710070'} Body: b'' 2021-09-07 12:26:51,905 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.73:9696/v2.0/security-groups/75cfd4b7-2ca3-4553-8585-ee0a97710070 0.017s 2021-09-07 12:26:51,906 108822 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-9a61443f-6068-4b35-bf69-72880e13e2ac', 'date': 'Tue, 07 Sep 2021 12:26:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/75cfd4b7-2ca3-4553-8585-ee0a97710070'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 75cfd4b7-2ca3-4553-8585-ee0a97710070 does not exist", "detail": ""}}' 2021-09-07 12:26:52,479 108822 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/floatingips/63783311-e1c1-4353-afa6-7668a107c864 0.572s 2021-09-07 12:26:52,480 108822 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-e8b014e1-b8a5-4f38-aaa5-e4c32314d9a7', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:26:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/floatingips/63783311-e1c1-4353-afa6-7668a107c864'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.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
ft34.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:'': {{{ 2021-09-07 12:24:41,250 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.495s 2021-09-07 12:24:41,251 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3405', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f6f7f79e-fac5-45be-ad73-0c5eb978d0e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ae957701c72c429e9b6eef383ed3605a", "name": "tempest-AttachVolumeNegativeTest-1503243797-project", "password_expires_at": null}, "audit_ids": ["7QhS4qBVQ6SI8v_GfwWsqg"], "expires_at": "2021-09-07T13:24:41.000000Z", "issued_at": "2021-09-07T12:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6042d63ff1d41b49b597b0685ebaf57", "name": "tempest-AttachVolumeNegativeTest-1503243797"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:24:41,251 108817 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'dea0c76b-ab54-4b43-b1ac-7384dd7bda60', 'name': 'tempest-AttachVolumeNegativeTest-1780016378-network', 'tenant_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 745, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:24:38Z', 'updated_at': '2021-09-07T12:24:38Z', 'revision_number': 1} available for tenant 2021-09-07 12:24:43,401 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.73/compute/v2.1/servers 2.148s 2021-09-07 12:24:43,401 108817 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-1189616134", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "networks": [{"uuid": "dea0c76b-ab54-4b43-b1ac-7384dd7bda60"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-017dc181-6f3c-4beb-8a7e-de9dfaea0978', 'x-compute-request-id': 'req-017dc181-6f3c-4beb-8a7e-de9dfaea0978', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6hoYzjWKQc5V"}}' 2021-09-07 12:24:43,553 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.149s 2021-09-07 12:24:43,553 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:43 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-bd5df529-3f1c-4ebf-a65e-9a150d4a219e', 'x-compute-request-id': 'req-bd5df529-3f1c-4ebf-a65e-9a150d4a219e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:44,656 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.093s 2021-09-07 12:24:44,656 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d809cc-180e-45ee-bc43-9dcda4ef110e', 'x-compute-request-id': 'req-04d809cc-180e-45ee-bc43-9dcda4ef110e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:44,663 108817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-09-07 12:24:45,932 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.266s 2021-09-07 12:24:45,932 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1e51c66-e426-4d6e-96bc-ab2aa3de3850', 'x-compute-request-id': 'req-c1e51c66-e426-4d6e-96bc-ab2aa3de3850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:45,939 108817 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2021-09-07 12:24:47,267 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.326s 2021-09-07 12:24:47,268 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:46 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-34fab1f7-655d-4655-8db9-0b2ecf7443a8', 'x-compute-request-id': 'req-34fab1f7-655d-4655-8db9-0b2ecf7443a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:48,667 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.389s 2021-09-07 12:24:48,668 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 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-52f8509b-e688-4445-a48d-a0fe838b3bd2', 'x-compute-request-id': 'req-52f8509b-e688-4445-a48d-a0fe838b3bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:49,872 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.196s 2021-09-07 12:24:49,872 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:49 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-38c5dc84-b80b-4d2f-8396-8c62879b0cf2', 'x-compute-request-id': 'req-38c5dc84-b80b-4d2f-8396-8c62879b0cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:51,170 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.290s 2021-09-07 12:24:51,171 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 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-8e8580db-9691-4891-a6ae-42af62974c28', 'x-compute-request-id': 'req-8e8580db-9691-4891-a6ae-42af62974c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:52,476 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.296s 2021-09-07 12:24:52,476 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 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-eceb6ea2-b412-4367-ab97-a622a5c18546', 'x-compute-request-id': 'req-eceb6ea2-b412-4367-ab97-a622a5c18546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:53,873 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.387s 2021-09-07 12:24:53,873 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 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-69820153-1d4b-4861-b988-52889b7d6544', 'x-compute-request-id': 'req-69820153-1d4b-4861-b988-52889b7d6544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:55,524 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.642s 2021-09-07 12:24:55,524 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:54 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-b3634150-ac71-4c0b-8c92-bcc61dfd66ac', 'x-compute-request-id': 'req-b3634150-ac71-4c0b-8c92-bcc61dfd66ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:56,823 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.291s 2021-09-07 12:24:56,824 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:56 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-419dc483-1831-47f9-b237-b27b23035907', 'x-compute-request-id': 'req-419dc483-1831-47f9-b237-b27b23035907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "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": []}}' 2021-09-07 12:24:58,133 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64 0.301s 2021-09-07 12:24:58,134 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9754bbfe-4ad0-4cbc-9481-2260c8dc9fe5', 'x-compute-request-id': 'req-9754bbfe-4ad0-4cbc-9481-2260c8dc9fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64'} Body: b'{"server": {"id": "911b1cd6-9f31-4698-8030-9ee1ad1a9a64", "name": "tempest-AttachVolumeNegativeTest-server-1189616134", "status": "ACTIVE", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:24:43Z", "updated": "2021-09-07T12:24:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1780016378-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:0e:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/911b1cd6-9f31-4698-8030-9ee1ad1a9a64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:24:57.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": []}}' 2021-09-07 12:24:58,141 108817 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-09-07 12:24:58,652 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes 0.511s 2021-09-07 12:24:58,653 108817 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-AttachVolumeNegativeTest-volume-213004549"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-becc3e2c-d604-4411-b0e6-81e5914b65ac', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-becc3e2c-d604-4411-b0e6-81e5914b65ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes'} Body: b'{"volume": {"id": "ac501372-8fcb-4d0f-9b35-dfed3221d24f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:58.499434", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-213004549", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/ac501372-8fcb-4d0f-9b35-dfed3221d24f"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/e6042d63ff1d41b49b597b0685ebaf57/volumes/ac501372-8fcb-4d0f-9b35-dfed3221d24f"}], "user_id": "ae957701c72c429e9b6eef383ed3605a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:58,800 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 GET http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/ac501372-8fcb-4d0f-9b35-dfed3221d24f 0.141s 2021-09-07 12:24:58,800 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-19342e87-cd1b-44eb-b0a5-40bf8a46ff1a', 'x-openstack-request-id': 'req-19342e87-cd1b-44eb-b0a5-40bf8a46ff1a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/ac501372-8fcb-4d0f-9b35-dfed3221d24f'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 70, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft34.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:'': {{{ 2021-09-07 12:24:58,964 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.155s 2021-09-07 12:24:58,965 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3405', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-248cdcb2-e7c9-481d-a568-19a14deff2a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ae957701c72c429e9b6eef383ed3605a", "name": "tempest-AttachVolumeNegativeTest-1503243797-project", "password_expires_at": null}, "audit_ids": ["5qcluUn-R_6DaXG3qn7T9g"], "expires_at": "2021-09-07T13:24:58.000000Z", "issued_at": "2021-09-07T12:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6042d63ff1d41b49b597b0685ebaf57", "name": "tempest-AttachVolumeNegativeTest-1503243797"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:24:58,965 108817 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'dea0c76b-ab54-4b43-b1ac-7384dd7bda60', 'name': 'tempest-AttachVolumeNegativeTest-1780016378-network', 'tenant_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 745, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:24:38Z', 'updated_at': '2021-09-07T12:24:38Z', 'revision_number': 1} available for tenant 2021-09-07 12:25:07,028 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.73/compute/v2.1/servers 8.061s 2021-09-07 12:25:07,028 108817 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-472813773", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "networks": [{"uuid": "dea0c76b-ab54-4b43-b1ac-7384dd7bda60"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b19f2e3-10a1-4de8-925b-78f6586d4ac0', 'x-compute-request-id': 'req-9b19f2e3-10a1-4de8-925b-78f6586d4ac0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2gGwWMuZvFw5"}}' 2021-09-07 12:25:07,265 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.235s 2021-09-07 12:25:07,265 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:07 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-e50b2256-ea91-4dda-880c-b76586e96b81', 'x-compute-request-id': 'req-e50b2256-ea91-4dda-880c-b76586e96b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:07Z", "updated": "2021-09-07T12:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:08,417 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.143s 2021-09-07 12:25:08,417 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f742ee0b-171e-4e9b-8046-44c2ede7dfff', 'x-compute-request-id': 'req-f742ee0b-171e-4e9b-8046-44c2ede7dfff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:08,424 108817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-09-07 12:25:09,645 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.220s 2021-09-07 12:25:09,646 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e617f65-06d6-4138-9018-ea6bb4984f9f', 'x-compute-request-id': 'req-2e617f65-06d6-4138-9018-ea6bb4984f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:09,656 108817 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2021-09-07 12:25:10,945 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.286s 2021-09-07 12:25:10,945 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdc42367-71dc-40ca-ba35-f9556d725340', 'x-compute-request-id': 'req-fdc42367-71dc-40ca-ba35-f9556d725340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:12,421 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.467s 2021-09-07 12:25:12,422 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51bcf105-f782-4c18-a1ad-407080aac74f', 'x-compute-request-id': 'req-51bcf105-f782-4c18-a1ad-407080aac74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:13,687 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.257s 2021-09-07 12:25:13,688 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186d15d2-b126-459c-b7c7-e61d749c0a42', 'x-compute-request-id': 'req-186d15d2-b126-459c-b7c7-e61d749c0a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:14,914 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.218s 2021-09-07 12:25:14,914 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-644a4724-68ff-4f40-85d3-46a03bd2119f', 'x-compute-request-id': 'req-644a4724-68ff-4f40-85d3-46a03bd2119f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:16,101 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.179s 2021-09-07 12:25:16,102 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4af3d11-ca16-4e88-8ded-c83362494190', 'x-compute-request-id': 'req-c4af3d11-ca16-4e88-8ded-c83362494190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:17,320 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.210s 2021-09-07 12:25:17,321 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8de0b688-d961-4988-b93e-d4726b6262ea', 'x-compute-request-id': 'req-8de0b688-d961-4988-b93e-d4726b6262ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:18,505 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.176s 2021-09-07 12:25:18,506 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f42fe922-5468-4668-9e3c-137011c99c3a', 'x-compute-request-id': 'req-f42fe922-5468-4668-9e3c-137011c99c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "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": []}}' 2021-09-07 12:25:19,695 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d 0.180s 2021-09-07 12:25:19,696 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcae3c59-1bb6-45b0-930f-de5e94241240', 'x-compute-request-id': 'req-fcae3c59-1bb6-45b0-930f-de5e94241240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d'} Body: b'{"server": {"id": "d9063051-2ece-4173-8ae0-d8e49abc1f2d", "name": "tempest-AttachVolumeNegativeTest-server-472813773", "status": "ACTIVE", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:06Z", "updated": "2021-09-07T12:25:19Z", "addresses": {"tempest-AttachVolumeNegativeTest-1780016378-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:69:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/d9063051-2ece-4173-8ae0-d8e49abc1f2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:25:18.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": []}}' 2021-09-07 12:25:19,703 108817 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2021-09-07 12:25:19,929 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes 0.225s 2021-09-07 12:25:19,930 108817 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-AttachVolumeNegativeTest-volume-76586484"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6df6a7d-bba4-442d-8d7b-659e7d1ccd00', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6df6a7d-bba4-442d-8d7b-659e7d1ccd00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes'} Body: b'{"volume": {"id": "5b17d400-fdfa-4fa6-9d75-5cbcadec0b79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:19.843619", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-76586484", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/5b17d400-fdfa-4fa6-9d75-5cbcadec0b79"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/e6042d63ff1d41b49b597b0685ebaf57/volumes/5b17d400-fdfa-4fa6-9d75-5cbcadec0b79"}], "user_id": "ae957701c72c429e9b6eef383ed3605a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:19,992 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 GET http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/5b17d400-fdfa-4fa6-9d75-5cbcadec0b79 0.056s 2021-09-07 12:25:19,992 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd206a35-7c11-48a9-9ff1-4ab0c2f71129', 'x-openstack-request-id': 'req-dd206a35-7c11-48a9-9ff1-4ab0c2f71129', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/5b17d400-fdfa-4fa6-9d75-5cbcadec0b79'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 58, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft34.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:'': {{{ 2021-09-07 12:25:20,100 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.099s 2021-09-07 12:25:20,101 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3405', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fb97837d-86e1-498b-a4b9-0114764eccd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ae957701c72c429e9b6eef383ed3605a", "name": "tempest-AttachVolumeNegativeTest-1503243797-project", "password_expires_at": null}, "audit_ids": ["UokL6lwQQYqgUU8E8caThA"], "expires_at": "2021-09-07T13:25:20.000000Z", "issued_at": "2021-09-07T12:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6042d63ff1d41b49b597b0685ebaf57", "name": "tempest-AttachVolumeNegativeTest-1503243797"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_e6042d63ff1d41b49b597b0685ebaf57", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:25:20,102 108817 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'dea0c76b-ab54-4b43-b1ac-7384dd7bda60', 'name': 'tempest-AttachVolumeNegativeTest-1780016378-network', 'tenant_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6042d63ff1d41b49b597b0685ebaf57', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 745, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:24:38Z', 'updated_at': '2021-09-07T12:24:38Z', 'revision_number': 1} available for tenant 2021-09-07 12:25:20,652 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.73/compute/v2.1/servers 0.549s 2021-09-07 12:25:20,652 108817 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-1281387318", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "networks": [{"uuid": "dea0c76b-ab54-4b43-b1ac-7384dd7bda60"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e15bab83-91d7-43e5-9455-16ec64f3668a', 'x-compute-request-id': 'req-e15bab83-91d7-43e5-9455-16ec64f3668a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Zh3Rigdp4PWS"}}' 2021-09-07 12:25:20,753 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.099s 2021-09-07 12:25:20,754 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 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-a652deec-821f-48a8-ace4-19d916e1ebea', 'x-compute-request-id': 'req-a652deec-821f-48a8-ace4-19d916e1ebea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:22,098 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.335s 2021-09-07 12:25:22,099 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f87ec6c-c8ec-4f42-9312-570b09a6870a', 'x-compute-request-id': 'req-4f87ec6c-c8ec-4f42-9312-570b09a6870a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:22,107 108817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2021-09-07 12:25:23,740 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.633s 2021-09-07 12:25:23,741 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:23 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-06cb4011-7a19-430b-ad6d-e6209a6efde1', 'x-compute-request-id': 'req-06cb4011-7a19-430b-ad6d-e6209a6efde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:23,748 108817 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2021-09-07 12:25:37,545 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 12.796s 2021-09-07 12:25:37,545 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:24 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-b8102f1e-fbf4-4a04-8cba-1c231bc428e4', 'x-compute-request-id': 'req-b8102f1e-fbf4-4a04-8cba-1c231bc428e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:38,873 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.320s 2021-09-07 12:25:38,873 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:38 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-9486df1e-7cf6-4341-86c3-50f21b193ca4', 'x-compute-request-id': 'req-9486df1e-7cf6-4341-86c3-50f21b193ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:40,412 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.530s 2021-09-07 12:25:40,412 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:39 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-6fc75565-d720-45d5-8a8c-d8956bee850b', 'x-compute-request-id': 'req-6fc75565-d720-45d5-8a8c-d8956bee850b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:41,667 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.246s 2021-09-07 12:25:41,667 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 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-7a47b60f-ca26-4791-8622-4c184e5ebdc6', 'x-compute-request-id': 'req-7a47b60f-ca26-4791-8622-4c184e5ebdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:43,038 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.363s 2021-09-07 12:25:43,039 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:42 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-c473de37-d10f-46ce-b0ee-aaf2c72decd8', 'x-compute-request-id': 'req-c473de37-d10f-46ce-b0ee-aaf2c72decd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:44,207 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.158s 2021-09-07 12:25:44,207 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:44 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-6ea75178-b5a0-4b04-80d2-2cdb257b7128', 'x-compute-request-id': 'req-6ea75178-b5a0-4b04-80d2-2cdb257b7128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "BUILD", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "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": []}}' 2021-09-07 12:25:45,647 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621 0.431s 2021-09-07 12:25:45,648 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-687009c8-741f-400d-a746-05b30ec0c36d', 'x-compute-request-id': 'req-687009c8-741f-400d-a746-05b30ec0c36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621'} Body: b'{"server": {"id": "e7c84baa-b720-426e-b267-7f46da81f621", "name": "tempest-AttachVolumeNegativeTest-server-1281387318", "status": "ACTIVE", "tenant_id": "e6042d63ff1d41b49b597b0685ebaf57", "user_id": "ae957701c72c429e9b6eef383ed3605a", "metadata": {}, "hostId": "0e4a72ac1a19dddb276f4c762f9d44c509fc198bcd34ddb207846f0a", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:20Z", "updated": "2021-09-07T12:25:45Z", "addresses": {"tempest-AttachVolumeNegativeTest-1780016378-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:40:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/e7c84baa-b720-426e-b267-7f46da81f621"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/e7c84baa-b720-426e-b267-7f46da81f621"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:25:45.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": []}}' 2021-09-07 12:25:45,655 108817 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2021-09-07 12:25:45,960 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes 0.305s 2021-09-07 12:25:45,961 108817 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-AttachVolumeNegativeTest-volume-1870282531"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1824313-b404-4177-a71b-e1c7d1db0f43', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1824313-b404-4177-a71b-e1c7d1db0f43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes'} Body: b'{"volume": {"id": "215306b2-b7f3-4f98-8820-34348f24fe8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:45.836550", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1870282531", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/215306b2-b7f3-4f98-8820-34348f24fe8a"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/e6042d63ff1d41b49b597b0685ebaf57/volumes/215306b2-b7f3-4f98-8820-34348f24fe8a"}], "user_id": "ae957701c72c429e9b6eef383ed3605a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:46,020 108817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 GET http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/215306b2-b7f3-4f98-8820-34348f24fe8a 0.051s 2021-09-07 12:25:46,020 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d3a16d-f878-421b-b7e5-98cc9da30df4', 'x-openstack-request-id': 'req-24d3a16d-f878-421b-b7e5-98cc9da30df4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/e6042d63ff1d41b49b597b0685ebaf57/volumes/215306b2-b7f3-4f98-8820-34348f24fe8a'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:25:46,020 108817 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1630783. The failure could be related to https://launchpad.net/bugs/1630783 }}} 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 41, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
fail
ft35.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:53,534 108812 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 500 POST http://10.222.0.73/compute/v2.1/os-volumes 0.502s 2021-09-07 12:26:53,534 108812 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-VolumesSnapshotsTestJSON-volume-184222584"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26: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': '213', 'x-openstack-request-id': 'req-dee485ed-1fba-40dd-92e3-cdca41dc349a', 'x-compute-request-id': 'req-dee485ed-1fba-40dd-92e3-cdca41dc349a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/compute/v2.1/os-volumes'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'cinderclient.exceptions.ClientException\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 533, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/compute/volumes_client.py", line 69, in create_volume resp, body = self.post('os-volumes', post_body) 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 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'cinderclient.exceptions.ClientException'> |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
fail
ft36.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:48,634 108810 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 500 POST http://10.222.0.73/compute/v2.1/os-volumes 3.130s 2021-09-07 12:23:48,634 108810 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-VolumesGetTestJSON-Volume-1978270747", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:45 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': '213', 'x-openstack-request-id': 'req-7d45dab2-0758-47a4-95d5-833944991ae1', 'x-compute-request-id': 'req-7d45dab2-0758-47a4-95d5-833944991ae1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/compute/v2.1/os-volumes'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'cinderclient.exceptions.ClientException\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 533, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/compute/volumes_client.py", line 69, in create_volume resp, body = self.post('os-volumes', post_body) 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 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'cinderclient.exceptions.ClientException'> |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
fail
ft37.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:47,170 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types 0.319s 2021-09-07 12:23:47,171 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-963077312"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec0070c-67d6-4d50-8425-ff9da246320b', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec0070c-67d6-4d50-8425-ff9da246320b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types'} Body: b'{"volume_type": {"id": "5c69793a-f5ba-4fdc-8231-abc7c7a4de55", "name": "tempest-GroupSnapshotsTest-volume-type-963077312", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:23:47,261 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types 0.088s 2021-09-07 12:23:47,261 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1880757696"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c42676-c4a2-4943-98f8-5b21b32f5c12', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c42676-c4a2-4943-98f8-5b21b32f5c12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types'} Body: b'{"group_type": {"id": "d8a7bfa2-9131-4bc1-995a-be90a3c77f9f", "name": "tempest-GroupSnapshotsTest-group-type-1880757696", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:23:47,792 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups 0.528s 2021-09-07 12:23:47,792 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "d8a7bfa2-9131-4bc1-995a-be90a3c77f9f", "volume_types": ["5c69793a-f5ba-4fdc-8231-abc7c7a4de55"], "name": "tempest-GroupSnapshotsTest-Group-1648500285"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbe7465-139f-4909-b1ed-d66213155af6', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbe7465-139f-4909-b1ed-d66213155af6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups'} Body: b'{"group": {"id": "08bde424-accf-4430-a6dd-8f3248e9882c", "name": "tempest-GroupSnapshotsTest-Group-1648500285"}}' 2021-09-07 12:23:48,455 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c 0.661s 2021-09-07 12:23:48,455 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e870b31-a048-4807-86d7-580eb4bdc6b5', 'content-length': '393', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e870b31-a048-4807-86d7-580eb4bdc6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c'} Body: b'{"group": {"id": "08bde424-accf-4430-a6dd-8f3248e9882c", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:23:48.000000", "name": "tempest-GroupSnapshotsTest-Group-1648500285", "description": null, "group_type": "d8a7bfa2-9131-4bc1-995a-be90a3c77f9f", "volume_types": ["5c69793a-f5ba-4fdc-8231-abc7c7a4de55"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:23:48,458 108815 INFO [tempest.common.waiters] group 08bde424-accf-4430-a6dd-8f3248e9882c reached available after waiting for 0.458542 seconds 2021-09-07 12:23:49,442 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes 0.983s 2021-09-07 12:23:49,443 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "5c69793a-f5ba-4fdc-8231-abc7c7a4de55", "group_id": "08bde424-accf-4430-a6dd-8f3248e9882c", "size": 1, "name": "tempest-GroupSnapshotsTest-Volume-644743630"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1f6e4b-e75f-46ca-abe9-adb45cf82115', 'content-length': '906', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1f6e4b-e75f-46ca-abe9-adb45cf82115', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes'} Body: b'{"volume": {"id": "3188602c-1611-4397-90e7-77d4cb4d1700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:49.113970", "updated_at": null, "name": "tempest-GroupSnapshotsTest-Volume-644743630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963077312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "08bde424-accf-4430-a6dd-8f3248e9882c"}}' 2021-09-07 12:23:49,626 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700 0.170s 2021-09-07 12:23:49,627 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-052a89fb-3c2f-4aae-a365-d4906b4b6b26', 'x-openstack-request-id': 'req-052a89fb-3c2f-4aae-a365-d4906b4b6b26', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:49,831 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.202s 2021-09-07 12:23:49,832 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1926c8a4-9a49-4a37-a69e-f36aed165b89', 'content-length': '1001', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1926c8a4-9a49-4a37-a69e-f36aed165b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": [{"id": "3188602c-1611-4397-90e7-77d4cb4d1700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:49.000000", "updated_at": "2021-09-07T12:23:50.000000", "name": "tempest-GroupSnapshotsTest-Volume-644743630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963077312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "08bde424-accf-4430-a6dd-8f3248e9882c", "os-vol-tenant-attr:tenant_id": "b64f26e02c66417eb923088651c855eb"}]}' 2021-09-07 12:23:50,027 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c/action 0.186s 2021-09-07 12:23:50,028 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dfe2e6b-747c-490a-8af8-ae7e2628bb43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c/action'} Body: b'' 2021-09-07 12:23:50,208 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700 0.180s 2021-09-07 12:23:50,209 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ddc2133-6cd1-4a35-81db-ea275285f8ac', 'x-openstack-request-id': 'req-5ddc2133-6cd1-4a35-81db-ea275285f8ac', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/3188602c-1611-4397-90e7-77d4cb4d1700'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:50,209 108815 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] id=0x7fcbe410ff40>>, retrying... 2021-09-07 12:23:50,327 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.116s 2021-09-07 12:23:50,327 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d117e4dc-4ff8-4e40-8f83-e6ccc0f8e550', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d117e4dc-4ff8-4e40-8f83-e6ccc0f8e550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": []}' 2021-09-07 12:23:50,363 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c/action 0.025s 2021-09-07 12:23:50,363 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-767ea674-d05b-4396-8d4e-614cb882909a', 'x-openstack-request-id': 'req-767ea674-d05b-4396-8d4e-614cb882909a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/08bde424-accf-4430-a6dd-8f3248e9882c/action'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 08bde424-accf-4430-a6dd-8f3248e9882c could not be found."}}' 2021-09-07 12:23:50,454 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/d8a7bfa2-9131-4bc1-995a-be90a3c77f9f 0.090s 2021-09-07 12:23:50,455 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2945457-7339-4bc3-b14a-a6a5876a2823', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/d8a7bfa2-9131-4bc1-995a-be90a3c77f9f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 157, in test_create_group_from_group_snapshot vol = self.create_volume(volume_type=volume_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
fail
ft37.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:50,502 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types 0.044s 2021-09-07 12:23:50,503 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1478274644"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd6d235-1ffa-42a9-8307-a20060e5af12', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd6d235-1ffa-42a9-8307-a20060e5af12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types'} Body: b'{"volume_type": {"id": "2bd44a33-eefa-4dfc-9fef-b4d35626775a", "name": "tempest-GroupSnapshotsTest-volume-type-1478274644", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:23:50,594 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types 0.088s 2021-09-07 12:23:50,594 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1869912472"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c3fe34-ee0e-4930-9893-a5978d484f95', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c3fe34-ee0e-4930-9893-a5978d484f95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types'} Body: b'{"group_type": {"id": "c582b150-71e2-48c0-becc-a3dc63e00990", "name": "tempest-GroupSnapshotsTest-group-type-1869912472", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:23:50,745 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups 0.149s 2021-09-07 12:23:50,746 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "c582b150-71e2-48c0-becc-a3dc63e00990", "volume_types": ["2bd44a33-eefa-4dfc-9fef-b4d35626775a"], "name": "tempest-GroupSnapshotsTest-Group-1575556214"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2d175f-e500-415b-8687-7723690c11c4', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2d175f-e500-415b-8687-7723690c11c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups'} Body: b'{"group": {"id": "b687e81a-5b24-42a7-b0b7-822786674af6", "name": "tempest-GroupSnapshotsTest-Group-1575556214"}}' 2021-09-07 12:23:50,782 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6 0.035s 2021-09-07 12:23:50,783 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4fae711-c94f-40df-9089-ae795f9afed3', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4fae711-c94f-40df-9089-ae795f9afed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6'} Body: b'{"group": {"id": "b687e81a-5b24-42a7-b0b7-822786674af6", "status": "creating", "availability_zone": "nova", "created_at": "2021-09-07T12:23:51.000000", "name": "tempest-GroupSnapshotsTest-Group-1575556214", "description": null, "group_type": "c582b150-71e2-48c0-becc-a3dc63e00990", "volume_types": ["2bd44a33-eefa-4dfc-9fef-b4d35626775a"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:23:51,882 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6 0.094s 2021-09-07 12:23:51,882 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f2e3c5-db3a-41c0-aa27-00b6e83ddd03', 'content-length': '393', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f2e3c5-db3a-41c0-aa27-00b6e83ddd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6'} Body: b'{"group": {"id": "b687e81a-5b24-42a7-b0b7-822786674af6", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:23:51.000000", "name": "tempest-GroupSnapshotsTest-Group-1575556214", "description": null, "group_type": "c582b150-71e2-48c0-becc-a3dc63e00990", "volume_types": ["2bd44a33-eefa-4dfc-9fef-b4d35626775a"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:23:51,885 108815 INFO [tempest.common.waiters] group b687e81a-5b24-42a7-b0b7-822786674af6 reached available after waiting for 1.885740 seconds 2021-09-07 12:23:52,633 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes 0.747s 2021-09-07 12:23:52,633 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "2bd44a33-eefa-4dfc-9fef-b4d35626775a", "group_id": "b687e81a-5b24-42a7-b0b7-822786674af6", "size": 1, "name": "tempest-GroupSnapshotsTest-Volume-1295975038"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4fbe6e-63ce-4b08-afc8-69a2dae3a282', 'content-length': '908', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4fbe6e-63ce-4b08-afc8-69a2dae3a282', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes'} Body: b'{"volume": {"id": "6fb0e9c0-284c-49f1-8499-dba65d9656b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:52.355349", "updated_at": null, "name": "tempest-GroupSnapshotsTest-Volume-1295975038", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1478274644", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "b687e81a-5b24-42a7-b0b7-822786674af6"}}' 2021-09-07 12:23:52,826 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0 0.186s 2021-09-07 12:23:52,826 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-37acfcce-267f-4f00-9b88-1cf8d62bdbde', 'x-openstack-request-id': 'req-37acfcce-267f-4f00-9b88-1cf8d62bdbde', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:52,827 108815 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2021-09-07 12:23:52,957 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.129s 2021-09-07 12:23:52,957 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c444d7a6-0cc1-4963-aac6-4cf691960cda', 'content-length': '979', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c444d7a6-0cc1-4963-aac6-4cf691960cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": [{"id": "6fb0e9c0-284c-49f1-8499-dba65d9656b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:52.000000", "updated_at": null, "name": "tempest-GroupSnapshotsTest-Volume-1295975038", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1478274644", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "b687e81a-5b24-42a7-b0b7-822786674af6", "os-vol-tenant-attr:tenant_id": "b64f26e02c66417eb923088651c855eb"}]}' 2021-09-07 12:23:53,333 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6/action 0.368s 2021-09-07 12:23:53,334 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4906c86e-8f19-4159-aff9-7a164272ea6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6/action'} Body: b'' 2021-09-07 12:23:53,566 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0 0.232s 2021-09-07 12:23:53,566 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11eb536-819a-4c03-9fb2-2bccd0b8e17b', 'x-openstack-request-id': 'req-c11eb536-819a-4c03-9fb2-2bccd0b8e17b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/6fb0e9c0-284c-49f1-8499-dba65d9656b0'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:53,567 108815 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] id=0x7fcbe410ffd0>>, retrying... 2021-09-07 12:23:53,740 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.173s 2021-09-07 12:23:53,741 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aae7a30-0c9e-4703-9a86-8aea392fe487', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aae7a30-0c9e-4703-9a86-8aea392fe487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": []}' 2021-09-07 12:23:53,782 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6/action 0.033s 2021-09-07 12:23:53,783 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8294f37-3187-4f39-bccf-830cb72dfdef', 'x-openstack-request-id': 'req-e8294f37-3187-4f39-bccf-830cb72dfdef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/b687e81a-5b24-42a7-b0b7-822786674af6/action'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b687e81a-5b24-42a7-b0b7-822786674af6 could not be found."}}' 2021-09-07 12:23:53,840 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/c582b150-71e2-48c0-becc-a3dc63e00990 0.056s 2021-09-07 12:23:53,840 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef328bc5-c702-4582-ab9a-c270e1d87d35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/c582b150-71e2-48c0-becc-a3dc63e00990'} 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/volume/admin/test_group_snapshots.py", line 218, in test_delete_group_snapshots_following_updated_volumes volume = self.create_volume(volume_type=volume_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
fail
ft37.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:23:53,919 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types 0.069s 2021-09-07 12:23:53,920 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-316433987"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5346f6e0-3a76-4232-a987-28660e408d40', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5346f6e0-3a76-4232-a987-28660e408d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/types'} Body: b'{"volume_type": {"id": "c7b01cb9-b29a-4124-8829-fd546a87d99b", "name": "tempest-GroupSnapshotsTest-volume-type-316433987", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:23:53,976 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types 0.053s 2021-09-07 12:23:53,976 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-684924961"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3d643f-58e2-4e6c-b16a-7eca50925693', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3d643f-58e2-4e6c-b16a-7eca50925693', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types'} Body: b'{"group_type": {"id": "3331f8c3-da34-4c2d-a23d-28a300666d5e", "name": "tempest-GroupSnapshotsTest-group-type-684924961", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:23:54,208 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups 0.229s 2021-09-07 12:23:54,208 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "3331f8c3-da34-4c2d-a23d-28a300666d5e", "volume_types": ["c7b01cb9-b29a-4124-8829-fd546a87d99b"], "name": "tempest-GroupSnapshotsTest-Group-34002333"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ee553f-836d-45dc-93de-7e03aa720be4', 'content-length': '110', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ee553f-836d-45dc-93de-7e03aa720be4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups'} Body: b'{"group": {"id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "name": "tempest-GroupSnapshotsTest-Group-34002333"}}' 2021-09-07 12:23:54,272 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c 0.062s 2021-09-07 12:23:54,272 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535b4984-2b2e-4873-8ea4-1ea1a4f7f9c8', 'content-length': '390', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535b4984-2b2e-4873-8ea4-1ea1a4f7f9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c'} Body: b'{"group": {"id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "status": "creating", "availability_zone": "nova", "created_at": "2021-09-07T12:23:54.000000", "name": "tempest-GroupSnapshotsTest-Group-34002333", "description": null, "group_type": "3331f8c3-da34-4c2d-a23d-28a300666d5e", "volume_types": ["c7b01cb9-b29a-4124-8829-fd546a87d99b"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:23:55,468 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c 0.192s 2021-09-07 12:23:55,468 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37957cea-54f1-4ae1-a2af-5c2c96a8516a', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37957cea-54f1-4ae1-a2af-5c2c96a8516a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c'} Body: b'{"group": {"id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:23:54.000000", "name": "tempest-GroupSnapshotsTest-Group-34002333", "description": null, "group_type": "3331f8c3-da34-4c2d-a23d-28a300666d5e", "volume_types": ["c7b01cb9-b29a-4124-8829-fd546a87d99b"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:23:55,471 108815 INFO [tempest.common.waiters] group 44edf843-fe0b-4188-a2f9-dea1b04be37c reached available after waiting for 1.471716 seconds 2021-09-07 12:23:56,327 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes 0.855s 2021-09-07 12:23:56,328 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "c7b01cb9-b29a-4124-8829-fd546a87d99b", "group_id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "size": 1, "name": "tempest-GroupSnapshotsTest-Volume-1018915761"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e13e9c-f36f-4db0-9851-9ca5cf8f9e35', 'content-length': '907', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e13e9c-f36f-4db0-9851-9ca5cf8f9e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes'} Body: b'{"volume": {"id": "93063fb9-866e-4a33-8b13-86241c46453b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:56.036029", "updated_at": null, "name": "tempest-GroupSnapshotsTest-Volume-1018915761", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-316433987", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "44edf843-fe0b-4188-a2f9-dea1b04be37c"}}' 2021-09-07 12:23:56,621 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b 0.287s 2021-09-07 12:23:56,621 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f95de9-14a2-4555-9ef9-839559753e3b', 'x-openstack-request-id': 'req-10f95de9-14a2-4555-9ef9-839559753e3b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:56,786 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.164s 2021-09-07 12:23:56,786 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-166b9272-14f0-4ad4-ad7e-2293b98c1ecd', 'content-length': '1003', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-166b9272-14f0-4ad4-ad7e-2293b98c1ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": [{"id": "93063fb9-866e-4a33-8b13-86241c46453b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:56.000000", "updated_at": "2021-09-07T12:23:57.000000", "name": "tempest-GroupSnapshotsTest-Volume-1018915761", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-316433987", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "os-vol-tenant-attr:tenant_id": "b64f26e02c66417eb923088651c855eb"}]}' 2021-09-07 12:23:56,963 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c/action 0.169s 2021-09-07 12:23:56,964 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b009959a-b5af-466d-868c-3a250bc56485', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c/action'} Body: b'' 2021-09-07 12:23:57,045 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b 0.081s 2021-09-07 12:23:57,046 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f072bf0-3ed4-4819-992e-e8497b97c000', 'x-openstack-request-id': 'req-2f072bf0-3ed4-4819-992e-e8497b97c000', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:23:57,046 108815 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] id=0x7fcbe411b070>>, retrying... 2021-09-07 12:23:57,288 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail 0.241s 2021-09-07 12:23:57,289 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ed115d-9054-40cc-b3ea-5c20467e9a04', 'content-length': '1001', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ed115d-9054-40cc-b3ea-5c20467e9a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/detail'} Body: b'{"volumes": [{"id": "93063fb9-866e-4a33-8b13-86241c46453b", "status": "deleted", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:23:56.000000", "updated_at": "2021-09-07T12:23:57.000000", "name": "tempest-GroupSnapshotsTest-Volume-1018915761", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-316433987", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b64f26e02c66417eb923088651c855eb/volumes/93063fb9-866e-4a33-8b13-86241c46453b"}], "user_id": "ac3575d4b2f14f6ebb6559f32f5b0977", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "44edf843-fe0b-4188-a2f9-dea1b04be37c", "os-vol-tenant-attr:tenant_id": "b64f26e02c66417eb923088651c855eb"}]}' 2021-09-07 12:23:57,320 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 POST http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c/action 0.022s 2021-09-07 12:23:57,320 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-05422e8f-4bef-4e96-bc77-abc1f7c70bda', 'x-openstack-request-id': 'req-05422e8f-4bef-4e96-bc77-abc1f7c70bda', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/b64f26e02c66417eb923088651c855eb/groups/44edf843-fe0b-4188-a2f9-dea1b04be37c/action'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 44edf843-fe0b-4188-a2f9-dea1b04be37c could not be found."}}' 2021-09-07 12:23:57,371 108815 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/3331f8c3-da34-4c2d-a23d-28a300666d5e 0.050s 2021-09-07 12:23:57,371 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e96b42-4386-45c0-8119-cf9534b7f9b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/2da8e764e0b84c9b9bd2e539c06c00cd/group_types/3331f8c3-da34-4c2d-a23d-28a300666d5e'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 95, in test_group_snapshot_create_show_list_delete vol = self.create_volume(volume_type=volume_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
fail
ft38.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:03,354 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/types 0.286s 2021-09-07 12:26:03,355 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1377682948"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b4969a-2294-4deb-b6f8-293a64b57442', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b4969a-2294-4deb-b6f8-293a64b57442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/types'} Body: b'{"volume_type": {"id": "813d6894-dfab-4bce-8d4c-316fed5fabde", "name": "tempest-GroupsTest-volume-type-1377682948", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:26:03,409 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types 0.051s 2021-09-07 12:26:03,410 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1764548339"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef95ed2a-ce7b-4db3-a5b8-4ecd8a5285ae', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef95ed2a-ce7b-4db3-a5b8-4ecd8a5285ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types'} Body: b'{"group_type": {"id": "4e25c1ed-f693-4aa5-8903-21c502c85669", "name": "tempest-GroupsTest-group-type-1764548339", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:26:03,888 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups 0.476s 2021-09-07 12:26:03,888 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"], "name": "tempest-Group1-1335774569"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9819e2-6710-44ed-8bf9-64ae7f454ded', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9819e2-6710-44ed-8bf9-64ae7f454ded', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups'} Body: b'{"group": {"id": "82593015-97df-4dc8-a052-5a6d93bcb382", "name": "tempest-Group1-1335774569"}}' 2021-09-07 12:26:03,932 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382 0.041s 2021-09-07 12:26:03,932 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e28e8e-6183-4416-bcd3-e9d0dd028d37', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e28e8e-6183-4416-bcd3-e9d0dd028d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382'} Body: b'{"group": {"id": "82593015-97df-4dc8-a052-5a6d93bcb382", "status": "creating", "availability_zone": "nova", "created_at": "2021-09-07T12:26:04.000000", "name": "tempest-Group1-1335774569", "description": null, "group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"]}}' 2021-09-07 12:26:05,014 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382 0.078s 2021-09-07 12:26:05,015 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3a3475-1b96-4428-a96e-2a6167bd77fe', 'content-length': '323', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3a3475-1b96-4428-a96e-2a6167bd77fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382'} Body: b'{"group": {"id": "82593015-97df-4dc8-a052-5a6d93bcb382", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:26:04.000000", "name": "tempest-Group1-1335774569", "description": null, "group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"]}}' 2021-09-07 12:26:05,017 108817 INFO [tempest.common.waiters] group 82593015-97df-4dc8-a052-5a6d93bcb382 reached available after waiting for 2.017936 seconds 2021-09-07 12:26:05,202 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups 0.184s 2021-09-07 12:26:05,202 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"], "name": "tempest-Group2-890423931"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ba3dc75-ae94-4f1b-a607-2088705db4a6', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba3dc75-ae94-4f1b-a607-2088705db4a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups'} Body: b'{"group": {"id": "830ebd3e-98ad-46c9-9522-df3c9ec7beff", "name": "tempest-Group2-890423931"}}' 2021-09-07 12:26:05,261 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff 0.057s 2021-09-07 12:26:05,261 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e960d7d-699b-4b64-91ef-c9ae91514b6e', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e960d7d-699b-4b64-91ef-c9ae91514b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff'} Body: b'{"group": {"id": "830ebd3e-98ad-46c9-9522-df3c9ec7beff", "status": "creating", "availability_zone": "nova", "created_at": "2021-09-07T12:26:05.000000", "name": "tempest-Group2-890423931", "description": null, "group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"]}}' 2021-09-07 12:26:06,299 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff 0.033s 2021-09-07 12:26:06,299 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91410101-4a32-4460-98a1-9b40bd9fb651', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91410101-4a32-4460-98a1-9b40bd9fb651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff'} Body: b'{"group": {"id": "830ebd3e-98ad-46c9-9522-df3c9ec7beff", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:26:05.000000", "name": "tempest-Group2-890423931", "description": null, "group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"]}}' 2021-09-07 12:26:06,302 108817 INFO [tempest.common.waiters] group 830ebd3e-98ad-46c9-9522-df3c9ec7beff reached available after waiting for 1.302045 seconds 2021-09-07 12:26:06,856 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes 0.554s 2021-09-07 12:26:06,856 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-volume-1931228473", "volume_type": "813d6894-dfab-4bce-8d4c-316fed5fabde", "group_id": "82593015-97df-4dc8-a052-5a6d93bcb382", "size": 1}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e2560ad-74a4-4165-a280-a5f1aa16f74d', 'content-length': '881', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e2560ad-74a4-4165-a280-a5f1aa16f74d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes'} Body: b'{"volume": {"id": "3b21a970-74af-4060-8f7c-8b8a8c0de466", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:06.560482", "updated_at": null, "name": "tempest-volume-1931228473", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1377682948", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "82593015-97df-4dc8-a052-5a6d93bcb382"}}' 2021-09-07 12:26:06,984 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 500 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466 0.121s 2021-09-07 12:26:06,984 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-4855af24-de4e-470b-a842-1ffcbd055c47', 'x-openstack-request-id': 'req-4855af24-de4e-470b-a842-1ffcbd055c47', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:07,122 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail 0.136s 2021-09-07 12:26:07,122 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9fe37d2-fc4a-479f-a345-d49142da7461', 'content-length': '976', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9fe37d2-fc4a-479f-a345-d49142da7461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail'} Body: b'{"volumes": [{"id": "3b21a970-74af-4060-8f7c-8b8a8c0de466", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:07.000000", "updated_at": "2021-09-07T12:26:07.000000", "name": "tempest-volume-1931228473", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1377682948", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "82593015-97df-4dc8-a052-5a6d93bcb382", "os-vol-tenant-attr:tenant_id": "73ee370ef8b04c6dae30497c24ff88e7"}]}' 2021-09-07 12:26:07,202 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff/action 0.072s 2021-09-07 12:26:07,203 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13fcc215-793d-4df8-907b-f96c15f9b366', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff/action'} Body: b'' 2021-09-07 12:26:07,283 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff 0.080s 2021-09-07 12:26:07,284 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a64635b-91da-4ce0-9ed5-f811d7847ab5', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a64635b-91da-4ce0-9ed5-f811d7847ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff'} Body: b'{"group": {"id": "830ebd3e-98ad-46c9-9522-df3c9ec7beff", "status": "deleting", "availability_zone": "nova", "created_at": "2021-09-07T12:26:05.000000", "name": "tempest-Group2-890423931", "description": null, "group_type": "4e25c1ed-f693-4aa5-8903-21c502c85669", "volume_types": ["813d6894-dfab-4bce-8d4c-316fed5fabde"]}}' 2021-09-07 12:26:08,307 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff 0.017s 2021-09-07 12:26:08,308 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-4127d872-f1b7-4f4e-96fb-9783300f9af6', 'x-openstack-request-id': 'req-4127d872-f1b7-4f4e-96fb-9783300f9af6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/830ebd3e-98ad-46c9-9522-df3c9ec7beff'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 830ebd3e-98ad-46c9-9522-df3c9ec7beff could not be found."}}' 2021-09-07 12:26:08,423 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail 0.114s 2021-09-07 12:26:08,423 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df94ce4-8d92-4e22-bb43-2e3c26c343ff', 'content-length': '977', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df94ce4-8d92-4e22-bb43-2e3c26c343ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail'} Body: b'{"volumes": [{"id": "3b21a970-74af-4060-8f7c-8b8a8c0de466", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:07.000000", "updated_at": "2021-09-07T12:26:07.000000", "name": "tempest-volume-1931228473", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1377682948", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "82593015-97df-4dc8-a052-5a6d93bcb382", "os-vol-tenant-attr:tenant_id": "73ee370ef8b04c6dae30497c24ff88e7"}]}' 2021-09-07 12:26:08,537 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382/action 0.105s 2021-09-07 12:26:08,537 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3778f2-e620-4676-ba54-ce6e576e2c5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382/action'} Body: b'' 2021-09-07 12:26:08,659 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466 0.120s 2021-09-07 12:26:08,659 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d38ccb-1b64-4d69-a158-4effa1390300', 'x-openstack-request-id': 'req-40d38ccb-1b64-4d69-a158-4effa1390300', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:08,659 108817 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] id=0x7f3cf939c850>>, retrying... 2021-09-07 12:26:08,851 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail 0.191s 2021-09-07 12:26:08,852 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde03c88-321f-4ac6-a526-7da7af6ada07', 'content-length': '975', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde03c88-321f-4ac6-a526-7da7af6ada07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail'} Body: b'{"volumes": [{"id": "3b21a970-74af-4060-8f7c-8b8a8c0de466", "status": "deleted", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:07.000000", "updated_at": "2021-09-07T12:26:09.000000", "name": "tempest-volume-1931228473", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1377682948", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/3b21a970-74af-4060-8f7c-8b8a8c0de466"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "82593015-97df-4dc8-a052-5a6d93bcb382", "os-vol-tenant-attr:tenant_id": "73ee370ef8b04c6dae30497c24ff88e7"}]}' 2021-09-07 12:26:08,986 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 400 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382/action 0.126s 2021-09-07 12:26:08,987 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '278', 'content-type': 'application/json', 'x-compute-request-id': 'req-f634300e-a319-4d8d-bcdb-a3b604e5e84e', 'x-openstack-request-id': 'req-f634300e-a319-4d8d-bcdb-a3b604e5e84e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/82593015-97df-4dc8-a052-5a6d93bcb382/action'} Body: b'{"badRequest": {"code": 400, "message": "Invalid Group: Cannot delete group 82593015-97df-4dc8-a052-5a6d93bcb382. Group status must be available or error and must not have dependent group snapshots, and it cannot be the source for an ongoing group or group snapshot creation."}}' 2021-09-07 12:26:09,055 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types/4e25c1ed-f693-4aa5-8903-21c502c85669 0.067s 2021-09-07 12:26:09,056 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679a5f91-d548-4036-bcaa-7ccbe29a49d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types/4e25c1ed-f693-4aa5-8903-21c502c85669'} Body: b'' }}} 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/api/volume/base.py", line 235, in delete_group self.groups_client.delete_group(group_id, delete_volumes) File "/opt/stack/tempest/tempest/lib/services/volume/v3/groups_client.py", line 53, in delete_group resp, body = self.post('groups/%s/action' % group_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/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 Group: Cannot delete group 82593015-97df-4dc8-a052-5a6d93bcb382. Group status must be available or error and must not have dependent group snapshots, and it cannot be the source for an ongoing group or group snapshot creation.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 61, in test_group_create_show_list_delete waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
fail
ft38.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:09,109 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/types 0.050s 2021-09-07 12:26:09,110 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1418414179"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827cbd1b-f9d6-4310-b03f-64d4a40ef78f', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827cbd1b-f9d6-4310-b03f-64d4a40ef78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/types'} Body: b'{"volume_type": {"id": "8685513a-30ff-47a4-a125-3881b4f74892", "name": "tempest-GroupsTest-volume-type-1418414179", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:26:09,166 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types 0.054s 2021-09-07 12:26:09,167 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1750943323"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929a193c-3e68-4f7b-b450-74a8272b596c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929a193c-3e68-4f7b-b450-74a8272b596c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types'} Body: b'{"group_type": {"id": "2140cd9b-c380-4823-81de-8e034ba31cb7", "name": "tempest-GroupsTest-group-type-1750943323", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:26:09,330 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups 0.161s 2021-09-07 12:26:09,331 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "2140cd9b-c380-4823-81de-8e034ba31cb7", "volume_types": ["8685513a-30ff-47a4-a125-3881b4f74892"], "name": "tempest-GroupsTest-Group-965312652"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d4706a-0b16-47e8-a7e2-7dd81f1207d8', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d4706a-0b16-47e8-a7e2-7dd81f1207d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups'} Body: b'{"group": {"id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "name": "tempest-GroupsTest-Group-965312652"}}' 2021-09-07 12:26:09,397 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b 0.064s 2021-09-07 12:26:09,397 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5172f835-688b-4d19-b87b-d4dc6d630e70', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5172f835-688b-4d19-b87b-d4dc6d630e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b'} Body: b'{"group": {"id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "status": "creating", "availability_zone": "nova", "created_at": "2021-09-07T12:26:09.000000", "name": "tempest-GroupsTest-Group-965312652", "description": null, "group_type": "2140cd9b-c380-4823-81de-8e034ba31cb7", "volume_types": ["8685513a-30ff-47a4-a125-3881b4f74892"]}}' 2021-09-07 12:26:10,437 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b 0.035s 2021-09-07 12:26:10,437 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec6c8f2-1221-495f-9bde-ef49a04b1c9b', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec6c8f2-1221-495f-9bde-ef49a04b1c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b'} Body: b'{"group": {"id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:26:09.000000", "name": "tempest-GroupsTest-Group-965312652", "description": null, "group_type": "2140cd9b-c380-4823-81de-8e034ba31cb7", "volume_types": ["8685513a-30ff-47a4-a125-3881b4f74892"]}}' 2021-09-07 12:26:10,440 108817 INFO [tempest.common.waiters] group 6241c77b-f4f8-4535-8207-dbaa35fdbd1b reached available after waiting for 1.440252 seconds 2021-09-07 12:26:10,718 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes 0.277s 2021-09-07 12:26:10,718 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "8685513a-30ff-47a4-a125-3881b4f74892", "group_id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "size": 1, "name": "tempest-GroupsTest-Volume-150646731"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac16221-8689-40e4-bb2c-a1557f531fb9', 'content-length': '891', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac16221-8689-40e4-bb2c-a1557f531fb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes'} Body: b'{"volume": {"id": "bf6f8556-ab8f-4f2a-b1be-89047077c5c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:10.613870", "updated_at": null, "name": "tempest-GroupsTest-Volume-150646731", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1418414179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b"}}' 2021-09-07 12:26:10,795 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 500 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4 0.070s 2021-09-07 12:26:10,795 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9b1609-ecfe-4d71-a5c3-d8b9ff6685fc', 'x-openstack-request-id': 'req-0c9b1609-ecfe-4d71-a5c3-d8b9ff6685fc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:10,895 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail 0.099s 2021-09-07 12:26:10,896 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e995cf-a989-4a20-8e03-3aba8ae68571', 'content-length': '986', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e995cf-a989-4a20-8e03-3aba8ae68571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail'} Body: b'{"volumes": [{"id": "bf6f8556-ab8f-4f2a-b1be-89047077c5c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:11.000000", "updated_at": "2021-09-07T12:26:11.000000", "name": "tempest-GroupsTest-Volume-150646731", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1418414179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "os-vol-tenant-attr:tenant_id": "73ee370ef8b04c6dae30497c24ff88e7"}]}' 2021-09-07 12:26:11,010 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b/action 0.105s 2021-09-07 12:26:11,011 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b48ae57-c862-479c-8af6-b3121412c2d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b/action'} Body: b'' 2021-09-07 12:26:11,096 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4 0.085s 2021-09-07 12:26:11,097 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e0dfc79-9782-4479-89cb-315194090edb', 'x-openstack-request-id': 'req-4e0dfc79-9782-4479-89cb-315194090edb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:11,097 108817 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] id=0x7f3cf939c8e0>>, retrying... 2021-09-07 12:26:11,194 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail 0.096s 2021-09-07 12:26:11,195 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367cd181-e63c-444f-8500-0270311821dd', 'content-length': '985', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367cd181-e63c-444f-8500-0270311821dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/detail'} Body: b'{"volumes": [{"id": "bf6f8556-ab8f-4f2a-b1be-89047077c5c4", "status": "deleted", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:11.000000", "updated_at": "2021-09-07T12:26:11.000000", "name": "tempest-GroupsTest-Volume-150646731", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1418414179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4"}], "user_id": "dff47f87d44341a79aff6b436214e381", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "os-vol-tenant-attr:tenant_id": "73ee370ef8b04c6dae30497c24ff88e7"}]}' 2021-09-07 12:26:11,293 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b/action 0.090s 2021-09-07 12:26:11,294 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4aea8b-32d7-4416-a711-52c44dc23675', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b/action'} Body: b'' 2021-09-07 12:26:11,321 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4 0.026s 2021-09-07 12:26:11,321 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c2ef9e-08ff-46df-b390-e192da5c5ce1', 'x-openstack-request-id': 'req-c0c2ef9e-08ff-46df-b390-e192da5c5ce1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/volumes/bf6f8556-ab8f-4f2a-b1be-89047077c5c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bf6f8556-ab8f-4f2a-b1be-89047077c5c4 could not be found."}}' 2021-09-07 12:26:11,357 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b 0.035s 2021-09-07 12:26:11,358 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b1dafd-934c-444c-8c4c-1b5ca14003a6', 'content-length': '293', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b1dafd-934c-444c-8c4c-1b5ca14003a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b'} Body: b'{"group": {"id": "6241c77b-f4f8-4535-8207-dbaa35fdbd1b", "status": "deleting", "availability_zone": "nova", "created_at": "2021-09-07T12:26:09.000000", "name": "tempest-GroupsTest-Group-965312652", "description": null, "group_type": "2140cd9b-c380-4823-81de-8e034ba31cb7", "volume_types": []}}' 2021-09-07 12:26:12,377 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b 0.014s 2021-09-07 12:26:12,377 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-861a2cbd-eb2b-459a-96fb-b059b1507fc8', 'x-openstack-request-id': 'req-861a2cbd-eb2b-459a-96fb-b059b1507fc8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/73ee370ef8b04c6dae30497c24ff88e7/groups/6241c77b-f4f8-4535-8207-dbaa35fdbd1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6241c77b-f4f8-4535-8207-dbaa35fdbd1b could not be found."}}' 2021-09-07 12:26:12,408 108817 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types/2140cd9b-c380-4823-81de-8e034ba31cb7 0.030s 2021-09-07 12:26:12,409 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0707e688-104c-402e-a7e8-f2aed20ed503', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8047393a42a74bac89be4f862965371a/group_types/2140cd9b-c380-4823-81de-8e034ba31cb7'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 114, in test_group_update vol = self.create_volume(volume_type=volume_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
fail
ft39.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:16,065 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/types 0.349s 2021-09-07 12:24:16,066 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-1869114916"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d67edd-f55f-45e2-9052-645d841600c6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d67edd-f55f-45e2-9052-645d841600c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/types'} Body: b'{"volume_type": {"id": "7d79fe92-17f2-4ff1-b743-b69c51173084", "name": "tempest-GroupsV314Test-volume-type-1869114916", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:24:16,194 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/group_types 0.126s 2021-09-07 12:24:16,195 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1368152614"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625aab78-7806-4ba2-96c5-4f95e4c76ed8', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625aab78-7806-4ba2-96c5-4f95e4c76ed8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/group_types'} Body: b'{"group_type": {"id": "7afe77b9-51aa-4631-b9d5-0eac211cc8eb", "name": "tempest-GroupsV314Test-group-type-1368152614", "description": null, "is_public": true, "group_specs": {}}}' 2021-09-07 12:24:16,855 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups 0.658s 2021-09-07 12:24:16,856 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "7afe77b9-51aa-4631-b9d5-0eac211cc8eb", "volume_types": ["7d79fe92-17f2-4ff1-b743-b69c51173084"], "name": "tempest-GroupsV314Test-Group-1668761606"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ce4543-eecb-4dc2-83f1-95d9daa52458', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ce4543-eecb-4dc2-83f1-95d9daa52458', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups'} Body: b'{"group": {"id": "ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b", "name": "tempest-GroupsV314Test-Group-1668761606"}}' 2021-09-07 12:24:17,176 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b 0.318s 2021-09-07 12:24:17,176 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd6e543-363e-4174-9ac0-13e69c682c51', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd6e543-363e-4174-9ac0-13e69c682c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b'} Body: b'{"group": {"id": "ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b", "status": "available", "availability_zone": "nova", "created_at": "2021-09-07T12:24:17.000000", "name": "tempest-GroupsV314Test-Group-1668761606", "description": null, "group_type": "7afe77b9-51aa-4631-b9d5-0eac211cc8eb", "volume_types": ["7d79fe92-17f2-4ff1-b743-b69c51173084"], "group_snapshot_id": null, "source_group_id": null}}' 2021-09-07 12:24:17,179 108815 INFO [tempest.common.waiters] group ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b reached available after waiting for 0.179415 seconds 2021-09-07 12:24:17,862 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes 0.682s 2021-09-07 12:24:17,862 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "7d79fe92-17f2-4ff1-b743-b69c51173084", "group_id": "ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b", "size": 1, "name": "tempest-GroupsV314Test-Volume-2107438588"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ccd596-5f52-41f2-8e61-7b0fff500880', 'content-length': '900', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ccd596-5f52-41f2-8e61-7b0fff500880', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes'} Body: b'{"volume": {"id": "6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:17.609717", "updated_at": null, "name": "tempest-GroupsV314Test-Volume-2107438588", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1869114916", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9"}], "user_id": "c5d9b8d6cf554df291bfeb96ed45f8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b"}}' 2021-09-07 12:24:18,111 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 500 GET http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9 0.242s 2021-09-07 12:24:18,111 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca92ca4-b0b4-40ad-aef5-b791671136a7', 'x-openstack-request-id': 'req-1ca92ca4-b0b4-40ad-aef5-b791671136a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:24:19,041 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/detail 0.928s 2021-09-07 12:24:19,041 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-602a07fe-5c9f-47d9-bdf6-2c0d11a17503', 'content-length': '996', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-602a07fe-5c9f-47d9-bdf6-2c0d11a17503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/detail'} Body: b'{"volumes": [{"id": "6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:18.000000", "updated_at": "2021-09-07T12:24:18.000000", "name": "tempest-GroupsV314Test-Volume-2107438588", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1869114916", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9"}], "user_id": "c5d9b8d6cf554df291bfeb96ed45f8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b", "os-vol-tenant-attr:tenant_id": "d2f7481b330147f7ad5f99390b82a8b0"}]}' 2021-09-07 12:24:19,221 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b/action 0.172s 2021-09-07 12:24:19,221 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d817b38-c1ce-4236-a70b-4611b4ef5924', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b/action'} Body: b'' 2021-09-07 12:24:19,517 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9 0.296s 2021-09-07 12:24:19,518 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee553a82-e900-4dc3-9e94-d4870ae9aace', 'x-openstack-request-id': 'req-ee553a82-e900-4dc3-9e94-d4870ae9aace', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/6ac7a6d2-4e75-4c33-ab65-9b7bbb4a44b9'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:24:19,518 108815 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] id=0x7fcbe411b9a0>>, retrying... 2021-09-07 12:24:19,730 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/detail 0.211s 2021-09-07 12:24:19,730 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9dd5ca3-bbdd-40ec-ad0b-722e5839c707', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9dd5ca3-bbdd-40ec-ad0b-722e5839c707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/volumes/detail'} Body: b'{"volumes": []}' 2021-09-07 12:24:19,771 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 POST http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b/action 0.034s 2021-09-07 12:24:19,772 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-42b6915b-ffd5-4de8-9f36-3b33a53c997e', 'x-openstack-request-id': 'req-42b6915b-ffd5-4de8-9f36-3b33a53c997e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/d2f7481b330147f7ad5f99390b82a8b0/groups/ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b/action'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ef7f47d1-f68f-4972-8ad1-8b7fb0a9790b could not be found."}}' 2021-09-07 12:24:19,811 108815 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/group_types/7afe77b9-51aa-4631-b9d5-0eac211cc8eb 0.039s 2021-09-07 12:24:19,812 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb289f7-d462-4283-b825-033c04333d4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/3da6e25c0882440683c565a373dbe816/group_types/7afe77b9-51aa-4631-b9d5-0eac211cc8eb'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 175, in test_create_group_from_group self.create_volume(volume_type=volume_type['id'], group_id=grp['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
fail
ft40.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:13,790 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_delete_message): 200 POST http://10.222.0.73/volume/v3/c0cec4d102a6414fad6a133ab89c9b75/types 0.725s 2021-09-07 12:24:13,791 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-1272718921", "extra_specs": {"storage_protocol": "tempest-storage_protocol-1918365509", "vendor_name": "tempest-vendor_name-991708312"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4a001d-787c-4529-8de9-e22971d240bf', 'content-length': '327', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4a001d-787c-4529-8de9-e22971d240bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/c0cec4d102a6414fad6a133ab89c9b75/types'} Body: b'{"volume_type": {"id": "6959493a-4c30-48b6-b290-793edf0e3d6f", "name": "tempest-UserMessagesTest-volume-type-1272718921", "is_public": true, "extra_specs": {"storage_protocol": "tempest-storage_protocol-1918365509", "vendor_name": "tempest-vendor_name-991708312"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:24:15,143 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_delete_message): 202 POST http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes 1.349s 2021-09-07 12:24:15,143 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "6959493a-4c30-48b6-b290-793edf0e3d6f", "size": 1, "name": "tempest-UserMessagesTest-Volume-293362592"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53036a4-3fdc-40bb-bf1f-52d6c8e0cba9', 'content-length': '851', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53036a4-3fdc-40bb-bf1f-52d6c8e0cba9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes'} Body: b'{"volume": {"id": "c1904bc4-922f-4155-bc1e-491ac89d8d10", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:14.963244", "updated_at": null, "name": "tempest-UserMessagesTest-Volume-293362592", "description": null, "volume_type": "tempest-UserMessagesTest-volume-type-1272718921", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/c1904bc4-922f-4155-bc1e-491ac89d8d10"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/c1904bc4-922f-4155-bc1e-491ac89d8d10"}], "user_id": "e1a54ddc4e824789bd42c6c7177a2180", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:15,550 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_delete_message): 500 GET http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/c1904bc4-922f-4155-bc1e-491ac89d8d10 0.399s 2021-09-07 12:24:15,551 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2514f5-84c7-4abb-8707-66645e69370f', 'x-openstack-request-id': 'req-ce2514f5-84c7-4abb-8707-66645e69370f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/c1904bc4-922f-4155-bc1e-491ac89d8d10'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 68, in test_delete_message message_id = self._create_user_message() File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 42, in _create_user_message volume = self.create_volume(wait_until="error", **params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
fail
ft40.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:15,630 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_list_show_messages): 200 POST http://10.222.0.73/volume/v3/c0cec4d102a6414fad6a133ab89c9b75/types 0.076s 2021-09-07 12:24:15,630 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-1226842552", "extra_specs": {"storage_protocol": "tempest-storage_protocol-1471264073", "vendor_name": "tempest-vendor_name-1908285093"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8587e8d1-b629-4dfe-8972-7bed8d9d91ab', 'content-length': '328', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8587e8d1-b629-4dfe-8972-7bed8d9d91ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/c0cec4d102a6414fad6a133ab89c9b75/types'} Body: b'{"volume_type": {"id": "5c75e6a8-f78a-402d-9af8-bfa428b2b5b1", "name": "tempest-UserMessagesTest-volume-type-1226842552", "is_public": true, "extra_specs": {"storage_protocol": "tempest-storage_protocol-1471264073", "vendor_name": "tempest-vendor_name-1908285093"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:24:16,358 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_list_show_messages): 202 POST http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes 0.725s 2021-09-07 12:24:16,358 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "5c75e6a8-f78a-402d-9af8-bfa428b2b5b1", "size": 1, "name": "tempest-UserMessagesTest-Volume-1848399004"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a0379b-264a-4e03-b4ac-5849e3fc56c9', 'content-length': '852', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a0379b-264a-4e03-b4ac-5849e3fc56c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes'} Body: b'{"volume": {"id": "2fec7b0c-bf17-4539-bc6c-d4aa2434a00a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:16.205075", "updated_at": null, "name": "tempest-UserMessagesTest-Volume-1848399004", "description": null, "volume_type": "tempest-UserMessagesTest-volume-type-1226842552", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/2fec7b0c-bf17-4539-bc6c-d4aa2434a00a"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/2fec7b0c-bf17-4539-bc6c-d4aa2434a00a"}], "user_id": "e1a54ddc4e824789bd42c6c7177a2180", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:16,499 108820 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_list_show_messages): 500 GET http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/2fec7b0c-bf17-4539-bc6c-d4aa2434a00a 0.134s 2021-09-07 12:24:16,499 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f8ca28-d769-405a-94b9-5c7bd846af84', 'x-openstack-request-id': 'req-40f8ca28-d769-405a-94b9-5c7bd846af84', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/1c2f8d5f5ed24c3da84450ab434eb1c6/volumes/2fec7b0c-bf17-4539-bc6c-d4aa2434a00a'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 56, in test_list_show_messages message_id = self._create_user_message() File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 42, in _create_user_message volume = self.create_volume(wait_until="error", **params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
fail
ft41.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:15,746 108817 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 202 POST http://10.222.0.73/volume/v3/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes 0.468s 2021-09-07 12:26:15,746 108817 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-VolumeManageAdminTest-Volume-1569525167"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-234c49b4-9b8f-4979-a241-76a3ce103c0c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-234c49b4-9b8f-4979-a241-76a3ce103c0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes'} Body: b'{"volume": {"id": "f9cfc549-3a35-4c16-a432-0300be7d082a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:15.633851", "updated_at": null, "name": "tempest-VolumeManageAdminTest-Volume-1569525167", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes/f9cfc549-3a35-4c16-a432-0300be7d082a"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes/f9cfc549-3a35-4c16-a432-0300be7d082a"}], "user_id": "485d3f7b05dc40d59907827f951afa14", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:15,826 108817 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 500 GET http://10.222.0.73/volume/v3/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes/f9cfc549-3a35-4c16-a432-0300be7d082a 0.073s 2021-09-07 12:26:15,826 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a359b17d-3a65-469c-af34-d73df36fcfda', 'x-openstack-request-id': 'req-a359b17d-3a65-469c-af34-d73df36fcfda', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/4f3b2c3aef0e4cd5bccab4c5231dea88/volumes/f9cfc549-3a35-4c16-a432-0300be7d082a'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_manage.py", line 45, in test_unmanage_manage_volume org_vol_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 5 | 2 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt42.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
pt42.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
pt42.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] |
fail
ft42.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:07,323 108822 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.222.0.73/volume/v3/ee87eb0608064fc28de45d5feb0f02db/os-quota-sets/cc8031b128bc4af4acd52d41b839c835?usage=True 0.043s 2021-09-07 12:27:07,323 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a76d30-c1a8-49fd-b999-faac7aa738fe', 'content-length': '1076', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a76d30-c1a8-49fd-b999-faac7aa738fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/ee87eb0608064fc28de45d5feb0f02db/os-quota-sets/cc8031b128bc4af4acd52d41b839c835?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "cc8031b128bc4af4acd52d41b839c835"}}' 2021-09-07 12:27:07,672 108822 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes 0.343s 2021-09-07 12:27:07,672 108822 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-VolumeQuotasAdminTestJSON-Volume-1411470040"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2722b1ad-7f88-4a48-837b-b419f960027e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2722b1ad-7f88-4a48-837b-b419f960027e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes'} Body: b'{"volume": {"id": "647e37a6-56dd-4c45-8ff1-b73eb64eaf72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:07.593506", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1411470040", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/647e37a6-56dd-4c45-8ff1-b73eb64eaf72"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/cc8031b128bc4af4acd52d41b839c835/volumes/647e37a6-56dd-4c45-8ff1-b73eb64eaf72"}], "user_id": "9e7fb6a84e884cbbb4ca69fdcd297484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:07,738 108822 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 500 GET http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/647e37a6-56dd-4c45-8ff1-b73eb64eaf72 0.060s 2021-09-07 12:27:07,739 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0374138c-11c8-40f2-9645-b2665febd48b', 'x-openstack-request-id': 'req-0374138c-11c8-40f2-9645-b2665febd48b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/647e37a6-56dd-4c45-8ff1-b73eb64eaf72'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
fail
ft42.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:07,958 108822 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes 0.214s 2021-09-07 12:27:07,958 108822 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-VolumeQuotasAdminTestJSON-Volume-1167333984"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea222076-dbbf-4fa9-a28d-1ccd3d8443c1', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea222076-dbbf-4fa9-a28d-1ccd3d8443c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes'} Body: b'{"volume": {"id": "496419a3-d557-4c7b-a424-aa72c3eda601", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:07.877531", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1167333984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/496419a3-d557-4c7b-a424-aa72c3eda601"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/cc8031b128bc4af4acd52d41b839c835/volumes/496419a3-d557-4c7b-a424-aa72c3eda601"}], "user_id": "9e7fb6a84e884cbbb4ca69fdcd297484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:08,011 108822 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 500 GET http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/496419a3-d557-4c7b-a424-aa72c3eda601 0.046s 2021-09-07 12:27:08,011 108822 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-50cd2296-d97b-4bab-ad17-eac074b5bd01', 'x-openstack-request-id': 'req-50cd2296-d97b-4bab-ad17-eac074b5bd01', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/cc8031b128bc4af4acd52d41b839c835/volumes/496419a3-d557-4c7b-a424-aa72c3eda601'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt42.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
pt42.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_retype.VolumeRetypeWithoutMigrationTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
fail
ft43.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:05,187 108808 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.222.0.73/volume/v3/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes 0.682s 2021-09-07 12:26:05,188 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1443949256"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad2fde40-1464-462e-bb7b-6aec9cfd6007', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad2fde40-1464-462e-bb7b-6aec9cfd6007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes'} Body: b'{"volume": {"id": "b405416b-f8c8-4a1a-a020-9ae3184242e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:04.976274", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1443949256", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes/b405416b-f8c8-4a1a-a020-9ae3184242e8"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes/b405416b-f8c8-4a1a-a020-9ae3184242e8"}], "user_id": "a1b5354096be455cb04243905f852d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:05,284 108808 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 500 GET http://10.222.0.73/volume/v3/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes/b405416b-f8c8-4a1a-a020-9ae3184242e8 0.087s 2021-09-07 12:26:05,284 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0645ab69-5a4c-40f0-8755-0c3e846f4b05', 'x-openstack-request-id': 'req-0645ab69-5a4c-40f0-8755-0c3e846f4b05', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/acca59da9e414f6eb1c6bbd9ad04d3b0/volumes/b405416b-f8c8-4a1a-a020-9ae3184242e8'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 200, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 4 | 1 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt44.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
pt44.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
pt44.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] |
fail
ft44.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:17,494 108810 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.222.0.73/volume/v3/071145dcbbf049cd87cb14e7b4c7de06/volumes 1.100s 2021-09-07 12:24:17,495 108810 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-VolumesServicesTestJSON-Volume-837950299"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c903d025-4d35-4168-bea8-0e83f225b8fe', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c903d025-4d35-4168-bea8-0e83f225b8fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/071145dcbbf049cd87cb14e7b4c7de06/volumes'} Body: b'{"volume": {"id": "822d76a6-d4d5-4321-8ea9-b02783ad41d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:17.266289", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-837950299", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/071145dcbbf049cd87cb14e7b4c7de06/volumes/822d76a6-d4d5-4321-8ea9-b02783ad41d5"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/071145dcbbf049cd87cb14e7b4c7de06/volumes/822d76a6-d4d5-4321-8ea9-b02783ad41d5"}], "user_id": "2d26945a9e8949a7a0d558cca3773d1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:17,794 108810 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 500 GET http://10.222.0.73/volume/v3/071145dcbbf049cd87cb14e7b4c7de06/volumes/822d76a6-d4d5-4321-8ea9-b02783ad41d5 0.292s 2021-09-07 12:24:17,794 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd13f63-5475-431c-bc62-fa4f2835f973', 'x-openstack-request-id': 'req-fcd13f63-5475-431c-bc62-fa4f2835f973', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/071145dcbbf049cd87cb14e7b4c7de06/volumes/822d76a6-d4d5-4321-8ea9-b02783ad41d5'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt44.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
fail
ft45.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:29,908 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types 0.195s 2021-09-07 12:24:29,908 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-149601418", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-404489f4-d884-4ee3-bfd6-a35df517ab69', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-404489f4-d884-4ee3-bfd6-a35df517ab69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types'} Body: b'{"volume_type": {"id": "14b3c7d6-347b-4eb4-b5be-bd1e0300cd75", "name": "tempest-VolumeTypesAccessTest-volume-type-149601418", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2021-09-07 12:24:30,121 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes 0.210s 2021-09-07 12:24:30,122 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "14b3c7d6-347b-4eb4-b5be-bd1e0300cd75", "size": 1}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-69004eb5-a6bc-4bde-b0e6-baeaed265382', 'x-openstack-request-id': 'req-69004eb5-a6bc-4bde-b0e6-baeaed265382', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 14b3c7d6-347b-4eb4-b5be-bd1e0300cd75 could not be found."}}' 2021-09-07 12:24:30,122 108810 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2021-09-07 12:24:30,167 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types/14b3c7d6-347b-4eb4-b5be-bd1e0300cd75/action 0.044s 2021-09-07 12:24:30,167 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addProjectAccess": {"project": "9cb0fb004c194164a3b299a23667edf5"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:30 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-1fc5f5a3-f117-4ca2-a981-b53041c633d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types/14b3c7d6-347b-4eb4-b5be-bd1e0300cd75/action'} Body: b'' 2021-09-07 12:24:30,595 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes 0.427s 2021-09-07 12:24:30,596 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "14b3c7d6-347b-4eb4-b5be-bd1e0300cd75", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-66072550"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d63f5bc-a903-498c-9c32-c3cc4298186b', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d63f5bc-a903-498c-9c32-c3cc4298186b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes'} Body: b'{"volume": {"id": "dd607a30-98ac-4bef-92b3-fea7abc7c78a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:30.442468", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-66072550", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-149601418", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes/dd607a30-98ac-4bef-92b3-fea7abc7c78a"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/9cb0fb004c194164a3b299a23667edf5/volumes/dd607a30-98ac-4bef-92b3-fea7abc7c78a"}], "user_id": "054b41821f604027be6632598b9e6a66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:30,662 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 500 GET http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes/dd607a30-98ac-4bef-92b3-fea7abc7c78a 0.060s 2021-09-07 12:24:30,663 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb45323-0571-4443-9061-cc0a5921a867', 'x-openstack-request-id': 'req-7eb45323-0571-4443-9061-cc0a5921a867', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/9cb0fb004c194164a3b299a23667edf5/volumes/dd607a30-98ac-4bef-92b3-fea7abc7c78a'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:24:30,705 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types/14b3c7d6-347b-4eb4-b5be-bd1e0300cd75/action 0.041s 2021-09-07 12:24:30,705 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"removeProjectAccess": {"project": "9cb0fb004c194164a3b299a23667edf5"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:30 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-2cd92d5c-f979-45f8-be36-cc35b8609ff7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/8ad76cbd30b046ceb3f65c1a9c65f24c/types/14b3c7d6-347b-4eb4-b5be-bd1e0300cd75/action'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt45.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 | 4 | 1 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
fail
ft46.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:41,178 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.73/volume/v3/ecf502fde7fc45059ceb2fa06222145e/types 0.717s 2021-09-07 12:24:41,178 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1118102616", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff8901c-53af-416a-baeb-243a8808f4fe', 'content-length': '278', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff8901c-53af-416a-baeb-243a8808f4fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/ecf502fde7fc45059ceb2fa06222145e/types'} Body: b'{"volume_type": {"id": "7d705dd2-a6e4-4c89-8f41-15d7705c4e1e", "name": "tempest-VolumeTypesTest-volume-type-1118102616", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:24:41,246 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.73/volume/v3/ecf502fde7fc45059ceb2fa06222145e/types 0.065s 2021-09-07 12:24:41,247 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1079999287", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec83fd7-ef15-49e3-8471-e12b7114f84f', 'content-length': '278', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec83fd7-ef15-49e3-8471-e12b7114f84f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/volume/v3/ecf502fde7fc45059ceb2fa06222145e/types'} Body: b'{"volume_type": {"id": "9ad0f38a-8ee9-475e-902e-547ff88d65ab", "name": "tempest-VolumeTypesTest-volume-type-1079999287", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-09-07 12:24:41,949 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.222.0.73/volume/v3/4f119e9ac1a043ed83afb2635dfd0098/volumes 0.699s 2021-09-07 12:24:41,949 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-888491927", "volume_type": "7d705dd2-a6e4-4c89-8f41-15d7705c4e1e", "size": 1}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77638b1e-c650-4640-81a8-4051c2b081a3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77638b1e-c650-4640-81a8-4051c2b081a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/4f119e9ac1a043ed83afb2635dfd0098/volumes'} Body: b'{"volume": {"id": "304c20e4-0a17-4c77-9c3f-0aac9139cc13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:41.793428", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-888491927", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1118102616", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/4f119e9ac1a043ed83afb2635dfd0098/volumes/304c20e4-0a17-4c77-9c3f-0aac9139cc13"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/4f119e9ac1a043ed83afb2635dfd0098/volumes/304c20e4-0a17-4c77-9c3f-0aac9139cc13"}], "user_id": "8ab44ef1ece745c1aaa21835bb918a6b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:42,063 108810 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 500 GET http://10.222.0.73/volume/v3/4f119e9ac1a043ed83afb2635dfd0098/volumes/304c20e4-0a17-4c77-9c3f-0aac9139cc13 0.106s 2021-09-07 12:24:42,063 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f2c02f-702e-41cd-986a-d86003d26e09', 'x-openstack-request-id': 'req-45f2c02f-702e-41cd-986a-d86003d26e09', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/4f119e9ac1a043ed83afb2635dfd0098/volumes/304c20e4-0a17-4c77-9c3f-0aac9139cc13'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt46.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
pt46.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
pt46.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
pt46.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 0 | 6 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft47.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:'': {{{ 2021-09-07 12:27:03,739 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.096s 2021-09-07 12:27:03,739 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3393', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-be3b80a7-101a-4772-b624-0fd3b18d56cd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0f95c31bcfe42f39a460270077e44cd", "name": "tempest-VolumesActionsTest-1055797425-project", "password_expires_at": null}, "audit_ids": ["Mdp-zqyaRrOaRWG5i989QA"], "expires_at": "2021-09-07T13:27:03.000000Z", "issued_at": "2021-09-07T12:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6abd673cb5804cc5b21736c928812090", "name": "tempest-VolumesActionsTest-1055797425"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/6abd673cb5804cc5b21736c928812090", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_6abd673cb5804cc5b21736c928812090", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:27:03,740 108812 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'f908a765-8d0e-4856-9c94-c240cec23892', 'name': 'tempest-VolumesActionsTest-1535511952-network', 'tenant_id': '6abd673cb5804cc5b21736c928812090', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6abd673cb5804cc5b21736c928812090', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 731, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:27:01Z', 'updated_at': '2021-09-07T12:27:01Z', 'revision_number': 1} available for tenant 2021-09-07 12:27:04,526 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.222.0.73/compute/v2.1/servers 0.785s 2021-09-07 12:27:04,527 108812 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-1610754459", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "flavorRef": "452", "networks": [{"uuid": "f908a765-8d0e-4856-9c94-c240cec23892"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9edc021b-f241-4844-bfcd-e87bb3de00ad', 'x-compute-request-id': 'req-9edc021b-f241-4844-bfcd-e87bb3de00ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QMztbe5LnXxK"}}' 2021-09-07 12:27:04,625 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.096s 2021-09-07 12:27:04,625 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:04 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-c5f5f972-528a-4d57-8ac1-46beaad0c26b', 'x-compute-request-id': 'req-c5f5f972-528a-4d57-8ac1-46beaad0c26b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:05,730 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.096s 2021-09-07 12:27:05,730 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb7634e5-6129-4464-bc74-8a82fe6a6411', 'x-compute-request-id': 'req-eb7634e5-6129-4464-bc74-8a82fe6a6411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:05,737 108812 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2021-09-07 12:27:07,035 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.296s 2021-09-07 12:27:07,035 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:06 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-156ef1f0-0745-4879-9205-cad36e1eae9a', 'x-compute-request-id': 'req-156ef1f0-0745-4879-9205-cad36e1eae9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:08,225 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.181s 2021-09-07 12:27:08,226 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:08 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-754a9935-0f83-433b-bede-5e2844b70031', 'x-compute-request-id': 'req-754a9935-0f83-433b-bede-5e2844b70031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:09,419 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.184s 2021-09-07 12:27:09,420 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:09 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-635ac2d4-8d02-4afe-afe9-3259746011cd', 'x-compute-request-id': 'req-635ac2d4-8d02-4afe-afe9-3259746011cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:10,599 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.171s 2021-09-07 12:27:10,599 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:10 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-fdc586db-09dd-47f8-933e-8d0782402b8e', 'x-compute-request-id': 'req-fdc586db-09dd-47f8-933e-8d0782402b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:11,800 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.193s 2021-09-07 12:27:11,801 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:11 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-04bbb086-b7b0-43c6-86e9-91898d1466f9', 'x-compute-request-id': 'req-04bbb086-b7b0-43c6-86e9-91898d1466f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:12,984 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.175s 2021-09-07 12:27:12,985 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:12 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-7b66b597-d34c-411c-9f8c-4658d57deb5e', 'x-compute-request-id': 'req-7b66b597-d34c-411c-9f8c-4658d57deb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "BUILD", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "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": []}}' 2021-09-07 12:27:14,149 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.157s 2021-09-07 12:27:14,149 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1499', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e37fc600-8841-4e0e-b2a7-f50d06ebe9ce', 'x-compute-request-id': 'req-e37fc600-8841-4e0e-b2a7-f50d06ebe9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "ACTIVE", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:13Z", "addresses": {"tempest-VolumesActionsTest-1535511952-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:c4:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:27:12.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": []}}' 2021-09-07 12:27:14,157 108812 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2021-09-07 12:27:14,405 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.247s 2021-09-07 12:27:14,406 108812 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-VolumesActionsTest-Volume-61994615"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4459b063-5790-441c-890a-32ad8f50287d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4459b063-5790-441c-890a-32ad8f50287d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "cbc63a0c-e70d-4ef4-b660-790e7ea43282", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:14.320774", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-61994615", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/cbc63a0c-e70d-4ef4-b660-790e7ea43282"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/cbc63a0c-e70d-4ef4-b660-790e7ea43282"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:14,466 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/cbc63a0c-e70d-4ef4-b660-790e7ea43282 0.053s 2021-09-07 12:27:14,466 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a789ade0-194a-4f63-a224-fbbe191bbbab', 'x-openstack-request-id': 'req-a789ade0-194a-4f63-a224-fbbe191bbbab', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/cbc63a0c-e70d-4ef4-b660-790e7ea43282'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:27:14,612 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.144s 2021-09-07 12:27:14,613 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27: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-a703bc04-a7c3-413c-b55f-b2a88b18b0ab', 'x-compute-request-id': 'req-a703bc04-a7c3-413c-b55f-b2a88b18b0ab', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'' 2021-09-07 12:27:14,781 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.167s 2021-09-07 12:27:14,781 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3a3da02-b007-4be7-a128-fc70c1866978', 'x-compute-request-id': 'req-e3a3da02-b007-4be7-a128-fc70c1866978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "ACTIVE", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:15Z", "addresses": {"tempest-VolumesActionsTest-1535511952-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:c4:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:27:12.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": []}}' 2021-09-07 12:27:15,958 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.167s 2021-09-07 12:27:15,959 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6973a5c8-b748-496e-9e3e-4a89ed5f60bc', 'x-compute-request-id': 'req-6973a5c8-b748-496e-9e3e-4a89ed5f60bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"server": {"id": "41631339-4f63-4d41-a5b7-162a033f46f5", "name": "tempest-VolumesActionsTest-instance-1610754459", "status": "ACTIVE", "tenant_id": "6abd673cb5804cc5b21736c928812090", "user_id": "b0f95c31bcfe42f39a460270077e44cd", "metadata": {}, "hostId": "7699d6b8a61dcc462ba7a10bf8e2824fcfe86c58447e437a164207f1", "image": {"id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/d67ffb96-e633-462e-965d-c3cf5dc229af"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:27:04Z", "updated": "2021-09-07T12:27:15Z", "addresses": {"tempest-VolumesActionsTest-1535511952-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:c4:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/41631339-4f63-4d41-a5b7-162a033f46f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-09-07T12:27:12.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": []}}' 2021-09-07 12:27:17,000 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5 0.032s 2021-09-07 12:27:17,000 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27: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-e47a7a78-67c4-49cb-b5dc-ca32397cfc89', 'x-compute-request-id': 'req-e47a7a78-67c4-49cb-b5dc-ca32397cfc89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/41631339-4f63-4d41-a5b7-162a033f46f5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 41631339-4f63-4d41-a5b7-162a033f46f5 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 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
fail
ft47.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:17,219 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.215s 2021-09-07 12:27:17,220 108812 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-VolumesActionsTest-Volume-726932776"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272a1d03-263a-476f-8530-37502647b1c9', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272a1d03-263a-476f-8530-37502647b1c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "750af5ae-3714-45a0-81f9-748e37e4fdad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:17.138335", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-726932776", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/750af5ae-3714-45a0-81f9-748e37e4fdad"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/750af5ae-3714-45a0-81f9-748e37e4fdad"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:17,273 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/750af5ae-3714-45a0-81f9-748e37e4fdad 0.048s 2021-09-07 12:27:17,274 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fd3c9f-e76a-44ed-9b2d-aa85938b5125', 'x-openstack-request-id': 'req-80fd3c9f-e76a-44ed-9b2d-aa85938b5125', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/750af5ae-3714-45a0-81f9-748e37e4fdad'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
fail
ft47.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:17,521 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.244s 2021-09-07 12:27:17,521 108812 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-VolumesActionsTest-Volume-360942493"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4361bcdc-22d8-4c77-843a-274895ff8f19', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4361bcdc-22d8-4c77-843a-274895ff8f19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "d724757d-daf9-48c6-838a-73f006a26aa5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:17.426838", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-360942493", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/d724757d-daf9-48c6-838a-73f006a26aa5"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/d724757d-daf9-48c6-838a-73f006a26aa5"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:17,591 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/d724757d-daf9-48c6-838a-73f006a26aa5 0.061s 2021-09-07 12:27:17,591 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2b5614a-eb8a-4864-89e4-2801c4de508f', 'x-openstack-request-id': 'req-b2b5614a-eb8a-4864-89e4-2801c4de508f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/d724757d-daf9-48c6-838a-73f006a26aa5'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
fail
ft47.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:17,825 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.231s 2021-09-07 12:27:17,825 108812 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-VolumesActionsTest-Volume-1826172243"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd38224-d0d4-49d5-b531-a0b13f1c23fc', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd38224-d0d4-49d5-b531-a0b13f1c23fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "ce45c7f5-3b81-4e58-81bc-d53651d9bed8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:17.736518", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1826172243", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/ce45c7f5-3b81-4e58-81bc-d53651d9bed8"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/ce45c7f5-3b81-4e58-81bc-d53651d9bed8"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:17,886 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/ce45c7f5-3b81-4e58-81bc-d53651d9bed8 0.054s 2021-09-07 12:27:17,887 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb66890-332c-49f5-aa05-1748268dbe95', 'x-openstack-request-id': 'req-cbb66890-332c-49f5-aa05-1748268dbe95', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/ce45c7f5-3b81-4e58-81bc-d53651d9bed8'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
fail
ft47.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:18,102 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.212s 2021-09-07 12:27:18,102 108812 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-VolumesActionsTest-Volume-242325480"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1e4d57-8c0f-4b8b-aa04-7f8f2c9b20ee', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1e4d57-8c0f-4b8b-aa04-7f8f2c9b20ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "60f6fbaf-ea26-4462-a926-1703aa07f8d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:18.024392", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-242325480", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/60f6fbaf-ea26-4462-a926-1703aa07f8d5"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/60f6fbaf-ea26-4462-a926-1703aa07f8d5"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:18,154 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/60f6fbaf-ea26-4462-a926-1703aa07f8d5 0.045s 2021-09-07 12:27:18,155 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-533a1f4e-a88b-493a-b409-2c33d508780c', 'x-openstack-request-id': 'req-533a1f4e-a88b-493a-b409-2c33d508780c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/60f6fbaf-ea26-4462-a926-1703aa07f8d5'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
fail
ft47.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:27:18,375 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes 0.217s 2021-09-07 12:27:18,375 108812 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-VolumesActionsTest-Volume-1952612027"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f841c8-d45f-480f-9bde-69b57fd938ba', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f841c8-d45f-480f-9bde-69b57fd938ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes'} Body: b'{"volume": {"id": "23e117d4-f21b-43c3-a73d-1b37acf0cf0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:27:18.291312", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1952612027", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/23e117d4-f21b-43c3-a73d-1b37acf0cf0e"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/6abd673cb5804cc5b21736c928812090/volumes/23e117d4-f21b-43c3-a73d-1b37acf0cf0e"}], "user_id": "b0f95c31bcfe42f39a460270077e44cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:27:18,428 108812 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 500 GET http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/23e117d4-f21b-43c3-a73d-1b37acf0cf0e 0.045s 2021-09-07 12:27:18,429 108812 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa2d6ab-4be5-46dd-ac12-bc34f30c6b22', 'x-openstack-request-id': 'req-7aa2d6ab-4be5-46dd-ac12-bc34f30c6b22', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/6abd673cb5804cc5b21736c928812090/volumes/23e117d4-f21b-43c3-a73d-1b37acf0cf0e'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
fail
ft48.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:48,505 108818 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes 0.948s 2021-09-07 12:24:48,505 108818 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-VolumesDeleteCascade-Volume-1421096880"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0038aca6-102e-4922-bba8-8e827e3e8a26', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0038aca6-102e-4922-bba8-8e827e3e8a26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes'} Body: b'{"volume": {"id": "90792fae-3d91-4f6e-9ca8-300f7c081b84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:48.349071", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1421096880", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/90792fae-3d91-4f6e-9ca8-300f7c081b84"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/179a4723fd6e45acaf5a45330986895c/volumes/90792fae-3d91-4f6e-9ca8-300f7c081b84"}], "user_id": "5aa73546186f43a2bf95e1183a76aa0c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:48,615 108818 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 500 GET http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/90792fae-3d91-4f6e-9ca8-300f7c081b84 0.103s 2021-09-07 12:24:48,616 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92be8fd-5b93-4e60-8d74-2264d9ccaa61', 'x-openstack-request-id': 'req-c92be8fd-5b93-4e60-8d74-2264d9ccaa61', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/90792fae-3d91-4f6e-9ca8-300f7c081b84'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
fail
ft48.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:48,938 108818 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes 0.316s 2021-09-07 12:24:48,938 108818 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-VolumesDeleteCascade-Volume-2102755806"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9433a38b-ae46-4186-80c0-d94e8af3442d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9433a38b-ae46-4186-80c0-d94e8af3442d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes'} Body: b'{"volume": {"id": "dd260572-34ff-4012-b541-e27dbd19e635", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:48.838516", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2102755806", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/dd260572-34ff-4012-b541-e27dbd19e635"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/179a4723fd6e45acaf5a45330986895c/volumes/dd260572-34ff-4012-b541-e27dbd19e635"}], "user_id": "5aa73546186f43a2bf95e1183a76aa0c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:49,011 108818 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 500 GET http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/dd260572-34ff-4012-b541-e27dbd19e635 0.066s 2021-09-07 12:24:49,011 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf027b23-f66e-4cc3-a023-1d8401397c01', 'x-openstack-request-id': 'req-cf027b23-f66e-4cc3-a023-1d8401397c01', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/179a4723fd6e45acaf5a45330986895c/volumes/dd260572-34ff-4012-b541-e27dbd19e635'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
fail
ft49.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:57,785 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes 1.010s 2021-09-07 12:24:57,786 108810 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-VolumesTransfersTest-Volume-1567247952"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2440ad-6347-418d-a2f2-e34a58232f95', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2440ad-6347-418d-a2f2-e34a58232f95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes'} Body: b'{"volume": {"id": "54191376-e30a-4e2c-a28e-70edec05de8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:57.644231", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1567247952", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/54191376-e30a-4e2c-a28e-70edec05de8b"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b48667899d8b411fb817183a8632bbdb/volumes/54191376-e30a-4e2c-a28e-70edec05de8b"}], "user_id": "51985e0ae4f14cf08ef0e253531c6741", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:57,852 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 500 GET http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/54191376-e30a-4e2c-a28e-70edec05de8b 0.060s 2021-09-07 12:24:57,853 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bef408-da09-4a55-9e4a-4823b1b91790', 'x-openstack-request-id': 'req-67bef408-da09-4a55-9e4a-4823b1b91790', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/54191376-e30a-4e2c-a28e-70edec05de8b'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
fail
ft49.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:58,261 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes 0.406s 2021-09-07 12:24:58,261 108810 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-VolumesTransfersTest-Volume-773238896"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef561e7-0bf8-42df-98b8-15923eb24e89', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef561e7-0bf8-42df-98b8-15923eb24e89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes'} Body: b'{"volume": {"id": "ad274c44-5dd1-4522-8142-c3715ac5bed6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:58.108235", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-773238896", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/ad274c44-5dd1-4522-8142-c3715ac5bed6"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/b48667899d8b411fb817183a8632bbdb/volumes/ad274c44-5dd1-4522-8142-c3715ac5bed6"}], "user_id": "51985e0ae4f14cf08ef0e253531c6741", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:58,341 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 500 GET http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/ad274c44-5dd1-4522-8142-c3715ac5bed6 0.072s 2021-09-07 12:24:58,341 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-76609c17-0ecc-45c1-a1de-bcca6ad168d4', 'x-openstack-request-id': 'req-76609c17-0ecc-45c1-a1de-bcca6ad168d4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/b48667899d8b411fb817183a8632bbdb/volumes/ad274c44-5dd1-4522-8142-c3715ac5bed6'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
fail
ft50.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:25:04,935 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes 0.593s 2021-09-07 12:25:04,935 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1064861674"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a47c87-819a-4cba-a3f9-bdd146d65c13', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2a47c87-819a-4cba-a3f9-bdd146d65c13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes'} Body: b'{"volume": {"id": "e3089223-7a3d-42d4-b040-33ea486a43eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:04.822848", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1064861674", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/e3089223-7a3d-42d4-b040-33ea486a43eb"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/3cb10ca0bd90423dae5c7af1a0642db7/volumes/e3089223-7a3d-42d4-b040-33ea486a43eb"}], "user_id": "c69d03003ad44f0197d99f7c3c4e1f15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-09-07 12:25:05,044 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 500 GET http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/e3089223-7a3d-42d4-b040-33ea486a43eb 0.099s 2021-09-07 12:25:05,045 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4b784a-f0f4-4086-8bce-2b63a48b7e9b', 'x-openstack-request-id': 'req-7b4b784a-f0f4-4086-8bce-2b63a48b7e9b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/e3089223-7a3d-42d4-b040-33ea486a43eb'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 126, in test_create_get_list_accept_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
fail
ft50.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:25:05,357 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes 0.310s 2021-09-07 12:25:05,357 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1216979785"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917fcae5-567e-4170-b3f8-e77481f3f7f0', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917fcae5-567e-4170-b3f8-e77481f3f7f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes'} Body: b'{"volume": {"id": "d04c227c-5026-4f5b-8454-0c2bd8ae6081", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:05.228008", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1216979785", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/d04c227c-5026-4f5b-8454-0c2bd8ae6081"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/3cb10ca0bd90423dae5c7af1a0642db7/volumes/d04c227c-5026-4f5b-8454-0c2bd8ae6081"}], "user_id": "c69d03003ad44f0197d99f7c3c4e1f15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-09-07 12:25:05,485 108810 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 500 GET http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/d04c227c-5026-4f5b-8454-0c2bd8ae6081 0.122s 2021-09-07 12:25:05,486 108810 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e32bf8-9daa-48d9-b03d-8f343135f4c7', 'x-openstack-request-id': 'req-a0e32bf8-9daa-48d9-b03d-8f343135f4c7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/3cb10ca0bd90423dae5c7af1a0642db7/volumes/d04c227c-5026-4f5b-8454-0c2bd8ae6081'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 132, in test_create_list_delete_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
fail
ft51.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:45,007 108820 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af 0.200s 2021-09-07 12:24:45,008 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-869abbe6-0920-46f0-a8e2-f877d718aa59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af'} 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": "cced0ade383a43faa7b2f7d3db1b19ad", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "created_at": "2021-09-07T12:17:09Z", "updated_at": "2021-09-07T12:17:25Z", "tags": [], "self": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af", "file": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af/file", "schema": "/v2/schemas/image"}' 2021-09-07 12:24:45,623 108820 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes 0.614s 2021-09-07 12:24:45,623 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "size": 1, "name": "tempest-VolumesCloneTest-Volume-395748378"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a727f59-5f86-4780-99de-95a707057c95', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a727f59-5f86-4780-99de-95a707057c95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes'} Body: b'{"volume": {"id": "3cf7b611-2d28-4a74-9954-960e37755a54", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:45.439554", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-395748378", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/3cf7b611-2d28-4a74-9954-960e37755a54"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/0cd30f025f904aceb232301e4fe2e94a/volumes/3cf7b611-2d28-4a74-9954-960e37755a54"}], "user_id": "4e9ef0b117554ec3a8fe821b6d75cc13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:45,721 108820 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 500 GET http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/3cf7b611-2d28-4a74-9954-960e37755a54 0.091s 2021-09-07 12:24:45,722 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cfdad2-5c99-4391-b029-2a5b26abf5b0', 'x-openstack-request-id': 'req-e9cfdad2-5c99-4391-b029-2a5b26abf5b0', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/3cf7b611-2d28-4a74-9954-960e37755a54'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
fail
ft51.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:46,041 108820 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes 0.316s 2021-09-07 12:24:46,041 108820 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-VolumesCloneTest-Volume-134067221"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fe8830-e4af-4988-b468-1e15a1f8ea16', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fe8830-e4af-4988-b468-1e15a1f8ea16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes'} Body: b'{"volume": {"id": "781e06c8-04a5-48a6-a257-33bb8b0dc603", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:45.888625", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-134067221", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/781e06c8-04a5-48a6-a257-33bb8b0dc603"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/0cd30f025f904aceb232301e4fe2e94a/volumes/781e06c8-04a5-48a6-a257-33bb8b0dc603"}], "user_id": "4e9ef0b117554ec3a8fe821b6d75cc13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:46,149 108820 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 500 GET http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/781e06c8-04a5-48a6-a257-33bb8b0dc603 0.101s 2021-09-07 12:24:46,149 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-52374873-e886-4730-bdf6-65904ce9c8d6', 'x-openstack-request-id': 'req-52374873-e886-4730-bdf6-65904ce9c8d6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/0cd30f025f904aceb232301e4fe2e94a/volumes/781e06c8-04a5-48a6-a257-33bb8b0dc603'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
fail
ft52.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:10,981 108808 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.222.0.73/volume/v3/9a696fc686d44a2c8b75ff6289655dcb/volumes 0.409s 2021-09-07 12:26:10,981 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-1980713715"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c409799c-fc2d-4f73-a140-863db5959997', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c409799c-fc2d-4f73-a140-863db5959997', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/9a696fc686d44a2c8b75ff6289655dcb/volumes'} Body: b'{"volume": {"id": "d8741355-f074-4687-917c-8c322d955395", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2021-09-07T12:26:10.884385", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1980713715", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/9a696fc686d44a2c8b75ff6289655dcb/volumes/d8741355-f074-4687-917c-8c322d955395"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/9a696fc686d44a2c8b75ff6289655dcb/volumes/d8741355-f074-4687-917c-8c322d955395"}], "user_id": "dce326e275a04aafa4578c43285f94b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:11,044 108808 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 500 GET http://10.222.0.73/volume/v3/9a696fc686d44a2c8b75ff6289655dcb/volumes/d8741355-f074-4687-917c-8c322d955395 0.056s 2021-09-07 12:26:11,044 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f92d22-6c9d-4813-b554-4b184cf0ee18', 'x-openstack-request-id': 'req-80f92d22-6c9d-4813-b554-4b184cf0ee18', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/9a696fc686d44a2c8b75ff6289655dcb/volumes/d8741355-f074-4687-917c-8c322d955395'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
fail
ft53.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:53,024 108818 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af 0.397s 2021-09-07 12:24:53,025 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e931e5fe-b627-442d-8a91-0553022f22d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af'} 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": "cced0ade383a43faa7b2f7d3db1b19ad", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "created_at": "2021-09-07T12:17:09Z", "updated_at": "2021-09-07T12:17:25Z", "tags": [], "self": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af", "file": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af/file", "schema": "/v2/schemas/image"}' 2021-09-07 12:24:53,638 108818 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes 0.613s 2021-09-07 12:24:53,639 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1223409983"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54aceaa4-b946-4782-ba50-ac0ea70dc480', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54aceaa4-b946-4782-ba50-ac0ea70dc480', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes'} Body: b'{"volume": {"id": "270082d7-668c-475f-877e-f2a04beff5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:53.477808", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1223409983", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/270082d7-668c-475f-877e-f2a04beff5bc"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/0120118ea1354462b819d11d1e8ef08c/volumes/270082d7-668c-475f-877e-f2a04beff5bc"}], "user_id": "2e414994108a4884804a6c9c6a1f7b26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:53,761 108818 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 500 GET http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/270082d7-668c-475f-877e-f2a04beff5bc 0.116s 2021-09-07 12:24:53,761 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-b877cbc8-f6a0-411c-b708-3dee7df04b95', 'x-openstack-request-id': 'req-b877cbc8-f6a0-411c-b708-3dee7df04b95', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/270082d7-668c-475f-877e-f2a04beff5bc'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
fail
ft53.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:54,093 108818 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes 0.329s 2021-09-07 12:24:54,093 108818 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-VolumesExtendTest-Volume-202063495"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b050bb-b30e-4c78-aff0-968ea730d5af', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b050bb-b30e-4c78-aff0-968ea730d5af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes'} Body: b'{"volume": {"id": "91f05459-a3c0-4932-85b2-178b7a49e770", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:53.970407", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-202063495", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/91f05459-a3c0-4932-85b2-178b7a49e770"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/0120118ea1354462b819d11d1e8ef08c/volumes/91f05459-a3c0-4932-85b2-178b7a49e770"}], "user_id": "2e414994108a4884804a6c9c6a1f7b26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:54,170 108818 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 500 GET http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/91f05459-a3c0-4932-85b2-178b7a49e770 0.069s 2021-09-07 12:24:54,170 108818 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac37e97-6a20-45d6-9b56-e39aa5ebb326', 'x-openstack-request-id': 'req-fac37e97-6a20-45d6-9b56-e39aa5ebb326', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/0120118ea1354462b819d11d1e8ef08c/volumes/91f05459-a3c0-4932-85b2-178b7a49e770'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
fail
ft54.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:50,835 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes 0.566s 2021-09-07 12:24:50,835 108815 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-VolumesGetTest-Volume-1590061230", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-946fae89-6af3-4282-b57b-e94a90316840', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-946fae89-6af3-4282-b57b-e94a90316840', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes'} Body: b'{"volume": {"id": "12199ee6-64c3-43c4-86f3-1e5d9a61b816", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:50.699300", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1590061230", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816"}], "user_id": "e7210fba5102481293267236900d6367", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:50,934 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 500 GET http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816 0.091s 2021-09-07 12:24:50,934 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-620b7443-1b89-4181-8f05-358bb31e9b65', 'x-openstack-request-id': 'req-620b7443-1b89-4181-8f05-358bb31e9b65', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:24:51,080 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816 0.145s 2021-09-07 12:24:51,081 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:50 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-f3067321-054c-49ec-b883-0e4bacfb5906', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816'} Body: b'' 2021-09-07 12:24:51,101 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816 0.019s 2021-09-07 12:24:51,101 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 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-060f1fce-6371-41d2-96b6-22bbc7d044fc', 'x-openstack-request-id': 'req-060f1fce-6371-41d2-96b6-22bbc7d044fc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/12199ee6-64c3-43c4-86f3-1e5d9a61b816'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 12199ee6-64c3-43c4-86f3-1e5d9a61b816 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
fail
ft54.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:51,339 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes 0.234s 2021-09-07 12:24:51,340 108815 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-VolumesGetTest-Volume-1868256841"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f11494-2833-4c94-a0d7-d8b828662e98', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f11494-2833-4c94-a0d7-d8b828662e98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes'} Body: b'{"volume": {"id": "84e86c03-7362-45e2-b818-2d6ea4bbc6d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:51.254710", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1868256841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/84e86c03-7362-45e2-b818-2d6ea4bbc6d0"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/96f9c4d6091c43f8a5e874a9b539e43a/volumes/84e86c03-7362-45e2-b818-2d6ea4bbc6d0"}], "user_id": "e7210fba5102481293267236900d6367", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:51,410 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 500 GET http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/84e86c03-7362-45e2-b818-2d6ea4bbc6d0 0.064s 2021-09-07 12:24:51,410 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b50be0-dfc1-4ff2-9dbe-32bd400cd102', 'x-openstack-request-id': 'req-38b50be0-dfc1-4ff2-9dbe-32bd400cd102', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/84e86c03-7362-45e2-b818-2d6ea4bbc6d0'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
fail
ft54.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:24:51,453 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af 0.040s 2021-09-07 12:24:51,453 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-110e0a31-ef38-42d4-80a2-050dfd7b63ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/image/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af'} 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": "cced0ade383a43faa7b2f7d3db1b19ad", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d67ffb96-e633-462e-965d-c3cf5dc229af", "created_at": "2021-09-07T12:17:09Z", "updated_at": "2021-09-07T12:17:25Z", "tags": [], "self": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af", "file": "/v2/images/d67ffb96-e633-462e-965d-c3cf5dc229af/file", "schema": "/v2/schemas/image"}' 2021-09-07 12:24:51,996 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 202 POST http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes 0.541s 2021-09-07 12:24:51,996 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "size": 1, "name": "tempest-VolumesGetTest-Volume-1160719689", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce3ec93-5cb8-47e2-8c54-ce682a191a48', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce3ec93-5cb8-47e2-8c54-ce682a191a48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes'} Body: b'{"volume": {"id": "2f415702-8a51-47ee-a685-b4f0147ed0c9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:24:51.840749", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1160719689", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9"}], "user_id": "e7210fba5102481293267236900d6367", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:24:52,065 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 500 GET http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9 0.062s 2021-09-07 12:24:52,065 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6f3d9f-ca28-4b0a-834b-37ea261773f5', 'x-openstack-request-id': 'req-5b6f3d9f-ca28-4b0a-834b-37ea261773f5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:24:52,280 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9 0.214s 2021-09-07 12:24:52,281 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 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-e8704c2b-5846-4eb3-a8bd-d65ab3c91f8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9'} Body: b'' 2021-09-07 12:24:52,333 108815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9 0.051s 2021-09-07 12:24:52,333 108815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:24:52 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-bf553ad9-e2f7-4537-9184-5e421879dac8', 'x-openstack-request-id': 'req-bf553ad9-e2f7-4537-9184-5e421879dac8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/volume/v3/96f9c4d6091c43f8a5e874a9b539e43a/volumes/2f415702-8a51-47ee-a685-b4f0147ed0c9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f415702-8a51-47ee-a685-b4f0147ed0c9 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_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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] |
fail
ft55.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-09-07 12:26:26,398 108817 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.222.0.73/volume/v3/455e13b4eaf94ac0b680fb14f19b41ad/volumes 0.307s 2021-09-07 12:26:26,398 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2073974707"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb880bd-3479-41fa-ae79-cc9367247885', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb880bd-3479-41fa-ae79-cc9367247885', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/455e13b4eaf94ac0b680fb14f19b41ad/volumes'} Body: b'{"volume": {"id": "3a2a3cbf-936d-4e07-bedc-ab5e9cbba6ae", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2021-09-07T12:26:26.306270", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2073974707", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/455e13b4eaf94ac0b680fb14f19b41ad/volumes/3a2a3cbf-936d-4e07-bedc-ab5e9cbba6ae"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/455e13b4eaf94ac0b680fb14f19b41ad/volumes/3a2a3cbf-936d-4e07-bedc-ab5e9cbba6ae"}], "user_id": "180b2bb8c989408c928b8795e8838707", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:26,535 108817 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 500 GET http://10.222.0.73/volume/v3/455e13b4eaf94ac0b680fb14f19b41ad/volumes/3a2a3cbf-936d-4e07-bedc-ab5e9cbba6ae 0.130s 2021-09-07 12:26:26,535 108817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e55f395-7392-4800-abe4-6b905c4e6cff', 'x-openstack-request-id': 'req-8e55f395-7392-4800-abe4-6b905c4e6cff', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/455e13b4eaf94ac0b680fb14f19b41ad/volumes/3a2a3cbf-936d-4e07-bedc-ab5e9cbba6ae'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.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
ft56.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:'': {{{ 2021-09-07 12:25:09,133 108820 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 2021-09-07 12:25:09,561 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.73/image/v2/images 0.427s 2021-09-07 12:25:09,562 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1845707863", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-79206d41-07ca-4a66-97e3-afa1c8c92dfc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1845707863", "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": "7ca474c397b340088a07c042b1343afc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "created_at": "2021-09-07T12:25:09Z", "updated_at": "2021-09-07T12:25:09Z", "tags": [], "self": "/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "file": "/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5/file", "schema": "/v2/schemas/image"}' 2021-09-07 12:25:20,468 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.73/image/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5/file 10.905s 2021-09-07 12:25:20,468 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f6526a827f0> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f0e7d8c7-999b-4cfe-9344-054a3588eeca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/image/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5/file'} Body: b'' 2021-09-07 12:25:20,468 108820 DEBUG [tempest.scenario.manager] image:87f5da9b-94f4-4271-97f7-bf37d6a2bdd5 2021-09-07 12:25:20,678 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.73/compute/v2.1/os-keypairs 0.209s 2021-09-07 12:25:20,678 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1846381185"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53374423-e3bf-4773-9545-96145ccdedf5', 'x-compute-request-id': 'req-53374423-e3bf-4773-9545-96145ccdedf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAza7U+4qEtPhpSnf7LkBFyZcQ9GUEFXUVrhPt+u53dQ33bBNh\\n8/Au+745A0l5jUv2XvYAzAUdF97LgiFn8gmIcph4BlUemNXjac2Gzlm+paXXHpGF\\n56Ks0UED+pecDiQeIA3Bg1fNH2qAv6y/I2zgJEVjRAZi+sL2ZcYNE85JVwk56KnP\\n6gxGpnoGa/OVvlWn6SmqS/f0w7yfvsnGg5eGxkOK/PSyGXbUoI4kIzQov65Yy+gq\\nmvdQEq8VqWIG4AlE4/j95S+c+bK03s9T4xucS9MeIoDRMbYM27HTOyurOBbPuvDv\\nRlSiwhcncY7CDVfOoO8PKV3Q29ciFzxacKYCIQIDAQABAoIBAQCU2wDdAwTEDDv3\\nXxn0ASQAn0nv9eOcu93y3A2RW2As4Oy91NFBQARgwOx2Cojjz6QAWb196f2CNwXF\\nqfOWYXvUo6/JtXStW6539fyn/p9RNtKXFu54E21LC+ibRXn1agI7ZHk2Wybio6uG\\nDLlQJA2bcnRC2PRtUwgL4+e2+8ZsK722NfkyxO8ZJtu/IPsuLXWCzPHmnPR6oh1e\\nqcceE7PXOYZZvX6+YfI4zBM3j/G2NOP4Si/eZBZGrhScSTVbWTYcWRd7bwSWqcO6\\nX9e3tWV2gGLn077fV2Fe4RlK87xqOVL+D8UuMSb/o1ed28iIWIzheQdkAqsPrRmG\\n4BPrUWd5AoGBAPsWjaARgDSoXcR3U2XVZHw91QMSFa1xK138jvnvM/stZznSoJBS\\nulFOsgPJNjDS7TCpVShjQboDOb25t1mVyFNvN/kTteqbEcNUKWhifMhlVVzexdm4\\nLmOwNNgtulCLOMfHoIcPXLgFhzF5OCANw6fNViPj1eXsDQs92Pakhk4rAoGBANG0\\n49+SQtl4ZQ2kzfzw8AcroshY3ErYCCP+O2pmth2Xr/ldLFmsOHIIfxXfJrDJMWlZ\\n6GfprzEoH2jUAuI0E/bE/xcUkA2DKBULjUOUf5/Q06ceR4tY+2kDv/N2pNaZtTWK\\nWgH/mY18gPtJE40spDJuT0hcX13QTMlwfGh0BRbjAoGANE7VgFRFBjNRHX3SZPOY\\ntH1ZJAOfenuKElFsI8teY+RojdZAVvC1Gf0v/rPrUy6N9UZBlGFhLvQ/EjRfaw1W\\nJ3OTEJO3oUFe6PdejP1/i2v45ZkPVLUXDPOHfsW/+8mVMaF34ssjgL6+FGNxetQD\\nP7D6Ug3D4NtVOFNRIMjTpfMCgYB235FkxKY8XHD8IPXbckC979BgvW5yxq8mqBDK\\nKdsGP1wzgMuJMYT1rzdLEKoAAKyPybViYic7OEFFzRitXVQLyHPJg5B8+GIaO+gh\\n7OXDlD7GNvXbWd96EfQXcKPUOmFsLjcDdv52I6OBzlTU6/9PzxQGMsakiVVdwvPi\\nyhGwfQKBgQCXmnwR+K0cOgLFJp4pj20GvRq11sKoh1oyx7ywHnjIU8K76hU9Iiqc\\ntmuXZ1uqkN77aKWNN8HiK00QVaHbDPcS/f9eI8RIXQaHUmte3q7a8V/ZwRYVkPfg\\n8uVWzj7kRCW9Fxm9GrdapGmiS6N/jMsDv/pRdJjzGmbRiU3aByWj8Q==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestMinimumBasicScenario-1846381185", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNrtT7ioS0+GlKd/suQEXJlxD0ZQQVdRWuE+367nd1DfdsE2Hz8C77vjkDSXmNS/Ze9gDMBR0X3suCIWfyCYhymHgGVR6Y1eNpzYbOWb6lpdcekYXnoqzRQQP6l5wOJB4gDcGDV80faoC/rL8jbOAkRWNEBmL6wvZlxg0TzklXCTnoqc/qDEamegZr85W+VafpKapL9/TDvJ++ycaDl4bGQ4r89LIZdtSgjiQjNCi/rljL6Cqa91ASrxWpYgbgCUTj+P3lL5z5srTez1PjG5xL0x4igNExtgzbsdM7K6s4Fs+68O9GVKLCFydxjsINV86g7w8pXdDb1yIXPFpwpgIh Generated-by-Nova", "fingerprint": "07:d5:22:71:23:82:f1:6c:67:2c:8c:68:59:52:be:42", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a"}}' 2021-09-07 12:25:20,783 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.097s 2021-09-07 12:25:20,783 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3403', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a747daca-bf09-40ce-a48e-00310c6ea54c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af8bff578e2a4000b6fc3094de6ecf3a", "name": "tempest-TestMinimumBasicScenario-324308957-project", "password_expires_at": null}, "audit_ids": ["tPUzB1j9RHa7NQmYhIHM8Q"], "expires_at": "2021-09-07T13:25:20.000000Z", "issued_at": "2021-09-07T12:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ca474c397b340088a07c042b1343afc", "name": "tempest-TestMinimumBasicScenario-324308957"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/7ca474c397b340088a07c042b1343afc", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_7ca474c397b340088a07c042b1343afc", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:25:20,784 108820 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '7620112f-305f-470d-860d-89d6df1b09d3', 'name': 'tempest-TestMinimumBasicScenario-667333024-network', 'tenant_id': '7ca474c397b340088a07c042b1343afc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7ca474c397b340088a07c042b1343afc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 747, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:24:52Z', 'updated_at': '2021-09-07T12:24:52Z', 'revision_number': 1} available for tenant 2021-09-07 12:25:21,330 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.73/compute/v2.1/servers 0.545s 2021-09-07 12:25:21,330 108820 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-1230355156", "imageRef": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "networks": [{"uuid": "7620112f-305f-470d-860d-89d6df1b09d3"}]}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e266a6-7876-4531-94ec-456b5b1879b8', 'x-compute-request-id': 'req-c8e266a6-7876-4531-94ec-456b5b1879b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "R3mhyGYCDBWU"}}' 2021-09-07 12:25:21,413 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.077s 2021-09-07 12:25:21,413 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a2c66ec-dbd6-4994-a370-49c8352f1806', 'x-compute-request-id': 'req-9a2c66ec-dbd6-4994-a370-49c8352f1806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:22,574 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.153s 2021-09-07 12:25:22,575 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79427cc7-ba0f-47f0-97a4-e7f2934e8d1b', 'x-compute-request-id': 'req-79427cc7-ba0f-47f0-97a4-e7f2934e8d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:22,582 108820 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-09-07 12:25:36,971 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 13.388s 2021-09-07 12:25:36,972 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-763eb0ab-2ba3-4a9c-a108-b8af9bea3297', 'x-compute-request-id': 'req-763eb0ab-2ba3-4a9c-a108-b8af9bea3297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:36,980 108820 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 15 second wait 2021-09-07 12:25:38,174 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.193s 2021-09-07 12:25:38,174 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48356c91-3ad8-45f4-aab4-9eb2ec78cf59', 'x-compute-request-id': 'req-48356c91-3ad8-45f4-aab4-9eb2ec78cf59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:39,330 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.147s 2021-09-07 12:25:39,330 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3741880-e3d6-4764-b60a-5a0e16c00c2d', 'x-compute-request-id': 'req-f3741880-e3d6-4764-b60a-5a0e16c00c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:40,499 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.159s 2021-09-07 12:25:40,499 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-242105ec-cd74-4307-939d-c56e7fe3a7b8', 'x-compute-request-id': 'req-242105ec-cd74-4307-939d-c56e7fe3a7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:41,864 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.357s 2021-09-07 12:25:41,865 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50c11ece-4491-4337-9b69-b8df32e97891', 'x-compute-request-id': 'req-50c11ece-4491-4337-9b69-b8df32e97891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:43,049 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.175s 2021-09-07 12:25:43,049 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb32c46-c9bd-489b-993b-c49784cbc31b', 'x-compute-request-id': 'req-3fb32c46-c9bd-489b-993b-c49784cbc31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:44,735 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.676s 2021-09-07 12:25:44,735 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e504cd-f5e0-4b4a-8627-674ced17697f', 'x-compute-request-id': 'req-50e504cd-f5e0-4b4a-8627-674ced17697f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:46,478 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.734s 2021-09-07 12:25:46,478 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2501363a-d4a6-404a-a7b1-295ce469eb5f', 'x-compute-request-id': 'req-2501363a-d4a6-404a-a7b1-295ce469eb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:47,804 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.317s 2021-09-07 12:25:47,804 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b07983ae-fd0f-4f2e-91bb-8b611585d6ce', 'x-compute-request-id': 'req-b07983ae-fd0f-4f2e-91bb-8b611585d6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "BUILD", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "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": []}}' 2021-09-07 12:25:49,113 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.298s 2021-09-07 12:25:49,113 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16d3ded2-3994-48d9-b7f7-637b64f716aa', 'x-compute-request-id': 'req-16d3ded2-3994-48d9-b7f7-637b64f716aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "ACTIVE", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:48Z", "addresses": {"tempest-TestMinimumBasicScenario-667333024-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:2f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.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": []}}' 2021-09-07 12:25:49,121 108820 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 28 second wait 2021-09-07 12:25:49,672 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.550s 2021-09-07 12:25:49,672 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f91a0a9-6e8a-4586-8a71-a0eae5632371', 'x-compute-request-id': 'req-8f91a0a9-6e8a-4586-8a71-a0eae5632371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "ACTIVE", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:48Z", "addresses": {"tempest-TestMinimumBasicScenario-667333024-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:2f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.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": []}}' 2021-09-07 12:25:50,017 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers 0.332s 2021-09-07 12:25:50,018 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '343', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01fe6c97-210e-47f4-8927-f777a783dabd', 'x-compute-request-id': 'req-01fe6c97-210e-47f4-8927-f777a783dabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers'} Body: b'{"servers": [{"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}]}]}' 2021-09-07 12:25:50,216 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.195s 2021-09-07 12:25:50,216 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a55b3fa3-d14a-475f-be50-fabb2d2aaf80', 'x-compute-request-id': 'req-a55b3fa3-d14a-475f-be50-fabb2d2aaf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "ACTIVE", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:48Z", "addresses": {"tempest-TestMinimumBasicScenario-667333024-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:2f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.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": []}}' 2021-09-07 12:25:50,686 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes 0.461s 2021-09-07 12:25:50,686 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1123717859", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9cfeaa-51bf-4c37-a84e-21717237888a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9cfeaa-51bf-4c37-a84e-21717237888a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes'} Body: b'{"volume": {"id": "e941bc84-58a8-4f07-bb0c-3948b9ebebf6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:25:50.487547", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1123717859", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6"}], "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:25:50,769 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 GET http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6 0.077s 2021-09-07 12:25:50,770 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-63046cd4-cb4d-4bcc-a18f-0a301a2320dc', 'x-openstack-request-id': 'req-63046cd4-cb4d-4bcc-a18f-0a301a2320dc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:25:50,845 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6 0.074s 2021-09-07 12:25:50,846 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-76e151bc-8f20-47db-b014-ff9c2a393e62', 'x-openstack-request-id': 'req-76e151bc-8f20-47db-b014-ff9c2a393e62', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6'} 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 or be disassociated from snapshots after volume transfer."}}' 2021-09-07 12:25:50,942 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 500 GET http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6 0.095s 2021-09-07 12:25:50,942 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a38471-ffbd-45f4-a35b-0da1b8eaa4db', 'x-openstack-request-id': 'req-69a38471-ffbd-45f4-a35b-0da1b8eaa4db', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/7ca474c397b340088a07c042b1343afc/volumes/e941bc84-58a8-4f07-bb0c-3948b9ebebf6'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:25:51,123 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.180s 2021-09-07 12:25:51,123 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25: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-297baa24-515d-4056-8783-0949a83c1b46', 'x-compute-request-id': 'req-297baa24-515d-4056-8783-0949a83c1b46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'' 2021-09-07 12:25:51,424 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.300s 2021-09-07 12:25:51,424 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-374449b5-e704-41f6-8683-4becb8a138cd', 'x-compute-request-id': 'req-374449b5-e704-41f6-8683-4becb8a138cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "ACTIVE", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:51Z", "addresses": {"tempest-TestMinimumBasicScenario-667333024-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:2f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.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": []}}' 2021-09-07 12:25:52,710 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.277s 2021-09-07 12:25:52,710 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67e97d81-5205-4c5e-ac93-dbc30a1d6df6', 'x-compute-request-id': 'req-67e97d81-5205-4c5e-ac93-dbc30a1d6df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "ACTIVE", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:51Z", "addresses": {"tempest-TestMinimumBasicScenario-667333024-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:2f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.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": []}}' 2021-09-07 12:25:53,951 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.231s 2021-09-07 12:25:53,951 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cec28c1-11e8-4658-9c58-388efd6b9614', 'x-compute-request-id': 'req-2cec28c1-11e8-4658-9c58-388efd6b9614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"server": {"id": "57dc646a-4013-46f6-94da-a4c052351978", "name": "tempest-TestMinimumBasicScenario-server-1230355156", "status": "DELETED", "tenant_id": "7ca474c397b340088a07c042b1343afc", "user_id": "af8bff578e2a4000b6fc3094de6ecf3a", "metadata": {}, "hostId": "ecaf20b63136e24a0975a60ceb3b2a2398620a2fd8e4f5a8bcde970d", "image": {"id": "87f5da9b-94f4-4271-97f7-bf37d6a2bdd5", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.73/compute/flavors/452"}]}, "created": "2021-09-07T12:25:21Z", "updated": "2021-09-07T12:25:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978"}, {"rel": "bookmark", "href": "http://10.222.0.73/compute/servers/57dc646a-4013-46f6-94da-a4c052351978"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1846381185", "OS-SRV-USG:launched_at": "2021-09-07T12:25:47.000000", "OS-SRV-USG:terminated_at": "2021-09-07T12:25:53.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-09-07 12:25:53,967 108820 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2021-09-07 12:25:55,024 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978 0.056s 2021-09-07 12:25:55,025 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:54 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-78c70e5b-dd32-4354-aa0b-b02a9da54ef5', 'x-compute-request-id': 'req-78c70e5b-dd32-4354-aa0b-b02a9da54ef5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.73/compute/v2.1/servers/57dc646a-4013-46f6-94da-a4c052351978'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 57dc646a-4013-46f6-94da-a4c052351978 could not be found."}}' 2021-09-07 12:25:55,085 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846381185 0.058s 2021-09-07 12:25:55,085 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:55 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-6b3772ce-7105-460d-847d-57a21d4a7090', 'x-compute-request-id': 'req-6b3772ce-7105-460d-847d-57a21d4a7090', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846381185'} Body: b'' 2021-09-07 12:25:56,159 108820 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.73/image/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5 1.073s 2021-09-07 12:25:56,160 108820 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d97caf3e-ca18-4ece-8a2d-2dda95d683b3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73/image/v2/images/87f5da9b-94f4-4271-97f7-bf37d6a2bdd5'} Body: b'' }}} 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 or be disassociated from snapshots after volume transfer.'} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 905, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 223, in is_resource_deleted volume = self.show_volume(id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/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 118, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 364, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft57.1: 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:'': {{{ 2021-09-07 12:26:26,841 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.73/compute/v2.1/os-keypairs 0.624s 2021-09-07 12:26:26,841 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1203828551"}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe962a0-c11f-4f96-bffd-3c0b51a11790', 'x-compute-request-id': 'req-afe962a0-c11f-4f96-bffd-3c0b51a11790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAuvERIXvD9UjbXE/KYW4+iq9gyz7OAWHH4eT7/4TO4K9vuGv9\\nIMuQFFZ0NRYLTqRwrdRyTl7Oj9SbVFJVQzc2mh19vqyu01Qr/B59cgn6R9qrkvXN\\nBU5LyJ0hYllPOs5kw3P8TZbT5QK3J4iPKg1VNH8t1TGI0cakoSsQJYxGdM4KJF5t\\nChfS2MNYa4xslsTexo8fXpyPaiHdZsstQhmIy0RH/L2mk1twSpfmRgvDUMmXne5o\\nRueRoZ4Jk8STq1nxfUN31LFIUCxbKm9WoJhJGRuls3Hf2NgI4UV3bJeEEbpzxdXS\\nMmVzzdtMXVxQ4nVxXmx+ONyIdetLHpac+htDoQIDAQABAoIBAFS4jb/z/EH8i9WR\\nH7H6KYPmqWJTCz+bFeAtS3tor+0p9OLKpgQn3Rsqdy3b2LICWkKdZlRYKRsMCn0z\\ndwqoSimcNfGlBvIlUm3HT6jQFspbsqg+l3TRIA1CEPAmc36+LPJbbTuooE1IZsMW\\n43L2aegJvzbAZTZU5SVZg87QfNnQA0mv5gnJZTbeYROdx70dX9ra5roepDOapBeF\\n8VOSwss8rcnGRjqG56/QhhmM/B4wpQST3U8rE0TE5oD3a4gcxmhFlV6uJzaub+Yu\\nNAPraIL46/zfy07EWwXFvPJ1qDuUNeXCvWwkEpRpSyA83B6tOsHwuG9BAC8pwLGk\\n5hfolJUCgYEA9I0cgTaXsLaeZ5Ztr0zBFoohsAW7xwPV1bMdaN2zFD01eHUjw1Yz\\nKBl1fvJ4VNcNbQLi3uMOlMkNAxhj8WEf6/0oTYvlR/WJIwCqxInmJT6k4t37ovxQ\\nNoIshiT7F+UKRxFFpjyEEF9VWnN55XObGwrawkTReBMe9U9crNOjw0cCgYEAw7GE\\nyqdHtAL/dMadeT/wGs5uTOv4hqrLocTzkSniKf+e8PxUt95cn/Jib8o4D9W0UACq\\nufNWXjOcLR+F3WD8xv5IgWWQOlZL5siaMCxM9rYNcWR0+BnXk8/bOy3rpQZoBNU9\\n6HtCRWO3Pg0njS5ryq9IT/IidiJ2+LN3np9fJdcCgYBKTx6cPMR3E+aqP1Fw9Pev\\nK6X04KkgXg/58YU8OjGSMs8unRmS33yH8MR9IJxj2zzfJQNfCsuBdl4X1K95xzN1\\n9+TpO1seNIPJOQiq0+Q06QYdUaqG6fhNt9xjnpUVu6kV0y/AxZ6zguRiqbgeerRk\\n0TWL1nF39QdxLv5QHbcjPQKBgQC4H2hPvECMsF1mpBE6KdxhfGTvXv5AxqY9mK+K\\nn5u55FbJasDTFxaTL11KzTseOvYiZ946gyd6DpkdI5GyDzUGje3uQX8IRHW5uHjK\\nZoQrhHL1g41Ceh4JZwJglf4nEPYBxhkvifl6jC225m2WOl0VIQKqpami+R5zNXiQ\\n+GZvlQKBgQDPOP7mFQZ0QTbEEvMld7ecTu6aH7cS+d+TFxXJ7tcKihHaE1S3bPsn\\nQFK4YdGAOFv6u8w+0lNiLG+/A5oV2ZHj0s+uZpX93Ai1jKRwKhsrCk2MO0gX5wWm\\nUJyE2d37JKt+s2BJYrwjkb+HHOacudF66yQGj5NUFhg+AiF0q1kagQ==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-1203828551", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC68REhe8P1SNtcT8phbj6Kr2DLPs4BYcfh5Pv/hM7gr2+4a/0gy5AUVnQ1FgtOpHCt1HJOXs6P1JtUUlVDNzaaHX2+rK7TVCv8Hn1yCfpH2quS9c0FTkvInSFiWU86zmTDc/xNltPlArcniI8qDVU0fy3VMYjRxqShKxAljEZ0zgokXm0KF9LYw1hrjGyWxN7Gjx9enI9qId1myy1CGYjLREf8vaaTW3BKl+ZGC8NQyZed7mhG55GhngmTxJOrWfF9Q3fUsUhQLFsqb1agmEkZG6Wzcd/Y2AjhRXdsl4QRunPF1dIyZXPN20xdXFDidXFebH443Ih160selpz6G0Oh Generated-by-Nova", "fingerprint": "69:38:61:cb:a4:80:76:2e:31:cb:e1:77:12:60:3c:2d", "user_id": "e68ea29c7c084040a76fcf6ef0c6b2df"}}' 2021-09-07 12:26:27,067 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-groups 0.224s 2021-09-07 12:26:27,068 108808 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-2141565517", "description": "tempest-secgroup-smoke-2141565517 description", "project_id": "d67edcbc78ef4616a159448c9a2c4579"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-d2e51a2c-e75e-4e15-a872-16c1ede031e9', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "name": "tempest-secgroup-smoke-2141565517", "stateful": true, "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "description": "tempest-secgroup-smoke-2141565517 description", "security_group_rules": [{"id": "53ce5b07-eca8-4625-bd05-05bfa801d7b2", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": 525, "description": null, "tags": [], "created_at": "2021-09-07T12:26:26Z", "updated_at": "2021-09-07T12:26:26Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}, {"id": "ff6b9f83-56f8-4f9d-9ef6-a66a02a81174", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": 524, "description": null, "tags": [], "created_at": "2021-09-07T12:26:26Z", "updated_at": "2021-09-07T12:26:26Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}], "tags": [], "created_at": "2021-09-07T12:26:26Z", "updated_at": "2021-09-07T12:26:26Z", "revision_number": 1, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:27,280 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.211s 2021-09-07 12:26:27,280 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "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-79e2c6c2-0864-4c9e-bbec-7f1adf5113d4', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "674d8392-7d09-48d8-8a9a-021bb8d8fde3", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:27,428 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.147s 2021-09-07 12:26:27,430 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "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-391e45c6-dcf4-4eea-90a8-980810ecad63', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6aac349b-4071-4414-a811-183ed8aff5b4", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:27,582 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.152s 2021-09-07 12:26:27,583 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de88d67b-3e95-4b62-8892-c36da37dfe5d', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b81e8265-7b32-4e57-99a5-a3be79adc0ce", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:27,744 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.160s 2021-09-07 12:26:27,744 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a2d217f9-33de-46da-bca3-9d4ca56b6c64', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b20675e9-718e-4ec0-bfee-98edf3f8edbe", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:27,886 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.141s 2021-09-07 12:26:27,887 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9b1409f0-b83d-4c89-8581-0fc0c260a676', 'date': 'Tue, 07 Sep 2021 12:26:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6379362f-8a6f-44c4-b22c-c50f0ea83936", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:28,012 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73:9696/v2.0/security-group-rules 0.124s 2021-09-07 12:26:28,012 108808 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": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "project_id": "d67edcbc78ef4616a159448c9a2c4579", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5fe04448-52c3-4c3d-88e7-d2b6b7c03540', 'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b1decea0-d597-42fa-aae9-baef3aa5ba62", "tenant_id": "d67edcbc78ef4616a159448c9a2c4579", "security_group_id": "ecdcf35f-9e27-49be-a7ec-b594e6de0a49", "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": "2021-09-07T12:26:27Z", "updated_at": "2021-09-07T12:26:27Z", "revision_number": 0, "project_id": "d67edcbc78ef4616a159448c9a2c4579"}}' 2021-09-07 12:26:28,103 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.73/identity/v3/auth/tokens 0.085s 2021-09-07 12:26:28,104 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3391', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f970304c-7748-40be-9c74-5bdb848da0ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.73/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e68ea29c7c084040a76fcf6ef0c6b2df", "name": "tempest-TestShelveInstance-227797868-project", "password_expires_at": null}, "audit_ids": ["6HtQCpg3R2iILdaQXMWy1w"], "expires_at": "2021-09-07T13:26:28.000000Z", "issued_at": "2021-09-07T12:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d67edcbc78ef4616a159448c9a2c4579", "name": "tempest-TestShelveInstance-227797868"}, "is_domain": false, "roles": [{"id": "19fb0682cde44f0794cb1d1009cf3620", "name": "reader"}, {"id": "a7f02b362aee4b9c87d73895da64fe8e", "name": "member"}], "catalog": [{"endpoints": [{"id": "1c68f22af5d04d07951a76175c896b06", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579", "region": "RegionOne"}], "id": "10df2b2b3d4e454a9f8cadd359e239ba", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "51b36b90634143139c91f789c1224979", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2/d67edcbc78ef4616a159448c9a2c4579", "region": "RegionOne"}], "id": "21d6953e4527449fb7aea661da8935e6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e1b2205104334635b99ab2430c47ccc4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/image", "region": "RegionOne"}], "id": "37cfb73cc22e4458a589d0ffd657bdf7", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58ad47572a41477592b34dfc15697ba4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579", "region": "RegionOne"}], "id": "697a2dc2c83e4e0a86d14600febf4789", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "9f43ec1f218a4d86b07ecaa2d9854285", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:9696/", "region": "RegionOne"}], "id": "9a282ae55c004107b29f27cf131502f7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "24af038ed1084f59bfae1650ec9f2939", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/placement", "region": "RegionOne"}], "id": "ac080d91a5c94921917af1ffb2efe420", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7eba70356f0d4180bc5e1d9984f0aece", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73:8080", "region": "RegionOne"}, {"id": "c50a482d5aa1458f96b71ade3c6cb047", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73:8080/v1/AUTH_d67edcbc78ef4616a159448c9a2c4579", "region": "RegionOne"}], "id": "d3e1efedf9fc46119d5f521586f64f58", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9fd81f83a12c42ffa5b9d1b8dd7ddf2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/compute/v2.1", "region": "RegionOne"}], "id": "d93a94d7b21c40a8a1b72ade4dfc90da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c917b6e685a24d609c1a2cdc18d7f111", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}, {"id": "dbd5157a45464fa9aac375a2bea1bd7c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.73/identity", "region": "RegionOne"}], "id": "fba80b274840425e8e9471c1d6cfec0b", "type": "identity", "name": "keystone"}]}}' 2021-09-07 12:26:28,104 108808 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '60d363e1-df60-4e59-9cf4-1d7945b58b44', 'name': 'tempest-TestShelveInstance-19824048-network', 'tenant_id': 'd67edcbc78ef4616a159448c9a2c4579', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd67edcbc78ef4616a159448c9a2c4579', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 732, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-09-07T12:26:15Z', 'updated_at': '2021-09-07T12:26:15Z', 'revision_number': 1} available for tenant 2021-09-07 12:26:28,466 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes 0.361s 2021-09-07 12:26:28,467 108808 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-1320302225", "imageRef": "d67ffb96-e633-462e-965d-c3cf5dc229af", "size": 1}} Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcae77f4-17f8-466d-98bd-1d156d28e29a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcae77f4-17f8-466d-98bd-1d156d28e29a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes'} Body: b'{"volume": {"id": "d79e7344-703a-4231-bc3a-0c3aab4a643c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-09-07T12:26:28.390292", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1320302225", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c"}, {"rel": "bookmark", "href": "http://10.222.0.73/volume/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c"}], "user_id": "e68ea29c7c084040a76fcf6ef0c6b2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-09-07 12:26:28,529 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 GET http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c 0.055s 2021-09-07 12:26:28,530 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e08dde-9cc0-47cd-8d4f-23734ba00398', 'x-openstack-request-id': 'req-50e08dde-9cc0-47cd-8d4f-23734ba00398', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-09-07 12:26:28,568 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 400 DELETE http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c 0.038s 2021-09-07 12:26:28,568 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-4799070a-7f49-42d0-82e4-c57fa80aa40a', 'x-openstack-request-id': 'req-4799070a-7f49-42d0-82e4-c57fa80aa40a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.73/volume/v3/d67edcbc78ef4616a159448c9a2c4579/volumes/d79e7344-703a-4231-bc3a-0c3aab4a643c'} 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 or be disassociated from snapshots after volume transfer."}}' 2021-09-07 12:26:28,569 108808 ERROR [tempest.common.compute] Deleting volume d79e7344-703a-4231-bc3a-0c3aab4a643c failed, exception 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 or be disassociated from snapshots after volume transfer.'} 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute Traceback (most recent call last): 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 170, in create_test_server 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute waiters.wait_for_volume_resource_status(volumes_client, 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute resource_status = show_resource(resource_id)[resource_name]['status'] 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute resp, body = self.get(url) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute resp, resp_body = super(BaseClient, self).request( 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute self._error_checker(resp, resp_body) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp, 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute Details: The server has either erred or is incapable of performing the requested operation. 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute Traceback (most recent call last): 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 176, in create_test_server 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute volumes_client.delete_volume(volume['volume']['id']) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute resp, body = self.delete(url) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute resp, resp_body = super(BaseClient, self).request( 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute self._error_checker(resp, resp_body) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute raise exceptions.BadRequest(resp_body, resp=resp) 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute tempest.lib.exceptions.BadRequest: Bad request 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute 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 or be disassociated from snapshots after volume transfer.'} 2021-09-07 12:26:28.569 108808 ERROR tempest.common.compute 2021-09-07 12:26:28,771 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.73:9696/v2.0/security-groups/ecdcf35f-9e27-49be-a7ec-b594e6de0a49 0.199s 2021-09-07 12:26:28,771 108808 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-f7067c7e-152e-4690-99f5-8133361e6669', 'content-length': '0', 'date': 'Tue, 07 Sep 2021 12:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.73:9696/v2.0/security-groups/ecdcf35f-9e27-49be-a7ec-b594e6de0a49'} Body: b'' 2021-09-07 12:26:28,835 108808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.73/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1203828551 0.063s 2021-09-07 12:26:28,836 108808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Sep 2021 12:26: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-9f37d31e-f425-41d0-9400-4147f6502fd5', 'x-compute-request-id': 'req-9f37d31e-f425-41d0-9400-4147f6502fd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.73/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1203828551'} 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 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 180, in create_test_server LOG.exception("Deleting volume %s failed, exception %s", 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 170, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 292, in wait_for_volume_resource_status resource_status = show_resource(resource_id)[resource_name]['status'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 87, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt58.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt59.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
pt60.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt61.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt62.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt62.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt63.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
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
pt65.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
pt65.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
pt66.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.GroupSnapshotsV319Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt67.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
pt68.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt69.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt70.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt72.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
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
pt73.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
pt73.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
pt74.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
pt74.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_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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_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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt78.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
pt78.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
pt78.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt78.4: 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
pt78.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
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
pt79.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
pt80.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt81.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
pt81.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt82.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
Total | 164 | 74 | 81 | 0 | 9 |