Status: Pass 971 Failure 122 Skip 73
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 70, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py", line 72, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.images.test_images_oneserver_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerNegativeTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/images/test_images_oneserver_negative.py", line 86, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_create_server | 3 | 0 | 3 | 0 | 0 | Detail | |
ServersTestManualDisk) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersTestBootFromVolume) |
fail
ft4.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersTestJSON) |
fail
ft4.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_instance_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions.py", line 34, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_instance_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsNegativeTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions_negative.py", line 35, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_list_server_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServerFiltersTestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_list_server_filters.py", line 52, in resource_setup cls.s1 = cls.create_test_server(name=cls.s1_name, **network_kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_list_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServersNegativeTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_list_servers_negative.py", line 40, in resource_setup body = cls.create_test_server(wait_until='ACTIVE', min_count=3) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft9.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServerActionsTestJSON) |
fail
ft9.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft10.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses.py", line 34, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesNegativeTestJSON) |
fail
ft11.1: setUpClass (tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses_negative.py", line 34, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataNegativeTestJSON) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_metadata_negative.py", line 39, in resource_setup cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_password | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerPasswordTestJSON) |
fail
ft13.1: setUpClass (tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_password.py", line 29, in resource_setup cls.server = cls.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 5 | 0 | 2 | 0 | 3 | Detail | |
ServerRescueTestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServerRescueTestJSONUnderV235) |
fail
ft14.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt14.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
ServerBootFromVolumeStableRescueTest) |
skip
pt14.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerStableDeviceRescueTest) |
skip
pt14.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft15.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_server_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerTagsTestJSON) |
fail
ft16.1: setUpClass (tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_tags.py", line 37, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.servers.test_servers_negative | 3 | 0 | 3 | 0 | 0 | Detail | |
ServersNegativeTestMultiTenantJSON) |
fail
ft17.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 599, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersNegativeTestJSON) |
fail
ft17.2: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersNegativeTestJSON) |
fail
ft17.3: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
fail
ft18.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:31:24,145 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.78/compute/v2.1/flavors/452 0.737s 2022-10-04 20:31:24,146 130700 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, 04 Oct 2022 20:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecf75634-7fd6-4dcb-a059-b366c2b58fcd', 'x-compute-request-id': 'req-ecf75634-7fd6-4dcb-a059-b366c2b58fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/452'} Body: b'{"flavor": {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}}' 2022-10-04 20:31:25,158 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.78/compute/v2.1/flavors 0.999s 2022-10-04 20:31:25,159 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_1-354664351", "id": 2125771493, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee8922f-0d0e-4d49-96d4-67b020a59287', 'x-compute-request-id': 'req-cee8922f-0d0e-4d49-96d4-67b020a59287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "2125771493", "name": "tempest-flavor_with_ephemeral_1-354664351", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2125771493"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2125771493"}]}}' 2022-10-04 20:31:25,221 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs 0.056s 2022-10-04 20:31:25,222 130700 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, 04 Oct 2022 20:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d226c58f-9409-43bf-8187-0c5f958924db', 'x-compute-request-id': 'req-d226c58f-9409-43bf-8187-0c5f958924db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-04 20:31:25,447 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.78/compute/v2.1/flavors 0.222s 2022-10-04 20:31:25,447 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_0-727021855", "id": 1931910749, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc7f29e8-0a46-4877-8260-72340cbefec6', 'x-compute-request-id': 'req-bc7f29e8-0a46-4877-8260-72340cbefec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1931910749", "name": "tempest-flavor_with_ephemeral_0-727021855", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1931910749"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1931910749"}]}}' 2022-10-04 20:31:25,509 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs 0.052s 2022-10-04 20:31:25,517 130700 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, 04 Oct 2022 20:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df1b7436-74ee-4c98-a4e7-4fc78e811095', 'x-compute-request-id': 'req-df1b7436-74ee-4c98-a4e7-4fc78e811095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-04 20:31:25,520 130700 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:31:25,520 130700 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:31:25,920 130700 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.396s 2022-10-04 20:31:25,920 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1076763719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7KYIyOGvI/FEq496U1AADoFHezgjg+xCt1S4XM+ICip4NHbdIadituvHa0552145y3or8RLSi0F9pj/Sm+UmNj10lzI8HezZv8GyK4sHQBRlidbYoVM3db2z1TVSnxXQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fcab200-1afa-4999-a87c-e4ca06df4c32', 'x-compute-request-id': 'req-6fcab200-1afa-4999-a87c-e4ca06df4c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1076763719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7KYIyOGvI/FEq496U1AADoFHezgjg+xCt1S4XM+ICip4NHbdIadituvHa0552145y3or8RLSi0F9pj/Sm+UmNj10lzI8HezZv8GyK4sHQBRlidbYoVM3db2z1TVSnxXQ==", "fingerprint": "03:13:49:5e:30:72:a1:40:2e:57:34:fd:6e:fb:fe:85", "user_id": "9baf3883d6ac4328bf3aa9ffaaa48b4f"}}' 2022-10-04 20:31:25,924 130700 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1076763719 created 2022-10-04 20:31:26,633 130700 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.708s 2022-10-04 20:31:26,633 130700 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--2041211526", "description": "tempest-description--89360587"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c2079a65-e1b9-44c8-b4a4-0bd02c75ea50', 'date': 'Tue, 04 Oct 2022 20:31:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "name": "tempest-securitygroup--2041211526", "stateful": true, "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "description": "tempest-description--89360587", "shared": false, "security_group_rules": [{"id": "70b82af9-490f-47f8-8b36-7c963191f324", "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "security_group_id": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "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": 109, "description": null, "tags": [], "created_at": "2022-10-04T20:31:26Z", "updated_at": "2022-10-04T20:31:26Z", "revision_number": 0, "project_id": "d593ded97dc34546bfe79cdbdac0d4c2"}, {"id": "a7d7e8d1-b506-4e06-afdb-b143d56be25b", "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "security_group_id": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "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": 108, "description": null, "tags": [], "created_at": "2022-10-04T20:31:26Z", "updated_at": "2022-10-04T20:31:26Z", "revision_number": 0, "project_id": "d593ded97dc34546bfe79cdbdac0d4c2"}], "tags": [], "created_at": "2022-10-04T20:31:26Z", "updated_at": "2022-10-04T20:31:26Z", "revision_number": 1, "project_id": "d593ded97dc34546bfe79cdbdac0d4c2"}}' 2022-10-04 20:31:27,510 130700 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.876s 2022-10-04 20:31:27,511 130700 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": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "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-e120413c-16e8-46e1-9faf-eb503ba730ce', 'date': 'Tue, 04 Oct 2022 20:31:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8268ee7c-a1f3-4266-ad57-da5b94dd2e4e", "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "security_group_id": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:31:27Z", "updated_at": "2022-10-04T20:31:27Z", "revision_number": 0, "project_id": "d593ded97dc34546bfe79cdbdac0d4c2"}}' 2022-10-04 20:31:29,197 130700 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.684s 2022-10-04 20:31:29,198 130700 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": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9f43c57b-bbd4-41c7-9a47-edee755700c3', 'date': 'Tue, 04 Oct 2022 20:31:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "386c1aeb-d573-418e-8ae0-7749fe194f5c", "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "security_group_id": "bfd387db-0255-4fa9-a84b-8b6da5a64d6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:31:28Z", "updated_at": "2022-10-04T20:31:28Z", "revision_number": 0, "project_id": "d593ded97dc34546bfe79cdbdac0d4c2"}}' 2022-10-04 20:31:29,198 130700 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2041211526 created 2022-10-04 20:31:32,761 130700 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 3.561s 2022-10-04 20:31:32,761 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-848fe16f-79aa-4182-8d6a-75183465d91e', 'date': 'Tue, 04 Oct 2022 20:31:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "634c1d20-7988-4444-bd1f-a2a130ed3e3c", "tenant_id": "d593ded97dc34546bfe79cdbdac0d4c2", "floating_ip_address": "172.25.5.152", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d593ded97dc34546bfe79cdbdac0d4c2", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:31:31Z", "updated_at": "2022-10-04T20:31:31Z", "revision_number": 0}}' 2022-10-04 20:31:32,767 130700 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '634c1d20-7988-4444-bd1f-a2a130ed3e3c', 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'floating_ip_address': '172.25.5.152', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:31:31Z', 'updated_at': '2022-10-04T20:31:31Z', 'revision_number': 0, 'ip': '172.25.5.152'} created 2022-10-04 20:31:32,998 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.222s 2022-10-04 20:31:32,998 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3278', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aa4294b7-5a71-4e65-ac90-986e5671179e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9baf3883d6ac4328bf3aa9ffaaa48b4f", "name": "tempest-ServersWithSpecificFlavorTestJSON-724521506-project", "password_expires_at": null}, "audit_ids": ["JAj4eyrET82lbyCWiKfvSg"], "expires_at": "2022-10-04T21:31:32.000000Z", "issued_at": "2022-10-04T20:31:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d593ded97dc34546bfe79cdbdac0d4c2", "name": "tempest-ServersWithSpecificFlavorTestJSON-724521506"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_d593ded97dc34546bfe79cdbdac0d4c2", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d593ded97dc34546bfe79cdbdac0d4c2", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d593ded97dc34546bfe79cdbdac0d4c2", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/d593ded97dc34546bfe79cdbdac0d4c2", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:31:33,003 130700 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': '3268ebe1-14f5-4073-a00b-b92c6317fabf', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-2035496772-network', 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 432, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:30:49Z', 'updated_at': '2022-10-04T20:30:49Z', 'revision_number': 1} available for tenant 2022-10-04 20:31:33,004 130700 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1076763719', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7KYIyOGvI/FEq496U1AADoFHezgjg+xCt1S4XM+ICip4NHbdIadituvHa0552145y3or8RLSi0F9pj/Sm+UmNj10lzI8HezZv8GyK4sHQBRlidbYoVM3db2z1TVSnxXQ==', 'fingerprint': '03:13:49:5e:30:72:a1:40:2e:57:34:fd:6e:fb:fe:85', 'user_id': '9baf3883d6ac4328bf3aa9ffaaa48b4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDkPaHaIVXxNcQtwbLrL5zVTythw4re2QY2NKVe6BszAPgMPzIkCZi+\nxx/3AZptZxigBwYFK4EEACKhZANiAAQeymCMjhryPxRKuPelNQAA6BR3s4I4PsQr\ndUuFzPiAoqeDR23SGnYrbrx2tOedteOct6K/ES0otBfaY/0pvlJjY9dJcyPB3s2b\n/BsiuLB0AUZYnW2KFTN3W9s9U1Up8V0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bfd387db-0255-4fa9-a84b-8b6da5a64d6f', 'name': 'tempest-securitygroup--2041211526', 'stateful': True, 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'description': 'tempest-description--89360587', 'shared': False, 'security_group_rules': [{'id': '70b82af9-490f-47f8-8b36-7c963191f324', 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'security_group_id': 'bfd387db-0255-4fa9-a84b-8b6da5a64d6f', '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': 109, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:31:26Z', 'updated_at': '2022-10-04T20:31:26Z', 'revision_number': 0, 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2'}, {'id': 'a7d7e8d1-b506-4e06-afdb-b143d56be25b', 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'security_group_id': 'bfd387db-0255-4fa9-a84b-8b6da5a64d6f', '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': 108, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:31:26Z', 'updated_at': '2022-10-04T20:31:26Z', 'revision_number': 0, 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2'}], 'tags': [], 'created_at': '2022-10-04T20:31:26Z', 'updated_at': '2022-10-04T20:31:26Z', 'revision_number': 1, 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2'}, 'floating_ip': {'id': '634c1d20-7988-4444-bd1f-a2a130ed3e3c', 'tenant_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'floating_ip_address': '172.25.5.152', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd593ded97dc34546bfe79cdbdac0d4c2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:31:31Z', 'updated_at': '2022-10-04T20:31:31Z', 'revision_number': 0, 'ip': '172.25.5.152'}} 2022-10-04 20:31:34,601 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 500 POST http://10.222.0.78/compute/v2.1/servers 1.596s 2022-10-04 20:31:34,602 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-72545084", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "1931910749", "adminPass": "password", "networks": [{"uuid": "3268ebe1-14f5-4073-a00b-b92c6317fabf"}], "security_groups": [{"name": "tempest-securitygroup--2041211526"}], "key_name": "tempest-keypair-1076763719", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-6eaeef77-718f-4c67-9835-569f142aa71c', 'x-compute-request-id': 'req-6eaeef77-718f-4c67-9835-569f142aa71c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:31:35,031 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1076763719 0.425s 2022-10-04 20:31:35,032 130700 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, 04 Oct 2022 20:31:34 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-dae78ace-e922-4c4c-93e8-fff6d1eb1477', 'x-compute-request-id': 'req-dae78ace-e922-4c4c-93e8-fff6d1eb1477', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1076763719'} Body: b'' 2022-10-04 20:31:35,435 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/bfd387db-0255-4fa9-a84b-8b6da5a64d6f 0.401s 2022-10-04 20:31:35,435 130700 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-5b840f6a-1dde-43e8-a870-572920fe135a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:31:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/bfd387db-0255-4fa9-a84b-8b6da5a64d6f'} Body: b'' 2022-10-04 20:31:35,712 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/bfd387db-0255-4fa9-a84b-8b6da5a64d6f 0.275s 2022-10-04 20:31:35,712 130700 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-840cb2e3-1918-413e-ba36-4b458ba0b9da', 'date': 'Tue, 04 Oct 2022 20:31:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/bfd387db-0255-4fa9-a84b-8b6da5a64d6f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bfd387db-0255-4fa9-a84b-8b6da5a64d6f does not exist", "detail": ""}}' 2022-10-04 20:31:37,319 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/634c1d20-7988-4444-bd1f-a2a130ed3e3c 1.605s 2022-10-04 20:31:37,320 130700 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-3eeb11df-a19c-4764-9e75-491e4fea002a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:31:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/634c1d20-7988-4444-bd1f-a2a130ed3e3c'} Body: b'' 2022-10-04 20:31:37,821 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/flavors/1931910749 0.500s 2022-10-04 20:31:37,821 130700 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, 04 Oct 2022 20:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4331214-8c84-4cc8-a93b-63e1f0da4c6c', 'x-compute-request-id': 'req-f4331214-8c84-4cc8-a93b-63e1f0da4c6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/1931910749'} Body: b'' 2022-10-04 20:31:38,141 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.78/compute/v2.1/flavors/detail 0.319s 2022-10-04 20:31:38,142 130700 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, 04 Oct 2022 20:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5823', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83249f20-c9cc-430e-888e-dc11bcad3183', 'x-compute-request-id': 'req-83249f20-c9cc-430e-888e-dc11bcad3183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1"}]}, {"id": "1211750245", "name": "tempest-FlavorsV255TestJSON-flavor-1186005991", "ram": 512, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1211750245"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1211750245"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2"}]}, {"id": "2125771493", "name": "tempest-flavor_with_ephemeral_1-354664351", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2125771493"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2125771493"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256 2022-10-04 20:31:38,827 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/flavors/2125771493 0.656s 2022-10-04 20:31:38,833 130700 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, 04 Oct 2022 20:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35450833-2cb6-4bbb-bcbc-d9c015f04066', 'x-compute-request-id': 'req-35450833-2cb6-4bbb-bcbc-d9c015f04066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/2125771493'} Body: b'' 2022-10-04 20:31:38,955 130700 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.78/compute/v2.1/flavors/detail 0.121s 2022-10-04 20:31:38,965 130700 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, 04 Oct 2022 20:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5409', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-683bdcc6-163d-443f-953b-af95f038e890', 'x-compute-request-id': 'req-683bdcc6-163d-443f-953b-af95f038e890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1"}]}, {"id": "1211750245", "name": "tempest-FlavorsV255TestJSON-flavor-1186005991", "ram": 512, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1211750245"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1211750245"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_create_server.py", line 84, in test_verify_created_server_ephemeral_disk server_no_eph_disk = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 0 | 4 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
fail
ft19.1: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:33:46,801 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.864s 2022-10-04 20:33:46,802 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-037bbf43-542a-47df-92f9-3cb44f81076e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a310d2bd16e4d52841042364253a86b", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668-project", "password_expires_at": null}, "audit_ids": ["SEDxHQ5eQJSDKiEhjppv9g"], "expires_at": "2022-10-04T21:33:46.000000Z", "issued_at": "2022-10-04T20:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:33:46,803 130707 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration) Found network {'id': '5a968067-4034-47ae-963a-b80f9544a870', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1951945574-network', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:33:02Z', 'updated_at': '2022-10-04T20:33:02Z', 'revision_number': 1} available for tenant 2022-10-04 20:33:49,274 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 2.469s 2022-10-04 20:33:49,275 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-917664175", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "5a968067-4034-47ae-963a-b80f9544a870"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-660e505c-326c-4be4-8b78-a1ec12aa9187', 'x-compute-request-id': 'req-660e505c-326c-4be4-8b78-a1ec12aa9187', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 149, in test_live_block_migration self._test_live_migration() File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
fail
ft19.2: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:33:49,633 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.321s 2022-10-04 20:33:49,633 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4cb3796b-dc79-4975-9660-1863b410a2ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a310d2bd16e4d52841042364253a86b", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668-project", "password_expires_at": null}, "audit_ids": ["e7_VDqftTXewtGQj7fIDPw"], "expires_at": "2022-10-04T21:33:49.000000Z", "issued_at": "2022-10-04T20:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:33:49,634 130707 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused) Found network {'id': '5a968067-4034-47ae-963a-b80f9544a870', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1951945574-network', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:33:02Z', 'updated_at': '2022-10-04T20:33:02Z', 'revision_number': 1} available for tenant 2022-10-04 20:33:52,072 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 500 POST http://10.222.0.78/compute/v2.1/servers 2.437s 2022-10-04 20:33:52,073 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-898751297", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "5a968067-4034-47ae-963a-b80f9544a870"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-34689d69-eeae-4aa7-b675-2eaa06a744a7', 'x-compute-request-id': 'req-34689d69-eeae-4aa7-b675-2eaa06a744a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 159, in test_live_block_migration_paused self._test_live_migration(state='PAUSED') File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
fail
ft19.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:33:52,079 130707 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:33:53,467 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.377s 2022-10-04 20:33:53,467 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1058594534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSTZPkItRcx6tDqfoipq4p2DSRjVh9FKBXCFxEMsNfVVAfeMJfVIXhC/3EEtPDPWzjq9jiYL/W0sCuJzLb8S3MZHDpCMWoIWajYICGpe9iX7T3UNXh56D3chqA+Lk1SWg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d36ffe1d-6f4d-445b-91d2-155fbed4232b', 'x-compute-request-id': 'req-d36ffe1d-6f4d-445b-91d2-155fbed4232b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1058594534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSTZPkItRcx6tDqfoipq4p2DSRjVh9FKBXCFxEMsNfVVAfeMJfVIXhC/3EEtPDPWzjq9jiYL/W0sCuJzLb8S3MZHDpCMWoIWajYICGpe9iX7T3UNXh56D3chqA+Lk1SWg==", "fingerprint": "2e:d8:4d:02:d0:1a:a7:16:cd:1b:15:75:53:66:0f:67", "user_id": "6a310d2bd16e4d52841042364253a86b"}}' 2022-10-04 20:33:53,473 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1058594534 created 2022-10-04 20:33:55,461 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.987s 2022-10-04 20:33:55,462 130707 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--1817379424", "description": "tempest-description--244640742"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5a43ee9e-38e8-43bd-a8e9-db43c2d867a8', 'date': 'Tue, 04 Oct 2022 20:33:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a81489a5-4e32-4d25-b37f-068614d7730c", "name": "tempest-securitygroup--1817379424", "stateful": true, "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "description": "tempest-description--244640742", "shared": false, "security_group_rules": [{"id": "bcd1e0ce-714a-4903-9ea8-f25f5315e88f", "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "security_group_id": "a81489a5-4e32-4d25-b37f-068614d7730c", "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": 440, "description": null, "tags": [], "created_at": "2022-10-04T20:33:54Z", "updated_at": "2022-10-04T20:33:54Z", "revision_number": 0, "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}, {"id": "f3a240d3-271e-4005-b439-7919329e1f52", "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "security_group_id": "a81489a5-4e32-4d25-b37f-068614d7730c", "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": 442, "description": null, "tags": [], "created_at": "2022-10-04T20:33:54Z", "updated_at": "2022-10-04T20:33:54Z", "revision_number": 0, "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}], "tags": [], "created_at": "2022-10-04T20:33:54Z", "updated_at": "2022-10-04T20:33:54Z", "revision_number": 1, "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:33:57,555 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.092s 2022-10-04 20:33:57,556 130707 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": "a81489a5-4e32-4d25-b37f-068614d7730c", "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-9690d8f5-e38a-4498-8f4c-e825e44def55', 'date': 'Tue, 04 Oct 2022 20:33:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e468d4b-fa7c-400b-8f72-d667095558f7", "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "security_group_id": "a81489a5-4e32-4d25-b37f-068614d7730c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:33:56Z", "updated_at": "2022-10-04T20:33:56Z", "revision_number": 0, "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:33:59,200 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.643s 2022-10-04 20:33:59,201 130707 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": "a81489a5-4e32-4d25-b37f-068614d7730c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c8c0359e-41ac-45ef-aae6-cc0d2efcb85d', 'date': 'Tue, 04 Oct 2022 20:33:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c20d32d-1544-4967-bd8f-5479cefdf755", "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "security_group_id": "a81489a5-4e32-4d25-b37f-068614d7730c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:33:58Z", "updated_at": "2022-10-04T20:33:58Z", "revision_number": 0, "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:33:59,201 130707 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1817379424 created 2022-10-04 20:34:08,740 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 9.537s 2022-10-04 20:34:08,740 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1c222e5a-b568-4c19-960d-f96fce8a74f9', 'date': 'Tue, 04 Oct 2022 20:34:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2f76a4a7-9bc4-489d-97c9-d1581373a22a", "tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "floating_ip_address": "172.25.5.149", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:34:05Z", "updated_at": "2022-10-04T20:34:05Z", "revision_number": 0}}' 2022-10-04 20:34:08,741 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2f76a4a7-9bc4-489d-97c9-d1581373a22a', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'floating_ip_address': '172.25.5.149', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:34:05Z', 'updated_at': '2022-10-04T20:34:05Z', 'revision_number': 0, 'ip': '172.25.5.149'} created 2022-10-04 20:34:09,136 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.383s 2022-10-04 20:34:09,136 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f21eac73-ab1c-49f2-b1ad-2244bc61edaf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a310d2bd16e4d52841042364253a86b", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668-project", "password_expires_at": null}, "audit_ids": ["WB4ckyAcReaIl3TqDp8KAw"], "expires_at": "2022-10-04T21:34:08.000000Z", "issued_at": "2022-10-04T20:34:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:34:09,137 130707 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': '5a968067-4034-47ae-963a-b80f9544a870', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1951945574-network', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:33:02Z', 'updated_at': '2022-10-04T20:33:02Z', 'revision_number': 1} available for tenant 2022-10-04 20:34:09,138 130707 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1058594534', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDSTZPkItRcx6tDqfoipq4p2DSRjVh9FKBXCFxEMsNfVVAfeMJfVIXhC/3EEtPDPWzjq9jiYL/W0sCuJzLb8S3MZHDpCMWoIWajYICGpe9iX7T3UNXh56D3chqA+Lk1SWg==', 'fingerprint': '2e:d8:4d:02:d0:1a:a7:16:cd:1b:15:75:53:66:0f:67', 'user_id': '6a310d2bd16e4d52841042364253a86b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCeUBeaFTnnj7npB3S8unRriPd2HKTP/Z7NL38jpPGpEmDISoMnPbId\nVT5pDTAsAo2gBwYFK4EEACKhZANiAAQ0k2T5CLUXMerQ6n6IqauKdg0kY1YfRSgV\nwhcRDLDX1VQH3jCX1SF4Qv9xBLTwz1s46vY4mC/1tLAricy2/EtzGRw6QjFqCFmo\n2CAhqXvYl+091DV4eeg93IagPi5NUlo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a81489a5-4e32-4d25-b37f-068614d7730c', 'name': 'tempest-securitygroup--1817379424', 'stateful': True, 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'description': 'tempest-description--244640742', 'shared': False, 'security_group_rules': [{'id': 'bcd1e0ce-714a-4903-9ea8-f25f5315e88f', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'security_group_id': 'a81489a5-4e32-4d25-b37f-068614d7730c', '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': 440, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:33:54Z', 'updated_at': '2022-10-04T20:33:54Z', 'revision_number': 0, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4'}, {'id': 'f3a240d3-271e-4005-b439-7919329e1f52', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'security_group_id': 'a81489a5-4e32-4d25-b37f-068614d7730c', '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': 442, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:33:54Z', 'updated_at': '2022-10-04T20:33:54Z', 'revision_number': 0, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4'}], 'tags': [], 'created_at': '2022-10-04T20:33:54Z', 'updated_at': '2022-10-04T20:33:54Z', 'revision_number': 1, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4'}, 'floating_ip': {'id': '2f76a4a7-9bc4-489d-97c9-d1581373a22a', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'floating_ip_address': '172.25.5.149', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:34:05Z', 'updated_at': '2022-10-04T20:34:05Z', 'revision_number': 0, 'ip': '172.25.5.149'}} 2022-10-04 20:34:12,270 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 3.129s 2022-10-04 20:34:12,271 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-1906676691", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "5a968067-4034-47ae-963a-b80f9544a870"}], "security_groups": [{"name": "tempest-securitygroup--1817379424"}], "key_name": "tempest-keypair-1058594534", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-e6f06693-1338-408d-83b8-647a586ab24f', 'x-compute-request-id': 'req-e6f06693-1338-408d-83b8-647a586ab24f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 187, in test_live_block_migration_with_attached_volume server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
fail
ft19.4: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:34:12,611 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.319s 2022-10-04 20:34:12,612 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4e1e7533-6560-402d-8c2f-3c1b69765da6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a310d2bd16e4d52841042364253a86b", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668-project", "password_expires_at": null}, "audit_ids": ["xZaH8zVWQyanCAgvtxdpZA"], "expires_at": "2022-10-04T21:34:12.000000Z", "issued_at": "2022-10-04T20:34:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf616fd82dd34c7d92f4d8e9e80f89f4", "name": "tempest-LiveAutoBlockMigrationV225Test-1439487668"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/cf616fd82dd34c7d92f4d8e9e80f89f4", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:34:12,613 130707 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': '5a968067-4034-47ae-963a-b80f9544a870', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1951945574-network', 'tenant_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf616fd82dd34c7d92f4d8e9e80f89f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 435, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:33:02Z', 'updated_at': '2022-10-04T20:33:02Z', 'revision_number': 1} available for tenant 2022-10-04 20:34:15,404 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes 2.788s 2022-10-04 20:34:15,404 130707 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-1996725327", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736d5a04-f080-4560-a80e-4b726f9b3111', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736d5a04-f080-4560-a80e-4b726f9b3111', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:14.696932", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:34:15,699 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.270s 2022-10-04 20:34:15,699 130707 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, 04 Oct 2022 20:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e48db8c1-6eeb-4431-a42a-30ef390429e6', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e48db8c1-6eeb-4431-a42a-30ef390429e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:16,919 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.187s 2022-10-04 20:34:16,920 130707 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, 04 Oct 2022 20:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3128ebc3-3d4f-4c3d-8e94-0bc029a975b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3128ebc3-3d4f-4c3d-8e94-0bc029a975b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:18,140 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.187s 2022-10-04 20:34:18,141 130707 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, 04 Oct 2022 20:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c555d5b-ca05-4221-9a6a-eaadab7baf16', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c555d5b-ca05-4221-9a6a-eaadab7baf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:19,315 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.151s 2022-10-04 20:34:19,315 130707 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, 04 Oct 2022 20:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ddcb825-1817-48a7-98eb-45c5fdb72026', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ddcb825-1817-48a7-98eb-45c5fdb72026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:20,530 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.186s 2022-10-04 20:34:20,530 130707 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, 04 Oct 2022 20:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096394aa-5f2c-424a-a645-a9eb7029b97a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096394aa-5f2c-424a-a645-a9eb7029b97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:21,739 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.169s 2022-10-04 20:34:21,740 130707 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, 04 Oct 2022 20:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99de24bf-6297-48f8-89ea-291cc1ef6f6a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99de24bf-6297-48f8-89ea-291cc1ef6f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:22,996 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.227s 2022-10-04 20:34:22,997 130707 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, 04 Oct 2022 20:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67052b19-549c-427f-b4ae-484f7d87dd90', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67052b19-549c-427f-b4ae-484f7d87dd90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:24,175 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.145s 2022-10-04 20:34:24,176 130707 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, 04 Oct 2022 20:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247cc0cf-ae91-4b4e-a668-91a6157afcc3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247cc0cf-ae91-4b4e-a668-91a6157afcc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:25,341 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.133s 2022-10-04 20:34:25,341 130707 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, 04 Oct 2022 20:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8da2d6-6c68-4abd-a00d-889e9ea62007', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8da2d6-6c68-4abd-a00d-889e9ea62007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:26,747 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.376s 2022-10-04 20:34:26,747 130707 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, 04 Oct 2022 20:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13baac1-9f5f-4456-883a-940098770b53', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13baac1-9f5f-4456-883a-940098770b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:27,955 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.170s 2022-10-04 20:34:27,956 130707 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, 04 Oct 2022 20:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a23d18-af61-46de-a1e7-30d2fafe14b9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a23d18-af61-46de-a1e7-30d2fafe14b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:29,113 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.126s 2022-10-04 20:34:29,113 130707 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, 04 Oct 2022 20:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb84bf3b-7b73-4987-8ad3-8d6846f3a500', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb84bf3b-7b73-4987-8ad3-8d6846f3a500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:30,242 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.101s 2022-10-04 20:34:30,242 130707 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, 04 Oct 2022 20:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ea5e7c-fbed-4fa8-961d-8225fd975c00', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ea5e7c-fbed-4fa8-961d-8225fd975c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:31,449 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.179s 2022-10-04 20:34:31,450 130707 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, 04 Oct 2022 20:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024a513b-5f89-403d-b2d4-6e286f0c44e9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024a513b-5f89-403d-b2d4-6e286f0c44e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:32,779 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.288s 2022-10-04 20:34:32,780 130707 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, 04 Oct 2022 20:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e1d95f-927f-4720-8cdc-9236cfeeb438', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e1d95f-927f-4720-8cdc-9236cfeeb438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:34,049 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.233s 2022-10-04 20:34:34,049 130707 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, 04 Oct 2022 20:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-745ac50d-9c64-4f7f-92f2-a4f12c6f248e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-745ac50d-9c64-4f7f-92f2-a4f12c6f248e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:35,241 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.151s 2022-10-04 20:34:35,242 130707 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, 04 Oct 2022 20:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81980cb-4746-43ff-b0df-283317d818c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81980cb-4746-43ff-b0df-283317d818c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:36,464 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.185s 2022-10-04 20:34:36,464 130707 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, 04 Oct 2022 20:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d8d9b6-93c6-46fe-b800-5c47a66506f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d8d9b6-93c6-46fe-b800-5c47a66506f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:37,663 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.175s 2022-10-04 20:34:37,663 130707 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, 04 Oct 2022 20:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a70a78-73bf-452d-8e24-2246918748f6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a70a78-73bf-452d-8e24-2246918748f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:38,908 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.211s 2022-10-04 20:34:38,909 130707 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, 04 Oct 2022 20:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18430e96-2ef8-42e0-b30c-19f4e17420ed', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18430e96-2ef8-42e0-b30c-19f4e17420ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:40,131 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.189s 2022-10-04 20:34:40,132 130707 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, 04 Oct 2022 20:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d15c98-ba01-4fdc-b6a9-3e9cc2d99838', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d15c98-ba01-4fdc-b6a9-3e9cc2d99838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:41,277 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.117s 2022-10-04 20:34:41,278 130707 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, 04 Oct 2022 20:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e30db46-206f-4167-bb8f-408d339676ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e30db46-206f-4167-bb8f-408d339676ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:42,447 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.134s 2022-10-04 20:34:42,448 130707 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, 04 Oct 2022 20:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007649d3-6017-4f5d-85f0-dad13440932c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007649d3-6017-4f5d-85f0-dad13440932c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:43,837 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.351s 2022-10-04 20:34:43,842 130707 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, 04 Oct 2022 20:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-478eea43-15a6-4404-9ffb-eb7ae7f132c4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-478eea43-15a6-4404-9ffb-eb7ae7f132c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:45,082 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.214s 2022-10-04 20:34:45,083 130707 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, 04 Oct 2022 20:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e02f773-5589-4153-a44a-31347a08d8af', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e02f773-5589-4153-a44a-31347a08d8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:46,442 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.330s 2022-10-04 20:34:46,453 130707 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, 04 Oct 2022 20:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a9ed03c-a755-4b52-a152-a5f92115b482', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a9ed03c-a755-4b52-a152-a5f92115b482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:47,744 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.260s 2022-10-04 20:34:47,745 130707 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, 04 Oct 2022 20:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb96cf54-4639-43b5-81a7-2b1267d73e86', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb96cf54-4639-43b5-81a7-2b1267d73e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:49,042 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.279s 2022-10-04 20:34:49,043 130707 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, 04 Oct 2022 20:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbf86f5-999a-4b53-829f-bb6c536df9e9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbf86f5-999a-4b53-829f-bb6c536df9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:50,357 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.279s 2022-10-04 20:34:50,358 130707 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, 04 Oct 2022 20:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09c290e1-c3ef-4a51-b54d-49832a7409e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09c290e1-c3ef-4a51-b54d-49832a7409e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:51,599 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.207s 2022-10-04 20:34:51,599 130707 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, 04 Oct 2022 20:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25c6696-be78-4d9e-9aa6-59ca2b900d8b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25c6696-be78-4d9e-9aa6-59ca2b900d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:52,829 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.196s 2022-10-04 20:34:52,830 130707 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, 04 Oct 2022 20:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021fa372-8a9b-4939-a0d1-801d84854c83', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021fa372-8a9b-4939-a0d1-801d84854c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:54,062 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.197s 2022-10-04 20:34:54,063 130707 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, 04 Oct 2022 20:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34ca161-14c6-4daf-add8-5fd76fdba5f0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34ca161-14c6-4daf-add8-5fd76fdba5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:55,363 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.269s 2022-10-04 20:34:55,364 130707 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, 04 Oct 2022 20:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-973b547e-589a-4b91-a29e-bac4c68d0490', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973b547e-589a-4b91-a29e-bac4c68d0490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:56,625 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.224s 2022-10-04 20:34:56,626 130707 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, 04 Oct 2022 20:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90f4e2c4-2d27-4ec1-96e3-932bb1d8b699', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90f4e2c4-2d27-4ec1-96e3-932bb1d8b699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:57,855 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.197s 2022-10-04 20:34:57,855 130707 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, 04 Oct 2022 20:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102c9db9-8403-4738-b128-e66ec8663b5c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102c9db9-8403-4738-b128-e66ec8663b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:34:59,135 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.251s 2022-10-04 20:34:59,136 130707 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, 04 Oct 2022 20:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93bce192-d642-4ac5-aaa4-d0395e47b4e3', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93bce192-d642-4ac5-aaa4-d0395e47b4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:00,383 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.223s 2022-10-04 20:35:00,384 130707 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, 04 Oct 2022 20:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c091283f-71e9-4a48-b7cf-98b4a666b23f', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c091283f-71e9-4a48-b7cf-98b4a666b23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:34:16.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:01,647 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.227s 2022-10-04 20:35:01,648 130707 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, 04 Oct 2022 20:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da4b6f0-6410-4015-a818-30f9bc32f7f9', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da4b6f0-6410-4015-a818-30f9bc32f7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:02,833 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.152s 2022-10-04 20:35:02,833 130707 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, 04 Oct 2022 20:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ab6ef1-3b0c-4ebf-9720-f87a77f9ccf8', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ab6ef1-3b0c-4ebf-9720-f87a77f9ccf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:04,077 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.214s 2022-10-04 20:35:04,078 130707 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, 04 Oct 2022 20:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3172abb9-5941-4807-8800-1eee710bae0c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3172abb9-5941-4807-8800-1eee710bae0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:05,490 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.383s 2022-10-04 20:35:05,490 130707 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, 04 Oct 2022 20:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-793759de-b2c7-4b7d-ab83-f6bb80fee0ec', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793759de-b2c7-4b7d-ab83-f6bb80fee0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:06,736 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.206s 2022-10-04 20:35:06,736 130707 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, 04 Oct 2022 20:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c03b23-7fd1-4fdc-8e88-1d3c26ad2aed', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c03b23-7fd1-4fdc-8e88-1d3c26ad2aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:07,958 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.192s 2022-10-04 20:35:07,958 130707 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, 04 Oct 2022 20:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05618643-51cf-40b4-9827-a58eaccb1e01', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05618643-51cf-40b4-9827-a58eaccb1e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:09,102 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.114s 2022-10-04 20:35:09,103 130707 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, 04 Oct 2022 20:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c485dff-d7bd-40d1-a178-be5efd4e09ca', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c485dff-d7bd-40d1-a178-be5efd4e09ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:10,276 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.140s 2022-10-04 20:35:10,277 130707 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, 04 Oct 2022 20:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5e1bbf-7469-4980-9052-6c85d6a5b05b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5e1bbf-7469-4980-9052-6c85d6a5b05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:11,412 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.101s 2022-10-04 20:35:11,412 130707 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, 04 Oct 2022 20:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dbc0b39-881d-4b24-95b4-ff254b18fdc0', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dbc0b39-881d-4b24-95b4-ff254b18fdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:12,647 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.201s 2022-10-04 20:35:12,648 130707 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, 04 Oct 2022 20:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4595bfea-8063-40a8-93ba-35ff7a62b2f9', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4595bfea-8063-40a8-93ba-35ff7a62b2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:13,865 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.187s 2022-10-04 20:35:13,865 130707 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, 04 Oct 2022 20:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28966000-71b7-42bb-9252-9aec42af43a3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28966000-71b7-42bb-9252-9aec42af43a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:15,093 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.202s 2022-10-04 20:35:15,093 130707 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, 04 Oct 2022 20:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6875db-14f1-4c2d-9c3d-14a4482e8a0f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6875db-14f1-4c2d-9c3d-14a4482e8a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:16,332 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.213s 2022-10-04 20:35:16,333 130707 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, 04 Oct 2022 20:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c1b699-f97c-49e5-83ed-174d806ffc80', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c1b699-f97c-49e5-83ed-174d806ffc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:17,542 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.178s 2022-10-04 20:35:17,542 130707 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, 04 Oct 2022 20:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f45e421-c0b8-4b5b-87bd-9616777cb941', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f45e421-c0b8-4b5b-87bd-9616777cb941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:18,796 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.236s 2022-10-04 20:35:18,797 130707 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, 04 Oct 2022 20:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24208e9-3ec8-4278-9a88-76390285b3ef', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24208e9-3ec8-4278-9a88-76390285b3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:19,989 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.161s 2022-10-04 20:35:19,990 130707 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, 04 Oct 2022 20:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c9f0ce2-54ac-46d9-a8a7-05492c4e1914', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c9f0ce2-54ac-46d9-a8a7-05492c4e1914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:21,225 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.210s 2022-10-04 20:35:21,226 130707 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, 04 Oct 2022 20:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-922b0d09-7094-4e4f-8b8e-28d9507319d6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922b0d09-7094-4e4f-8b8e-28d9507319d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:22,401 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.132s 2022-10-04 20:35:22,401 130707 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, 04 Oct 2022 20:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fec09d9-1bb6-44a4-a2f7-c960f2a8769e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fec09d9-1bb6-44a4-a2f7-c960f2a8769e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:23,618 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.190s 2022-10-04 20:35:23,618 130707 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, 04 Oct 2022 20:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa61fa5-da2c-4506-919d-97aedbf91303', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa61fa5-da2c-4506-919d-97aedbf91303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:24,874 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.225s 2022-10-04 20:35:24,875 130707 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, 04 Oct 2022 20:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6791656d-dafa-4c6d-82ff-fccf59e32854', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6791656d-dafa-4c6d-82ff-fccf59e32854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:26,068 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.158s 2022-10-04 20:35:26,069 130707 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, 04 Oct 2022 20:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c657fef0-6f66-4089-b898-a0a63cfebb25', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c657fef0-6f66-4089-b898-a0a63cfebb25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:01.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:27,368 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.274s 2022-10-04 20:35:27,369 130707 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, 04 Oct 2022 20:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98305b0e-9b87-4369-abc1-db4263a8500f', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98305b0e-9b87-4369-abc1-db4263a8500f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:27.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:28,603 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259 0.205s 2022-10-04 20:35:28,604 130707 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, 04 Oct 2022 20:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d491c18-5952-428a-8adb-6604e6dbfcfd', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d491c18-5952-428a-8adb-6604e6dbfcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259'} Body: b'{"volume": {"id": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:34:15.000000", "updated_at": "2022-10-04T20:35:27.000000", "name": "tempest-tempest.common.compute-volume-1996725327", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/cf616fd82dd34c7d92f4d8e9e80f89f4/volumes/a0bd89cf-7d52-4b8d-97f5-51767a72e259"}], "user_id": "6a310d2bd16e4d52841042364253a86b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "cf616fd82dd34c7d92f4d8e9e80f89f4"}}' 2022-10-04 20:35:28,641 130707 INFO [tempest.common.waiters] volume a0bd89cf-7d52-4b8d-97f5-51767a72e259 reached available after waiting for 73.639350 seconds 2022-10-04 20:35:31,246 130707 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 2.603s 2022-10-04 20:35:31,246 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-1811052992", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "5a968067-4034-47ae-963a-b80f9544a870"}], "block_device_mapping_v2": [{"uuid": "a0bd89cf-7d52-4b8d-97f5-51767a72e259", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-885764e4-26b4-47e7-8aae-70100c03a2fe', 'x-compute-request-id': 'req-885764e4-26b4-47e7-8aae-70100c03a2fe', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 168, in test_volume_backed_live_migration self._test_live_migration(volume_backed=True) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationTest | 4 | 0 | 4 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
fail
ft20.1: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:37:29,990 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.228s 2022-10-04 20:37:29,991 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-27228a03-f1be-4eda-963e-e63937588f85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe9e839b68de4530b70e6a12fb5d00f1", "name": "tempest-LiveMigrationTest-1791906039-project", "password_expires_at": null}, "audit_ids": ["JVmb-jYeTP22yM8Ac2ojgA"], "expires_at": "2022-10-04T21:37:29.000000Z", "issued_at": "2022-10-04T20:37:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10ad510c188c41c5b44cde6ddd2f40e3", "name": "tempest-LiveMigrationTest-1791906039"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:29,992 130702 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration) Found network {'id': 'f83df98d-561c-48da-846a-6d99e02fce9a', 'name': 'tempest-LiveMigrationTest-1089892850-network', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:36:19Z', 'updated_at': '2022-10-04T20:36:20Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:35,588 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 5.595s 2022-10-04 20:37:35,588 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationTest-server-1427672692", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "f83df98d-561c-48da-846a-6d99e02fce9a"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:29 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': '214', 'x-openstack-request-id': 'req-555944bc-422c-4a5a-b1d9-b57178c83fee', 'x-compute-request-id': 'req-555944bc-422c-4a5a-b1d9-b57178c83fee', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 149, in test_live_block_migration self._test_live_migration() File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
fail
ft20.2: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:37:36,271 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.659s 2022-10-04 20:37:36,272 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f4f49e77-7b55-4b9a-89e5-1db84943def1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe9e839b68de4530b70e6a12fb5d00f1", "name": "tempest-LiveMigrationTest-1791906039-project", "password_expires_at": null}, "audit_ids": ["pq1Y05quSbqc2zUjp58cTA"], "expires_at": "2022-10-04T21:37:36.000000Z", "issued_at": "2022-10-04T20:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10ad510c188c41c5b44cde6ddd2f40e3", "name": "tempest-LiveMigrationTest-1791906039"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:36,273 130702 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_paused) Found network {'id': 'f83df98d-561c-48da-846a-6d99e02fce9a', 'name': 'tempest-LiveMigrationTest-1089892850-network', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:36:19Z', 'updated_at': '2022-10-04T20:36:20Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:38,152 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 500 POST http://10.222.0.78/compute/v2.1/servers 1.873s 2022-10-04 20:37:38,153 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationTest-server-1022840743", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "f83df98d-561c-48da-846a-6d99e02fce9a"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-1251beb4-ba7b-4a7c-b091-d8e71353700c', 'x-compute-request-id': 'req-1251beb4-ba7b-4a7c-b091-d8e71353700c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 159, in test_live_block_migration_paused self._test_live_migration(state='PAUSED') File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
fail
ft20.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:37:38,157 130702 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:37:41,650 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 3.485s 2022-10-04 20:37:41,652 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-383612971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBLW6JepBz9NBxHA3vN1clqgfLy3ixuWY0B1Zo1oIVpi4cu6DOvlqm0iYT3mkwnUw2mHFLcd0ITVqgtHOnwUrCHU4GW6IkFm3ysaH+oTU/fYi5GLEwWdtm48zWbd1lP49A=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60cb4552-66fc-49d6-b784-b3e8b9a98f8b', 'x-compute-request-id': 'req-60cb4552-66fc-49d6-b784-b3e8b9a98f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-383612971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBLW6JepBz9NBxHA3vN1clqgfLy3ixuWY0B1Zo1oIVpi4cu6DOvlqm0iYT3mkwnUw2mHFLcd0ITVqgtHOnwUrCHU4GW6IkFm3ysaH+oTU/fYi5GLEwWdtm48zWbd1lP49A==", "fingerprint": "11:45:99:8d:9d:1c:3c:03:b7:f6:8a:a5:c3:f4:af:7c", "user_id": "fe9e839b68de4530b70e6a12fb5d00f1"}}' 2022-10-04 20:37:41,657 130702 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-383612971 created 2022-10-04 20:37:42,278 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.619s 2022-10-04 20:37:42,279 130702 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--1440289309", "description": "tempest-description--705188479"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-866a78e1-35e9-4d5f-914f-0165c9efa489', 'date': 'Tue, 04 Oct 2022 20:37:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "name": "tempest-securitygroup--1440289309", "stateful": true, "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "description": "tempest-description--705188479", "shared": false, "security_group_rules": [{"id": "5e4c3a7a-58ec-452a-8246-a8ad3d560560", "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "security_group_id": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "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": 728, "description": null, "tags": [], "created_at": "2022-10-04T20:37:41Z", "updated_at": "2022-10-04T20:37:41Z", "revision_number": 0, "project_id": "10ad510c188c41c5b44cde6ddd2f40e3"}, {"id": "8602715c-588d-4004-8c2e-1abe9e00219c", "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "security_group_id": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "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": 727, "description": null, "tags": [], "created_at": "2022-10-04T20:37:41Z", "updated_at": "2022-10-04T20:37:41Z", "revision_number": 0, "project_id": "10ad510c188c41c5b44cde6ddd2f40e3"}], "tags": [], "created_at": "2022-10-04T20:37:41Z", "updated_at": "2022-10-04T20:37:41Z", "revision_number": 1, "project_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:43,144 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.864s 2022-10-04 20:37:43,145 130702 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": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "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-e1f7b81d-7968-47d0-8928-67be7f42784a', 'date': 'Tue, 04 Oct 2022 20:37:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6be7e255-7fb5-4687-94ad-6eab5e9e1fcb", "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "security_group_id": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:37:42Z", "updated_at": "2022-10-04T20:37:42Z", "revision_number": 0, "project_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:43,838 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.692s 2022-10-04 20:37:43,838 130702 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": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-366935de-2ad9-4158-9c00-b39710894b91', 'date': 'Tue, 04 Oct 2022 20:37:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa824ef0-2300-4bbb-bb4f-6030a76a6908", "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "security_group_id": "2260338d-161b-4e2b-bd54-99b6d1af67ba", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:37:43Z", "updated_at": "2022-10-04T20:37:43Z", "revision_number": 0, "project_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:43,839 130702 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1440289309 created 2022-10-04 20:37:47,130 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 3.290s 2022-10-04 20:37:47,133 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-83d23376-844c-450d-8f00-6183b20328f1', 'date': 'Tue, 04 Oct 2022 20:37:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0138032f-f393-4151-b61b-c95514e456c3", "tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3", "floating_ip_address": "172.25.5.241", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "10ad510c188c41c5b44cde6ddd2f40e3", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:37:45Z", "updated_at": "2022-10-04T20:37:45Z", "revision_number": 0}}' 2022-10-04 20:37:47,134 130702 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0138032f-f393-4151-b61b-c95514e456c3', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'floating_ip_address': '172.25.5.241', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:37:45Z', 'updated_at': '2022-10-04T20:37:45Z', 'revision_number': 0, 'ip': '172.25.5.241'} created 2022-10-04 20:37:47,615 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.470s 2022-10-04 20:37:47,620 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b7660f91-e1ff-4b05-b78d-43b1b9174a12', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe9e839b68de4530b70e6a12fb5d00f1", "name": "tempest-LiveMigrationTest-1791906039-project", "password_expires_at": null}, "audit_ids": ["6IeQRAjHREubTaPzOVcfpg"], "expires_at": "2022-10-04T21:37:47.000000Z", "issued_at": "2022-10-04T20:37:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10ad510c188c41c5b44cde6ddd2f40e3", "name": "tempest-LiveMigrationTest-1791906039"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:47,621 130702 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': 'f83df98d-561c-48da-846a-6d99e02fce9a', 'name': 'tempest-LiveMigrationTest-1089892850-network', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:36:19Z', 'updated_at': '2022-10-04T20:36:20Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:47,622 130702 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-383612971', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBLW6JepBz9NBxHA3vN1clqgfLy3ixuWY0B1Zo1oIVpi4cu6DOvlqm0iYT3mkwnUw2mHFLcd0ITVqgtHOnwUrCHU4GW6IkFm3ysaH+oTU/fYi5GLEwWdtm48zWbd1lP49A==', 'fingerprint': '11:45:99:8d:9d:1c:3c:03:b7:f6:8a:a5:c3:f4:af:7c', 'user_id': 'fe9e839b68de4530b70e6a12fb5d00f1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAiDOTG89LZpB4lsibS/EFfQkNQcnulxjGvOczYGGSZ2t3kIFHbVeQG\nTvvhkupQip+gBwYFK4EEACKhZANiAAQS1uiXqQc/TQcRwN7zdXJaoHy8t4sblmNA\ndWaNaCFaYuHLugzr5aptImE95pMJ1MNphxS3HdCE1aoLRzp8FKwh1OBluiJBZt8r\nGh/qE1P32IuRixMFnbZuPM1m3dZT+PQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2260338d-161b-4e2b-bd54-99b6d1af67ba', 'name': 'tempest-securitygroup--1440289309', 'stateful': True, 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'description': 'tempest-description--705188479', 'shared': False, 'security_group_rules': [{'id': '5e4c3a7a-58ec-452a-8246-a8ad3d560560', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'security_group_id': '2260338d-161b-4e2b-bd54-99b6d1af67ba', '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': 728, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:37:41Z', 'updated_at': '2022-10-04T20:37:41Z', 'revision_number': 0, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3'}, {'id': '8602715c-588d-4004-8c2e-1abe9e00219c', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'security_group_id': '2260338d-161b-4e2b-bd54-99b6d1af67ba', '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': 727, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:37:41Z', 'updated_at': '2022-10-04T20:37:41Z', 'revision_number': 0, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3'}], 'tags': [], 'created_at': '2022-10-04T20:37:41Z', 'updated_at': '2022-10-04T20:37:41Z', 'revision_number': 1, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3'}, 'floating_ip': {'id': '0138032f-f393-4151-b61b-c95514e456c3', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'floating_ip_address': '172.25.5.241', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:37:45Z', 'updated_at': '2022-10-04T20:37:45Z', 'revision_number': 0, 'ip': '172.25.5.241'}} 2022-10-04 20:37:51,131 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 3.507s 2022-10-04 20:37:51,132 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationTest-server-1391722891", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "f83df98d-561c-48da-846a-6d99e02fce9a"}], "security_groups": [{"name": "tempest-securitygroup--1440289309"}], "key_name": "tempest-keypair-383612971", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:47 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': '214', 'x-openstack-request-id': 'req-24023683-3c02-4955-ae02-c4090c415b07', 'x-compute-request-id': 'req-24023683-3c02-4955-ae02-c4090c415b07', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 187, in test_live_block_migration_with_attached_volume server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
fail
ft20.4: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:37:51,750 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.603s 2022-10-04 20:37:51,750 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-311cf53c-133e-46b2-b071-518e25d88293', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fe9e839b68de4530b70e6a12fb5d00f1", "name": "tempest-LiveMigrationTest-1791906039-project", "password_expires_at": null}, "audit_ids": ["tuqrg_UrQ2OBtml5S_zmeA"], "expires_at": "2022-10-04T21:37:51.000000Z", "issued_at": "2022-10-04T20:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10ad510c188c41c5b44cde6ddd2f40e3", "name": "tempest-LiveMigrationTest-1791906039"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/10ad510c188c41c5b44cde6ddd2f40e3", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:51,751 130702 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_volume_backed_live_migration) Found network {'id': 'f83df98d-561c-48da-846a-6d99e02fce9a', 'name': 'tempest-LiveMigrationTest-1089892850-network', 'tenant_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '10ad510c188c41c5b44cde6ddd2f40e3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:36:19Z', 'updated_at': '2022-10-04T20:36:20Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:53,826 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 202 POST http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes 2.073s 2022-10-04 20:37:53,827 130702 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-134282626", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3ca7d0-30c3-4df9-b747-8e13cd38d221', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3ca7d0-30c3-4df9-b747-8e13cd38d221', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.316706", "updated_at": null, "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:37:53,970 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.118s 2022-10-04 20:37:53,971 130702 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, 04 Oct 2022 20:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063c1d3a-7a9e-42c7-b912-d257b488012f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063c1d3a-7a9e-42c7-b912-d257b488012f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:55,244 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.242s 2022-10-04 20:37:55,245 130702 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, 04 Oct 2022 20:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b779de-e607-46a6-aa92-aad4900e84bb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b779de-e607-46a6-aa92-aad4900e84bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:56,709 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.438s 2022-10-04 20:37:56,710 130702 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, 04 Oct 2022 20:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28c8a5f-a19c-4588-99b4-8510e2cdca7a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28c8a5f-a19c-4588-99b4-8510e2cdca7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:58,074 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.327s 2022-10-04 20:37:58,074 130702 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, 04 Oct 2022 20:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2343b558-1407-4bd8-b3d7-77d9e1ccc8e4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2343b558-1407-4bd8-b3d7-77d9e1ccc8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:37:59,229 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.121s 2022-10-04 20:37:59,229 130702 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, 04 Oct 2022 20:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecae1633-ffcf-4747-9ffb-dbfdae376cb8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecae1633-ffcf-4747-9ffb-dbfdae376cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:00,445 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.181s 2022-10-04 20:38:00,446 130702 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, 04 Oct 2022 20:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3796da-4846-452b-9067-0a918117b20e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3796da-4846-452b-9067-0a918117b20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:01,668 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.193s 2022-10-04 20:38:01,668 130702 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, 04 Oct 2022 20:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6968b3c-82ec-4f34-8268-f9e91e1da155', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6968b3c-82ec-4f34-8268-f9e91e1da155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:02,942 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.246s 2022-10-04 20:38:02,943 130702 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, 04 Oct 2022 20:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c83547-b05f-4c05-934b-e050c42afdf2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c83547-b05f-4c05-934b-e050c42afdf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:04,104 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.134s 2022-10-04 20:38:04,105 130702 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, 04 Oct 2022 20:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea31b4f0-25a0-406e-b963-f9b0251f0727', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea31b4f0-25a0-406e-b963-f9b0251f0727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:05,379 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.246s 2022-10-04 20:38:05,379 130702 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, 04 Oct 2022 20:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9647f6b6-19dc-43d4-807e-511897b53fcd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9647f6b6-19dc-43d4-807e-511897b53fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:06,591 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.176s 2022-10-04 20:38:06,591 130702 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, 04 Oct 2022 20:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e244ed7f-92f3-4754-9153-d6679602ee22', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e244ed7f-92f3-4754-9153-d6679602ee22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:07,843 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.220s 2022-10-04 20:38:07,844 130702 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, 04 Oct 2022 20:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf666d1-3a20-4c3f-bba7-cadf564b3ca6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf666d1-3a20-4c3f-bba7-cadf564b3ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:09,070 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.195s 2022-10-04 20:38:09,071 130702 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, 04 Oct 2022 20:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d3d775-04c7-44d8-b81b-955038b42edd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d3d775-04c7-44d8-b81b-955038b42edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:10,317 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.219s 2022-10-04 20:38:10,317 130702 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, 04 Oct 2022 20:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b296c17-ffd1-4e5c-bef3-b8729df8fb33', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b296c17-ffd1-4e5c-bef3-b8729df8fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:11,650 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.300s 2022-10-04 20:38:11,651 130702 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, 04 Oct 2022 20:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c849a5bb-3d32-4fbf-a1c0-c4a4d9437670', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c849a5bb-3d32-4fbf-a1c0-c4a4d9437670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:12,856 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.168s 2022-10-04 20:38:12,857 130702 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, 04 Oct 2022 20:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0b31b8-f950-463e-92b0-f48b0c17d113', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0b31b8-f950-463e-92b0-f48b0c17d113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:14,093 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.202s 2022-10-04 20:38:14,094 130702 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, 04 Oct 2022 20:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f649ed5-9105-4c4d-be6b-9f24d1ba4496', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f649ed5-9105-4c4d-be6b-9f24d1ba4496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:15,362 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.236s 2022-10-04 20:38:15,363 130702 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, 04 Oct 2022 20:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8809f6-20a5-4b86-a191-08762c3ace6f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8809f6-20a5-4b86-a191-08762c3ace6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:16,587 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.191s 2022-10-04 20:38:16,588 130702 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, 04 Oct 2022 20:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9d4c83-00e0-4bf2-aca3-a8381d3637c0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9d4c83-00e0-4bf2-aca3-a8381d3637c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:17,836 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.222s 2022-10-04 20:38:17,837 130702 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, 04 Oct 2022 20:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c512a2d-cd91-435a-9f0f-05437cf5a2bf', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c512a2d-cd91-435a-9f0f-05437cf5a2bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:19,040 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.178s 2022-10-04 20:38:19,040 130702 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, 04 Oct 2022 20:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9bec4c4-9b56-45ed-8df2-f5b3ef837edb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9bec4c4-9b56-45ed-8df2-f5b3ef837edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:20,252 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.181s 2022-10-04 20:38:20,252 130702 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, 04 Oct 2022 20:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804e4274-97a6-49d1-bd08-98416387bb24', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804e4274-97a6-49d1-bd08-98416387bb24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:21,470 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.181s 2022-10-04 20:38:21,470 130702 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, 04 Oct 2022 20:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32fcb60-72f3-4d59-acbd-e657ff864b8f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32fcb60-72f3-4d59-acbd-e657ff864b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:22,702 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.192s 2022-10-04 20:38:22,703 130702 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, 04 Oct 2022 20:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b3f72e-1129-4863-a86e-d5e8aeca415d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b3f72e-1129-4863-a86e-d5e8aeca415d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:23,936 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.194s 2022-10-04 20:38:23,937 130702 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, 04 Oct 2022 20:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1955a6d9-ef8d-49b9-80e9-d518d80b598d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1955a6d9-ef8d-49b9-80e9-d518d80b598d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:25,135 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.157s 2022-10-04 20:38:25,136 130702 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, 04 Oct 2022 20:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d630fb6-df78-432d-b86e-5c7dd8d49583', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d630fb6-df78-432d-b86e-5c7dd8d49583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:26,416 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.233s 2022-10-04 20:38:26,417 130702 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, 04 Oct 2022 20:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eff05e7d-fb5d-43f6-961c-119789d7f011', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eff05e7d-fb5d-43f6-961c-119789d7f011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:27,666 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.214s 2022-10-04 20:38:27,666 130702 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, 04 Oct 2022 20:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b325c9e6-8f20-4bce-ae59-2e142977d6dc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b325c9e6-8f20-4bce-ae59-2e142977d6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:28,870 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.172s 2022-10-04 20:38:28,871 130702 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, 04 Oct 2022 20:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d38430-4535-4850-adf5-d67bc1bd7698', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d38430-4535-4850-adf5-d67bc1bd7698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:30,092 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.194s 2022-10-04 20:38:30,093 130702 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, 04 Oct 2022 20:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb9b95a-f03b-4b10-ab50-542aabd45995', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb9b95a-f03b-4b10-ab50-542aabd45995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:31,408 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.285s 2022-10-04 20:38:31,408 130702 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, 04 Oct 2022 20:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1094ee8c-213e-45f2-89f5-308faf3878e9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1094ee8c-213e-45f2-89f5-308faf3878e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:32,736 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.296s 2022-10-04 20:38:32,737 130702 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, 04 Oct 2022 20:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ad89dc-69b8-46ad-9569-1d15634cb9c5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ad89dc-69b8-46ad-9569-1d15634cb9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:34,082 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.307s 2022-10-04 20:38:34,083 130702 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, 04 Oct 2022 20:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ba2a69-bf0f-4325-9628-6f66aac1b031', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ba2a69-bf0f-4325-9628-6f66aac1b031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:35,392 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.279s 2022-10-04 20:38:35,393 130702 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, 04 Oct 2022 20:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-309c58b4-19bd-4437-b07c-3d523f43afa2', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-309c58b4-19bd-4437-b07c-3d523f43afa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:36,617 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.190s 2022-10-04 20:38:36,618 130702 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, 04 Oct 2022 20:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16801b57-c05f-4d2d-a0d9-6f4889b3861b', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16801b57-c05f-4d2d-a0d9-6f4889b3861b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:37,872 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.217s 2022-10-04 20:38:37,873 130702 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, 04 Oct 2022 20:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6aadec-c2b5-47d1-9038-dacd05047447', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6aadec-c2b5-47d1-9038-dacd05047447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:39,299 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.390s 2022-10-04 20:38:39,299 130702 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, 04 Oct 2022 20:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4be6e08-1afb-4348-8eb7-a04ebe3a9e8d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4be6e08-1afb-4348-8eb7-a04ebe3a9e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:37:55.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:40,559 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.228s 2022-10-04 20:38:40,559 130702 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, 04 Oct 2022 20:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b73fa92c-b9d2-4e9b-ad5b-51d7f2ae4fef', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b73fa92c-b9d2-4e9b-ad5b-51d7f2ae4fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:41,755 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.168s 2022-10-04 20:38:41,756 130702 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, 04 Oct 2022 20:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5c73874-10f6-4f68-8cc2-172983fb43bd', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5c73874-10f6-4f68-8cc2-172983fb43bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:43,014 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.226s 2022-10-04 20:38:43,014 130702 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, 04 Oct 2022 20:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24904b76-e2df-4420-a9f5-2a9bf0a73818', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24904b76-e2df-4420-a9f5-2a9bf0a73818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:44,166 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.117s 2022-10-04 20:38:44,167 130702 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, 04 Oct 2022 20:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a3bc66c-69d2-4cfa-9799-5f50fcbc3be1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a3bc66c-69d2-4cfa-9799-5f50fcbc3be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:45,371 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.175s 2022-10-04 20:38:45,372 130702 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, 04 Oct 2022 20:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-220b29c2-4863-4a95-8ba2-708827f52fbf', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220b29c2-4863-4a95-8ba2-708827f52fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:46,592 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.195s 2022-10-04 20:38:46,593 130702 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, 04 Oct 2022 20:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f906b3a-5d30-45d9-bc85-a4dc617643be', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f906b3a-5d30-45d9-bc85-a4dc617643be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:47,745 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.117s 2022-10-04 20:38:47,745 130702 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, 04 Oct 2022 20:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa83cf69-0905-43bf-b0e3-731529faf6e3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa83cf69-0905-43bf-b0e3-731529faf6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:48,911 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.127s 2022-10-04 20:38:48,912 130702 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, 04 Oct 2022 20:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b107f8c-1e11-457a-b2ae-330bc822f3e6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b107f8c-1e11-457a-b2ae-330bc822f3e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:50,200 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.259s 2022-10-04 20:38:50,201 130702 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, 04 Oct 2022 20:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32db27dc-bb08-4dde-8b8f-ad5bd436c2e2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32db27dc-bb08-4dde-8b8f-ad5bd436c2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:51,352 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.112s 2022-10-04 20:38:51,353 130702 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, 04 Oct 2022 20:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df68b5b7-e20c-44ab-9e1e-ea38947be50c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df68b5b7-e20c-44ab-9e1e-ea38947be50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:52,532 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.144s 2022-10-04 20:38:52,532 130702 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, 04 Oct 2022 20:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a48ade4-5928-4a73-b0f6-e02653c829d4', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a48ade4-5928-4a73-b0f6-e02653c829d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:53,693 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.128s 2022-10-04 20:38:53,693 130702 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, 04 Oct 2022 20:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89cb1403-72e4-4f9a-97a8-aca9bb39d971', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89cb1403-72e4-4f9a-97a8-aca9bb39d971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:54,901 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.176s 2022-10-04 20:38:54,902 130702 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, 04 Oct 2022 20:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d79e261-6085-44dc-a05a-d61d9f8723e4', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d79e261-6085-44dc-a05a-d61d9f8723e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:56,048 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.112s 2022-10-04 20:38:56,049 130702 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, 04 Oct 2022 20:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e7baae-353e-4d15-87e7-538f1716f918', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e7baae-353e-4d15-87e7-538f1716f918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:57,227 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.140s 2022-10-04 20:38:57,228 130702 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, 04 Oct 2022 20:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c44a74-03a4-4485-ab56-ccb1f29b561a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c44a74-03a4-4485-ab56-ccb1f29b561a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:58,374 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.121s 2022-10-04 20:38:58,375 130702 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, 04 Oct 2022 20:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502f885c-2223-4622-97db-6fe0f217411f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502f885c-2223-4622-97db-6fe0f217411f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:38:59,520 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.115s 2022-10-04 20:38:59,520 130702 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, 04 Oct 2022 20:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8be0941c-a6d8-45df-a562-1e9f0ee8709f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8be0941c-a6d8-45df-a562-1e9f0ee8709f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:00,712 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.163s 2022-10-04 20:39:00,713 130702 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, 04 Oct 2022 20:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967abd8c-026b-48b9-a17c-2a95c79393f3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967abd8c-026b-48b9-a17c-2a95c79393f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:01,937 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.194s 2022-10-04 20:39:01,938 130702 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, 04 Oct 2022 20:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b53d56b-878c-472c-bf65-58e5bbce1ac5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b53d56b-878c-472c-bf65-58e5bbce1ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:03,207 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.240s 2022-10-04 20:39:03,208 130702 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, 04 Oct 2022 20:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40720bf5-14bf-499c-af13-a80d1e44804d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40720bf5-14bf-499c-af13-a80d1e44804d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:04,398 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.159s 2022-10-04 20:39:04,399 130702 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, 04 Oct 2022 20:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3c05c2-8ca2-456c-8c2e-d93b53e1668b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3c05c2-8ca2-456c-8c2e-d93b53e1668b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:05,670 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.232s 2022-10-04 20:39:05,670 130702 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, 04 Oct 2022 20:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94665618-6c8f-4972-87f9-189c601bc352', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94665618-6c8f-4972-87f9-189c601bc352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:38:40.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:06,871 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350 0.169s 2022-10-04 20:39:06,872 130702 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, 04 Oct 2022 20:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb855f8-2ec3-4bfd-92dc-c62549cfe577', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb855f8-2ec3-4bfd-92dc-c62549cfe577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350'} Body: b'{"volume": {"id": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:37:53.000000", "updated_at": "2022-10-04T20:39:06.000000", "name": "tempest-tempest.common.compute-volume-134282626", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/10ad510c188c41c5b44cde6ddd2f40e3/volumes/cf9c15f0-69ba-42e7-aeca-eec6547dd350"}], "user_id": "fe9e839b68de4530b70e6a12fb5d00f1", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "10ad510c188c41c5b44cde6ddd2f40e3"}}' 2022-10-04 20:39:06,902 130702 INFO [tempest.common.waiters] volume cf9c15f0-69ba-42e7-aeca-eec6547dd350 reached available after waiting for 73.902000 seconds 2022-10-04 20:39:09,896 130702 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 2.993s 2022-10-04 20:39:09,897 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationTest-server-2087924089", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "f83df98d-561c-48da-846a-6d99e02fce9a"}], "block_device_mapping_v2": [{"uuid": "cf9c15f0-69ba-42e7-aeca-eec6547dd350", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-6e3bc53a-976f-4106-a702-bc7279a15145', 'x-compute-request-id': 'req-6e3bc53a-976f-4106-a702-bc7279a15145', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 168, in test_volume_backed_live_migration self._test_live_migration(volume_backed=True) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 119, in _test_live_migration server_id = self.create_test_server(wait_until="ACTIVE", File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
fail
ft21.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:31:36,627 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.230s 2022-10-04 20:31:36,628 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-468f47df-914b-4bc3-b3b0-7f1247febb8c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "name": "tempest-LiveMigrationNegativeTest-650952009-project", "password_expires_at": null}, "audit_ids": ["sh235E03THKj8wRKI42CQA"], "expires_at": "2022-10-04T21:31:36.000000Z", "issued_at": "2022-10-04T20:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756f3ec49694205b5dccf3408cee098", "name": "tempest-LiveMigrationNegativeTest-650952009"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:31:36,629 130712 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_invalid_host_for_migration) Found network None available for tenant 2022-10-04 20:31:37,924 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 202 POST http://10.222.0.78/compute/v2.1/servers 1.293s 2022-10-04 20:31:37,924 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationNegativeTest-server-461552002", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866ec351-0976-43b3-ab14-0f655614d5c6', 'x-compute-request-id': 'req-866ec351-0976-43b3-ab14-0f655614d5c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bmN5n8YUPTJH"}}' 2022-10-04 20:31:38,596 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.664s 2022-10-04 20:31:38,597 130712 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, 04 Oct 2022 20:31:37 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-af79790b-b232-4874-94fc-db279ccde706', 'x-compute-request-id': 'req-af79790b-b232-4874-94fc-db279ccde706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:38Z", "updated": "2022-10-04T20:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:41,003 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.377s 2022-10-04 20:31:41,004 130712 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, 04 Oct 2022 20:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1222', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf18b916-9402-45ee-b65f-9400c3b6ec3c', 'x-compute-request-id': 'req-bf18b916-9402-45ee-b65f-9400c3b6ec3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:42,959 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.933s 2022-10-04 20:31:42,959 130712 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, 04 Oct 2022 20:31:42 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-ed55d8b4-8097-4b31-878c-711920f99b00', 'x-compute-request-id': 'req-ed55d8b4-8097-4b31-878c-711920f99b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "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": []}}' 2022-10-04 20:31:42,995 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait 2022-10-04 20:31:45,732 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.733s 2022-10-04 20:31:45,733 130712 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, 04 Oct 2022 20:31:44 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-a4cd7b2e-fccd-4de2-8527-ed2562362619', 'x-compute-request-id': 'req-a4cd7b2e-fccd-4de2-8527-ed2562362619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:45,747 130712 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-10-04 20:31:47,523 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.774s 2022-10-04 20:31:47,523 130712 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, 04 Oct 2022 20:31: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-3f2ce337-3616-4dfc-82e1-de01521958b7', 'x-compute-request-id': 'req-3f2ce337-3616-4dfc-82e1-de01521958b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:49,219 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.665s 2022-10-04 20:31:49,219 130712 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, 04 Oct 2022 20:31: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-232f12eb-950d-41a4-904e-795c562ff29a', 'x-compute-request-id': 'req-232f12eb-950d-41a4-904e-795c562ff29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:51,179 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.933s 2022-10-04 20:31:51,180 130712 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, 04 Oct 2022 20:31: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-1d9420af-f61a-4b88-a987-258ea7f1eb61', 'x-compute-request-id': 'req-1d9420af-f61a-4b88-a987-258ea7f1eb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:52,786 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.576s 2022-10-04 20:31:52,786 130712 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, 04 Oct 2022 20:31: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-ed37d3ac-be3d-4121-a9b2-e2a50e86fe97', 'x-compute-request-id': 'req-ed37d3ac-be3d-4121-a9b2-e2a50e86fe97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:54,479 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.666s 2022-10-04 20:31:54,480 130712 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, 04 Oct 2022 20:31: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-cce82032-5e2c-40f7-9e58-ede1c0c810a3', 'x-compute-request-id': 'req-cce82032-5e2c-40f7-9e58-ede1c0c810a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:56,323 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.810s 2022-10-04 20:31:56,324 130712 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, 04 Oct 2022 20:31:55 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-cb74d07b-da7f-4cb2-b488-a17957d69676', 'x-compute-request-id': 'req-cb74d07b-da7f-4cb2-b488-a17957d69676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:31:58,024 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.663s 2022-10-04 20:31:58,026 130712 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, 04 Oct 2022 20:31:57 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-846592dd-d3c6-4f19-859a-a5f9188e3fd2', 'x-compute-request-id': 'req-846592dd-d3c6-4f19-859a-a5f9188e3fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:00,097 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.034s 2022-10-04 20:32:00,097 130712 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, 04 Oct 2022 20:31:59 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-76ca8aef-aa37-4574-91d3-70c4632b880d', 'x-compute-request-id': 'req-76ca8aef-aa37-4574-91d3-70c4632b880d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:02,006 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.878s 2022-10-04 20:32:02,007 130712 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, 04 Oct 2022 20:32:01 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-8a2c7bf1-26a7-4de6-849d-141d6c1358be', 'x-compute-request-id': 'req-8a2c7bf1-26a7-4de6-849d-141d6c1358be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:04,046 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.015s 2022-10-04 20:32:04,047 130712 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, 04 Oct 2022 20:32:03 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-84157355-d137-4c54-bcbc-d5de50c14aa8', 'x-compute-request-id': 'req-84157355-d137-4c54-bcbc-d5de50c14aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:05,822 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.743s 2022-10-04 20:32:05,823 130712 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, 04 Oct 2022 20:32:05 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-14bce75a-4b2e-4d22-a4b4-67d439ff3e2e', 'x-compute-request-id': 'req-14bce75a-4b2e-4d22-a4b4-67d439ff3e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:07,524 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 0.683s 2022-10-04 20:32:07,525 130712 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, 04 Oct 2022 20:32:06 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-72e26917-c352-49df-ac55-1b58d67ff17f', 'x-compute-request-id': 'req-72e26917-c352-49df-ac55-1b58d67ff17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:09,614 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.048s 2022-10-04 20:32:09,615 130712 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, 04 Oct 2022 20:32:08 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-f40137d2-d0fb-4489-9bd3-c161d76f6424', 'x-compute-request-id': 'req-f40137d2-d0fb-4489-9bd3-c161d76f6424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:12,049 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64 1.394s 2022-10-04 20:32:12,050 130712 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, 04 Oct 2022 20:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bb4bdf9-17bc-40b5-8623-69013e5a3f5a', 'x-compute-request-id': 'req-7bb4bdf9-17bc-40b5-8623-69013e5a3f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64'} Body: b'{"server": {"id": "657c60d3-dfa6-4665-aa9c-66cf28399f64", "name": "tempest-LiveMigrationNegativeTest-server-461552002", "status": "ACTIVE", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "24a318c58a78d3ef67513db287282ee456bdb79d06f5ce8e81b705e4", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:31:37Z", "updated": "2022-10-04T20:32:09Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.196", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f8:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:32:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:12,086 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2022-10-04 20:32:13,812 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 500 POST http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64/action 1.724s 2022-10-04 20:32:13,813 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-migrateLive": {"host": "tempest-host-698058966", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-eb6c7859-e142-4ffa-9602-ac5e58279dfc', 'x-compute-request-id': 'req-eb6c7859-e142-4ffa-9602-ac5e58279dfc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/657c60d3-dfa6-4665-aa9c-66cf28399f64/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration_negative.py", line 49, in test_invalid_host_for_migration self.assertRaises(lib_exc.BadRequest, self._migrate_server_to, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration_negative.py", line 40, in _migrate_server_to self.admin_servers_client.live_migrate_server(server_id, **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 538, in live_migrate_server return self.action(server_id, 'os-migrateLive', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
fail
ft21.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:32:14,190 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.341s 2022-10-04 20:32:14,191 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-349e6f86-7327-4453-a03b-e91ceb8a3d8e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "name": "tempest-LiveMigrationNegativeTest-650952009-project", "password_expires_at": null}, "audit_ids": ["45W8ZdQlSdenE5i3VUOKxQ"], "expires_at": "2022-10-04T21:32:13.000000Z", "issued_at": "2022-10-04T20:32:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756f3ec49694205b5dccf3408cee098", "name": "tempest-LiveMigrationNegativeTest-650952009"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/e756f3ec49694205b5dccf3408cee098", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:32:14,192 130712 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_live_block_migration_suspended) Found network None available for tenant 2022-10-04 20:32:17,036 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.78/compute/v2.1/servers 2.842s 2022-10-04 20:32:17,036 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationNegativeTest-server-442794865", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ccab8c-2cc1-4a42-8b8e-f15b4b4e3085', 'x-compute-request-id': 'req-e0ccab8c-2cc1-4a42-8b8e-f15b4b4e3085', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "edbtWEk5FB9A"}}' 2022-10-04 20:32:17,665 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.621s 2022-10-04 20:32:17,666 130712 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, 04 Oct 2022 20:32:17 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-0f4afe4c-98e1-41ad-935e-2950ee7c0e76', 'x-compute-request-id': 'req-0f4afe4c-98e1-41ad-935e-2950ee7c0e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:17Z", "updated": "2022-10-04T20:32:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:20,100 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 1.406s 2022-10-04 20:32:20,101 130712 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, 04 Oct 2022 20:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1222', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f2d53bc-cc06-401d-84dd-76b1447b7065', 'x-compute-request-id': 'req-7f2d53bc-cc06-401d-84dd-76b1447b7065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:21,839 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.703s 2022-10-04 20:32:21,839 130712 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, 04 Oct 2022 20:32:21 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-c256a0aa-2d46-4d4d-b3ba-1c1ce932da51', 'x-compute-request-id': 'req-c256a0aa-2d46-4d4d-b3ba-1c1ce932da51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:21,867 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-10-04 20:32:23,371 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.503s 2022-10-04 20:32:23,372 130712 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, 04 Oct 2022 20:32:22 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-17ff0eb1-5096-4dfb-b9dc-c640288a2a7a', 'x-compute-request-id': 'req-17ff0eb1-5096-4dfb-b9dc-c640288a2a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:23,401 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2022-10-04 20:32:25,764 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 1.360s 2022-10-04 20:32:25,764 130712 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, 04 Oct 2022 20:32: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-e1bab78b-4e41-4fd0-897d-6c7130347ed1', 'x-compute-request-id': 'req-e1bab78b-4e41-4fd0-897d-6c7130347ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:27,730 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.935s 2022-10-04 20:32:27,734 130712 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, 04 Oct 2022 20:32:26 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-91b54a82-76b0-408d-8563-26e7791f6033', 'x-compute-request-id': 'req-91b54a82-76b0-408d-8563-26e7791f6033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:29,505 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.734s 2022-10-04 20:32:29,506 130712 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, 04 Oct 2022 20:32:28 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-4f3ad73e-3434-4c9b-980a-a0e7da696d56', 'x-compute-request-id': 'req-4f3ad73e-3434-4c9b-980a-a0e7da696d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:31,210 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.675s 2022-10-04 20:32:31,211 130712 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, 04 Oct 2022 20:32:30 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-0f215f4b-f5bd-4e37-8750-4d357bf91b2d', 'x-compute-request-id': 'req-0f215f4b-f5bd-4e37-8750-4d357bf91b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:32,786 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.543s 2022-10-04 20:32:32,796 130712 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, 04 Oct 2022 20:32:32 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-b99c9c91-2a49-4c9d-a897-2f6b8df20485', 'x-compute-request-id': 'req-b99c9c91-2a49-4c9d-a897-2f6b8df20485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:34,407 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.587s 2022-10-04 20:32:34,407 130712 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, 04 Oct 2022 20:32:33 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-0634c253-a8fc-4d4d-8b6c-8fbadd04930c', 'x-compute-request-id': 'req-0634c253-a8fc-4d4d-8b6c-8fbadd04930c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:36,427 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.979s 2022-10-04 20:32:36,427 130712 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, 04 Oct 2022 20:32:35 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-49fa1f18-0e3b-42f2-a813-538881ea8f3d', 'x-compute-request-id': 'req-49fa1f18-0e3b-42f2-a813-538881ea8f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:37,963 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.495s 2022-10-04 20:32:37,964 130712 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, 04 Oct 2022 20:32:37 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-8363d1f4-8d12-477f-869b-a8c1b87cfde7', 'x-compute-request-id': 'req-8363d1f4-8d12-477f-869b-a8c1b87cfde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:39,505 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.510s 2022-10-04 20:32:39,506 130712 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, 04 Oct 2022 20:32: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-2ad22541-84c4-4a2e-ae37-3c29fb1c3113', 'x-compute-request-id': 'req-2ad22541-84c4-4a2e-ae37-3c29fb1c3113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:40,910 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.372s 2022-10-04 20:32:40,913 130712 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, 04 Oct 2022 20:32:40 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-c69cdd59-1156-4f3f-9167-72a87f80cef8', 'x-compute-request-id': 'req-c69cdd59-1156-4f3f-9167-72a87f80cef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "BUILD", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:43,013 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 1.076s 2022-10-04 20:32:43,013 130712 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, 04 Oct 2022 20:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5371101-8fe8-4717-849b-221566e1ea00', 'x-compute-request-id': 'req-e5371101-8fe8-4717-849b-221566e1ea00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "ACTIVE", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:42Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5a:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:32:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:43,030 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 26 second wait 2022-10-04 20:32:43,523 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac/action 0.492s 2022-10-04 20:32:43,524 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:32:43 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-53f50526-366f-498e-9a79-2fb54cd39422', 'x-compute-request-id': 'req-53f50526-366f-498e-9a79-2fb54cd39422', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac/action'} Body: b'' 2022-10-04 20:32:43,945 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.420s 2022-10-04 20:32:43,945 130712 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, 04 Oct 2022 20:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1475', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-859907c2-68ac-45b1-94aa-5a915a7be4a9', 'x-compute-request-id': 'req-859907c2-68ac-45b1-94aa-5a915a7be4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "ACTIVE", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:43Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5a:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:32:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "suspending", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:45,339 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.364s 2022-10-04 20:32:45,340 130712 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, 04 Oct 2022 20:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1458', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b35eb84-6b63-4eb6-bcde-22321a98a9fa', 'x-compute-request-id': 'req-4b35eb84-6b63-4eb6-bcde-22321a98a9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "SUSPENDED", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:45Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5a:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:32:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "suspended", "OS-EXT-STS:power_state": 7, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:45,368 130712 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-10-04 20:32:46,213 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac 0.843s 2022-10-04 20:32:46,213 130712 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, 04 Oct 2022 20:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c12fb416-b6e1-403b-9aa6-ebdcf87a96bf', 'x-compute-request-id': 'req-c12fb416-b6e1-403b-9aa6-ebdcf87a96bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac'} Body: b'{"server": {"id": "8cb8f74d-23b2-4d2b-be76-202a02a5daac", "name": "tempest-LiveMigrationNegativeTest-server-442794865", "status": "SUSPENDED", "tenant_id": "e756f3ec49694205b5dccf3408cee098", "user_id": "4b8c35b4791b41fea4edf6b6f1ef6de1", "metadata": {}, "hostId": "77bc647402f97b673cc4bc01315f7eebf3d7a6f7303a2077bce123dc", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:32:16Z", "updated": "2022-10-04T20:32:45Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5a:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:32:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "suspended", "OS-EXT-STS:power_state": 7, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:32:46,677 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.78/compute/v2.1/os-services?binary=nova-compute 0.426s 2022-10-04 20:32:46,681 130712 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, 04 Oct 2022 20:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff1cb699-9f0a-4997-ab35-c1f5078b80da', 'x-compute-request-id': 'req-ff1cb699-9f0a-4997-ab35-c1f5078b80da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-852085-12", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-04T20:32:39.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h2-852085-12", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-04T20:32:41.000000", "disabled_reason": null}]}' 2022-10-04 20:32:47,635 130712 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 500 POST http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac/action 0.944s 2022-10-04 20:32:47,636 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-migrateLive": {"host": "n-h2-852085-12", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-f3e83f44-7e63-45a4-9911-beb1068ced30', 'x-compute-request-id': 'req-f3e83f44-7e63-45a4-9911-beb1068ced30', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/8cb8f74d-23b2-4d2b-be76-202a02a5daac/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration_negative.py", line 66, in test_live_block_migration_suspended self.assertRaises(lib_exc.Conflict, self._migrate_server_to, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration_negative.py", line 40, in _migrate_server_to self.admin_servers_client.live_migrate_server(server_id, **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 538, in live_migrate_server return self.action(server_id, 'os-migrateLive', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 1 | 4 | 0 | 0 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
fail
ft22.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:33:24,650 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 1.273s 2022-10-04 20:33:24,651 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1899cc99-2f67-4e05-94f1-be6eeeac964c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4360a08eed56405b99333776285fef3a", "name": "tempest-MigrationsAdminTest-1386345839-project", "password_expires_at": null}, "audit_ids": ["tWRm5nU9Tji-riz-ISmKpA"], "expires_at": "2022-10-04T21:33:24.000000Z", "issued_at": "2022-10-04T20:33:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74eef3bf938c491d8a2f5192ba598c19", "name": "tempest-MigrationsAdminTest-1386345839"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:33:24,652 130712 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-10-04 20:33:27,899 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.78/compute/v2.1/servers 3.245s 2022-10-04 20:33:27,899 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-287449236", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-046f92fa-0fb4-4374-aabb-6093e8cc4d13', 'x-compute-request-id': 'req-046f92fa-0fb4-4374-aabb-6093e8cc4d13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "x7dhTzB7qMmA"}}' 2022-10-04 20:33:28,307 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.400s 2022-10-04 20:33:28,307 130712 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, 04 Oct 2022 20:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e8d2d81-d1fa-4430-b97b-ce551df378c3', 'x-compute-request-id': 'req-4e8d2d81-d1fa-4430-b97b-ce551df378c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:28Z", "updated": "2022-10-04T20:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:29,563 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.226s 2022-10-04 20:33:29,564 130712 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, 04 Oct 2022 20:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f477da10-9d24-454f-be3a-d329dcdab61f', 'x-compute-request-id': 'req-f477da10-9d24-454f-be3a-d329dcdab61f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:28Z", "updated": "2022-10-04T20:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:31,004 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.406s 2022-10-04 20:33:31,004 130712 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, 04 Oct 2022 20:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-790c4f4c-b36a-4b80-b3e0-5a546d8ab18e', 'x-compute-request-id': 'req-790c4f4c-b36a-4b80-b3e0-5a546d8ab18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:28Z", "updated": "2022-10-04T20:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:32,396 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.356s 2022-10-04 20:33:32,397 130712 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, 04 Oct 2022 20:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c38e2120-e95c-40f3-b9c7-17ce7b12c967', 'x-compute-request-id': 'req-c38e2120-e95c-40f3-b9c7-17ce7b12c967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:32,425 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-10-04 20:33:35,200 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 1.773s 2022-10-04 20:33:35,200 130712 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, 04 Oct 2022 20:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33206720-dae5-4489-abea-5587ee0e51d3', 'x-compute-request-id': 'req-33206720-dae5-4489-abea-5587ee0e51d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:36,729 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.494s 2022-10-04 20:33:36,730 130712 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, 04 Oct 2022 20:33:36 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-f7dcb172-3cdb-469f-93b9-40341ded6f60', 'x-compute-request-id': 'req-f7dcb172-3cdb-469f-93b9-40341ded6f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:36,763 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 8 second wait 2022-10-04 20:33:38,113 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.348s 2022-10-04 20:33:38,114 130712 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, 04 Oct 2022 20:33:37 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-1b00cb40-fb9c-4c43-a91f-c0156a48c1b1', 'x-compute-request-id': 'req-1b00cb40-fb9c-4c43-a91f-c0156a48c1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:40,346 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 1.192s 2022-10-04 20:33:40,347 130712 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, 04 Oct 2022 20:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a573c75f-b4a1-41ec-9ab2-8a4f5cc22d4c', 'x-compute-request-id': 'req-a573c75f-b4a1-41ec-9ab2-8a4f5cc22d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:42,165 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.783s 2022-10-04 20:33:42,166 130712 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, 04 Oct 2022 20:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2312ce40-a297-4fff-93bc-a5732feab27a', 'x-compute-request-id': 'req-2312ce40-a297-4fff-93bc-a5732feab27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:44,268 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 1.071s 2022-10-04 20:33:44,269 130712 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, 04 Oct 2022 20:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c0af6a8-29f2-4bc4-8264-5bbd47402d36', 'x-compute-request-id': 'req-5c0af6a8-29f2-4bc4-8264-5bbd47402d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:46,176 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.869s 2022-10-04 20:33:46,176 130712 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, 04 Oct 2022 20:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97b6ea5c-7c0a-48ea-a125-664d6538c959', 'x-compute-request-id': 'req-97b6ea5c-7c0a-48ea-a125-664d6538c959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:47,812 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.606s 2022-10-04 20:33:47,813 130712 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, 04 Oct 2022 20:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a299e195-19a9-466b-bacd-4c4c078e2046', 'x-compute-request-id': 'req-a299e195-19a9-466b-bacd-4c4c078e2046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:49,372 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.521s 2022-10-04 20:33:49,373 130712 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, 04 Oct 2022 20:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41495798-4113-4e19-8c73-4d848222c295', 'x-compute-request-id': 'req-41495798-4113-4e19-8c73-4d848222c295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:52,017 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 1.598s 2022-10-04 20:33:52,018 130712 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, 04 Oct 2022 20:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfe2e1da-d177-4113-b19e-3bf25364452e', 'x-compute-request-id': 'req-cfe2e1da-d177-4113-b19e-3bf25364452e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:54,714 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 1.664s 2022-10-04 20:33:54,715 130712 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, 04 Oct 2022 20:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bbd2857-049a-4930-976d-fb5b8413d4ea', 'x-compute-request-id': 'req-1bbd2857-049a-4930-976d-fb5b8413d4ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:56,693 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.943s 2022-10-04 20:33:56,694 130712 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, 04 Oct 2022 20:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42320beb-f3a5-47ae-a8c2-19d3ba0b3838', 'x-compute-request-id': 'req-42320beb-f3a5-47ae-a8c2-19d3ba0b3838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:33:58,559 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 0.826s 2022-10-04 20:33:58,560 130712 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, 04 Oct 2022 20:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7e000ec-bc80-4878-888a-fa7db5c970a8', 'x-compute-request-id': 'req-c7e000ec-bc80-4878-888a-fa7db5c970a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:02,136 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 2.536s 2022-10-04 20:34:02,137 130712 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, 04 Oct 2022 20:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19944ab-d78d-4033-b45c-ff9d9c9cbf65', 'x-compute-request-id': 'req-e19944ab-d78d-4033-b45c-ff9d9c9cbf65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:34:00Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.249", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:7a:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:33:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:02,175 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2022-10-04 20:34:06,437 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189 4.261s 2022-10-04 20:34:06,438 130712 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, 04 Oct 2022 20:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0b49ca4-6e50-4e11-9df0-b3dcb620ea21', 'x-compute-request-id': 'req-d0b49ca4-6e50-4e11-9df0-b3dcb620ea21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189'} Body: b'{"server": {"id": "bdb3a6b7-921f-41d4-a55e-0686a4dc7189", "name": "tempest-MigrationsAdminTest-server-287449236", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:33:27Z", "updated": "2022-10-04T20:34:00Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.249", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:7a:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:33:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:07,307 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 500 POST http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189/action 0.846s 2022-10-04 20:34:07,308 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cd2febe5-e986-4366-a49e-c51998fd189d', 'x-compute-request-id': 'req-cd2febe5-e986-4366-a49e-c51998fd189d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/bdb3a6b7-921f-41d4-a55e-0686a4dc7189/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 166, in test_cold_migration self._test_cold_migrate_server(revert=False) File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 144, in _test_cold_migrate_server self.admin_servers_client.migrate_server(server['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 547, in migrate_server return self.action(server_id, 'migrate', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt22.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
fail
ft22.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:34:08,206 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.608s 2022-10-04 20:34:08,207 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-079f28ca-1e73-44f6-acc8-44cf50aeabf7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4360a08eed56405b99333776285fef3a", "name": "tempest-MigrationsAdminTest-1386345839-project", "password_expires_at": null}, "audit_ids": ["BHAOX3quQdGmsjNta0uiaA"], "expires_at": "2022-10-04T21:34:08.000000Z", "issued_at": "2022-10-04T20:34:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74eef3bf938c491d8a2f5192ba598c19", "name": "tempest-MigrationsAdminTest-1386345839"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:34:08,208 130712 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-10-04 20:34:10,211 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.78/compute/v2.1/servers 2.002s 2022-10-04 20:34:10,212 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-735321884", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2998c8a-b047-49f0-921a-b829a17cf2e3', 'x-compute-request-id': 'req-e2998c8a-b047-49f0-921a-b829a17cf2e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Z334TNjRAxAE"}}' 2022-10-04 20:34:13,717 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 3.498s 2022-10-04 20:34:13,717 130712 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, 04 Oct 2022 20:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca468181-d8c3-4dca-bd4b-9c8089060220', 'x-compute-request-id': 'req-ca468181-d8c3-4dca-bd4b-9c8089060220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:17,084 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 2.328s 2022-10-04 20:34:17,085 130712 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, 04 Oct 2022 20:34:14 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-d532a508-5f08-4208-ad22-91b873f3b2f5', 'x-compute-request-id': 'req-d532a508-5f08-4208-ad22-91b873f3b2f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:17,119 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-10-04 20:34:21,865 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 3.743s 2022-10-04 20:34:21,866 130712 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, 04 Oct 2022 20:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89fb744-2d57-4208-92ef-5393a2069151', 'x-compute-request-id': 'req-e89fb744-2d57-4208-92ef-5393a2069151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:26,284 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 3.384s 2022-10-04 20:34:26,284 130712 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, 04 Oct 2022 20:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-420b240b-97b0-48d4-8e8b-957dd76fcb85', 'x-compute-request-id': 'req-420b240b-97b0-48d4-8e8b-957dd76fcb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:29,227 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 1.917s 2022-10-04 20:34:29,227 130712 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, 04 Oct 2022 20:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a87c6f-7d09-4384-be37-aae07c2ee7d2', 'x-compute-request-id': 'req-62a87c6f-7d09-4384-be37-aae07c2ee7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:34,035 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 3.767s 2022-10-04 20:34:34,035 130712 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, 04 Oct 2022 20:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-807b1bdd-1f33-41d0-a785-bcca023e7528', 'x-compute-request-id': 'req-807b1bdd-1f33-41d0-a785-bcca023e7528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:37,094 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3 2.016s 2022-10-04 20:34:37,094 130712 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, 04 Oct 2022 20:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1461', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20eac229-449e-42ed-8ef3-b83ba4ba7dfe', 'x-compute-request-id': 'req-20eac229-449e-42ed-8ef3-b83ba4ba7dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3'} Body: b'{"server": {"id": "f5072682-0691-4542-a881-7f874a8d8ef3", "name": "tempest-MigrationsAdminTest-server-735321884", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:09Z", "updated": "2022-10-04T20:34:34Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.65", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:8f:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/f5072682-0691-4542-a881-7f874a8d8ef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:34:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:37,132 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait 2022-10-04 20:34:41,907 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 500 POST http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3/action 4.774s 2022-10-04 20:34:41,908 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "451"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:37 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': '214', 'x-openstack-request-id': 'req-0417a767-4cb3-4a18-a280-27093afbf306', 'x-compute-request-id': 'req-0417a767-4cb3-4a18-a280-27093afbf306', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/f5072682-0691-4542-a881-7f874a8d8ef3/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 48, in test_list_migrations_in_flavor_resize_situation self.resize_server(server_id, self.flavor_ref_alt) File "/opt/stack/tempest/tempest/api/compute/base.py", line 465, in resize_server self.servers_client.resize_server(server_id, new_flavor_id, **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 319, in resize_server return self.action(server_id, 'resize', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
fail
ft22.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:34:42,129 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/flavors/452 0.215s 2022-10-04 20:34:42,130 130712 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, 04 Oct 2022 20:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df71ae5-5a6f-4f72-994b-20ab1d9f1ebd', 'x-compute-request-id': 'req-2df71ae5-5a6f-4f72-994b-20ab1d9f1ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/452'} Body: b'{"flavor": {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}}' 2022-10-04 20:34:43,075 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.78/compute/v2.1/flavors 0.932s 2022-10-04 20:34:43,076 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"name": "tempest-test_resize_flavor_-504611071", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '498', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0127ed51-783d-41fc-bd5f-6514e6091170', 'x-compute-request-id': 'req-0127ed51-783d-41fc-bd5f-6514e6091170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "name": "tempest-test_resize_flavor_-504611071", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}}' 2022-10-04 20:34:43,200 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs 0.115s 2022-10-04 20:34:43,206 130712 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, 04 Oct 2022 20:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-662d20d7-8e2e-420e-b68f-fe83b5e7d022', 'x-compute-request-id': 'req-662d20d7-8e2e-420e-b68f-fe83b5e7d022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-04 20:34:43,589 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.366s 2022-10-04 20:34:43,589 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7ea77052-b107-4171-983e-7f47df708f83', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4360a08eed56405b99333776285fef3a", "name": "tempest-MigrationsAdminTest-1386345839-project", "password_expires_at": null}, "audit_ids": ["yZq9G54HQpODSTgWTviZoQ"], "expires_at": "2022-10-04T21:34:43.000000Z", "issued_at": "2022-10-04T20:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74eef3bf938c491d8a2f5192ba598c19", "name": "tempest-MigrationsAdminTest-1386345839"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:34:43,590 130712 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-10-04 20:34:46,645 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.78/compute/v2.1/servers 3.053s 2022-10-04 20:34:46,646 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-2003783815", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "3dd9b571-606f-4449-973e-3afbb6686838"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc2c0b96-98c0-4de1-bc7d-59db7f9617c7', 'x-compute-request-id': 'req-bc2c0b96-98c0-4de1-bc7d-59db7f9617c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "csC9DoXnN2db"}}' 2022-10-04 20:34:48,331 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.679s 2022-10-04 20:34:48,332 130712 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, 04 Oct 2022 20:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c8e9cf-21d9-4ef9-b9ca-0657a9ee87f3', 'x-compute-request-id': 'req-10c8e9cf-21d9-4ef9-b9ca-0657a9ee87f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:49,818 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.458s 2022-10-04 20:34:49,819 130712 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, 04 Oct 2022 20:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dfe1e08-9cfc-4c0c-86bb-2836ee3aca9f', 'x-compute-request-id': 'req-3dfe1e08-9cfc-4c0c-86bb-2836ee3aca9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:53,057 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 2.202s 2022-10-04 20:34:53,058 130712 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, 04 Oct 2022 20:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1331', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59a70e4e-e3b2-4efb-9881-4bce40905058', 'x-compute-request-id': 'req-59a70e4e-e3b2-4efb-9881-4bce40905058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:53,093 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 5 second wait 2022-10-04 20:34:54,899 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.804s 2022-10-04 20:34:54,900 130712 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, 04 Oct 2022 20:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1331', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f77fc840-bb2f-4e4a-b08c-f9eacad948be', 'x-compute-request-id': 'req-f77fc840-bb2f-4e4a-b08c-f9eacad948be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:57,644 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.703s 2022-10-04 20:34:57,645 130712 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, 04 Oct 2022 20:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cb6edd5-4405-4625-8378-bb014ce27833', 'x-compute-request-id': 'req-0cb6edd5-4405-4625-8378-bb014ce27833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "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": []}}' 2022-10-04 20:34:57,685 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 9 second wait 2022-10-04 20:34:59,757 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.066s 2022-10-04 20:34:59,757 130712 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, 04 Oct 2022 20:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc5c5996-b155-4f30-b691-1d61d918b3e9', 'x-compute-request-id': 'req-cc5c5996-b155-4f30-b691-1d61d918b3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:59,778 130712 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 11 second wait 2022-10-04 20:35:02,574 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.794s 2022-10-04 20:35:02,575 130712 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, 04 Oct 2022 20:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a746e800-30ab-43b0-be8a-81bf40d81b29', 'x-compute-request-id': 'req-a746e800-30ab-43b0-be8a-81bf40d81b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:04,260 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.650s 2022-10-04 20:35:04,260 130712 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, 04 Oct 2022 20:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3199bb63-eb36-430a-b2c2-167ed00bb24a', 'x-compute-request-id': 'req-3199bb63-eb36-430a-b2c2-167ed00bb24a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:06,166 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.864s 2022-10-04 20:35:06,167 130712 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, 04 Oct 2022 20:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49f758a9-81a1-4acc-8d01-a89760012a2b', 'x-compute-request-id': 'req-49f758a9-81a1-4acc-8d01-a89760012a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:07,997 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.790s 2022-10-04 20:35:07,997 130712 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, 04 Oct 2022 20:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76dddd1-dfb2-41d0-879e-8011b256f878', 'x-compute-request-id': 'req-f76dddd1-dfb2-41d0-879e-8011b256f878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:09,773 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.744s 2022-10-04 20:35:09,773 130712 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, 04 Oct 2022 20:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e852144-625e-4737-8a99-ea66d2a9f18c', 'x-compute-request-id': 'req-9e852144-625e-4737-8a99-ea66d2a9f18c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:12,110 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.296s 2022-10-04 20:35:12,110 130712 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, 04 Oct 2022 20:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7060a5d1-a39e-4d63-9028-c3b3df5b05d7', 'x-compute-request-id': 'req-7060a5d1-a39e-4d63-9028-c3b3df5b05d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:14,716 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.575s 2022-10-04 20:35:14,716 130712 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, 04 Oct 2022 20:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f09676-c1e4-421b-8ada-ae880f9e7581', 'x-compute-request-id': 'req-28f09676-c1e4-421b-8ada-ae880f9e7581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:16,762 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 1.004s 2022-10-04 20:35:16,762 130712 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, 04 Oct 2022 20:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b592e0c3-f91a-4e51-8b2b-25824587f3e5', 'x-compute-request-id': 'req-b592e0c3-f91a-4e51-8b2b-25824587f3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:18,426 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.639s 2022-10-04 20:35:18,427 130712 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, 04 Oct 2022 20:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-540fc585-a1e4-4aff-9686-58bfda332e91', 'x-compute-request-id': 'req-540fc585-a1e4-4aff-9686-58bfda332e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:20,389 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.935s 2022-10-04 20:35:20,390 130712 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, 04 Oct 2022 20:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef0532bf-8895-4c2a-bbc1-f227be633d42', 'x-compute-request-id': 'req-ef0532bf-8895-4c2a-bbc1-f227be633d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:22,104 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.675s 2022-10-04 20:35:22,105 130712 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, 04 Oct 2022 20:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90ff9f5d-c404-4041-9035-6e3567161a0e', 'x-compute-request-id': 'req-90ff9f5d-c404-4041-9035-6e3567161a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:23,995 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.860s 2022-10-04 20:35:23,996 130712 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, 04 Oct 2022 20:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a06a5a17-93d9-4b2b-acb8-6ea455af139e', 'x-compute-request-id': 'req-a06a5a17-93d9-4b2b-acb8-6ea455af139e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:26,007 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 0.976s 2022-10-04 20:35:26,008 130712 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, 04 Oct 2022 20:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1528', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d075b5-31e6-40c8-9c56-0cba52098f9d', 'x-compute-request-id': 'req-70d075b5-31e6-40c8-9c56-0cba52098f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:35:23Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.54", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:60:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:35:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:26,043 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 38 second wait 2022-10-04 20:35:29,910 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201 3.857s 2022-10-04 20:35:29,911 130712 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, 04 Oct 2022 20:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1528', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f4e474b-fea9-4523-8ba8-33429120061d', 'x-compute-request-id': 'req-5f4e474b-fea9-4523-8ba8-33429120061d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201'} Body: b'{"server": {"id": "0f57f25a-23a5-469a-bdab-c55a3d3a7201", "name": "tempest-MigrationsAdminTest-server-2003783815", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "f9305fa5ae7c9b8e6f1a3bfe75f39a53862cd79a45a1c7b5b0684dfe", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "3dd9b571-606f-4449-973e-3afbb6686838", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3dd9b571-606f-4449-973e-3afbb6686838"}]}, "created": "2022-10-04T20:34:46Z", "updated": "2022-10-04T20:35:23Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.54", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:60:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:35:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:31,635 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 DELETE http://10.222.0.78/compute/v2.1/flavors/3dd9b571-606f-4449-973e-3afbb6686838 1.691s 2022-10-04 20:35:31,636 130712 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, 04 Oct 2022 20:35:29 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-995e785a-924d-4cf9-b6a2-7b8d161e4135', 'x-compute-request-id': 'req-995e785a-924d-4cf9-b6a2-7b8d161e4135', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/3dd9b571-606f-4449-973e-3afbb6686838'} Body: b'' 2022-10-04 20:35:31,935 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.78/compute/v2.1/flavors/detail 0.298s 2022-10-04 20:35:31,936 130712 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, 04 Oct 2022 20:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c644c5dc-b53e-4857-afa2-81dbb0ecdfe1', 'x-compute-request-id': 'req-c644c5dc-b53e-4857-afa2-81dbb0ecdfe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is 2022-10-04 20:35:32,335 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 500 POST http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201/action 0.372s 2022-10-04 20:35:32,335 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "451"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-86fe2d8c-8c64-4d90-9645-667a12757377', 'x-compute-request-id': 'req-86fe2d8c-8c64-4d90-9645-667a12757377', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/0f57f25a-23a5-469a-bdab-c55a3d3a7201/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:35:32,416 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 404 DELETE http://10.222.0.78/compute/v2.1/flavors/3dd9b571-606f-4449-973e-3afbb6686838 0.079s 2022-10-04 20:35:32,416 130712 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, 04 Oct 2022 20:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '109', 'x-openstack-request-id': 'req-3b36c77e-08bd-4d01-852b-53f74e269dc5', 'x-compute-request-id': 'req-3b36c77e-08bd-4d01-852b-53f74e269dc5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/3dd9b571-606f-4449-973e-3afbb6686838'} Body: b'{"itemNotFound": {"code": 404, "message": "Flavor 3dd9b571-606f-4449-973e-3afbb6686838 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 112, in test_resize_server_revert_deleted_flavor self.servers_client.resize_server(server['id'], self.flavor_ref_alt) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 319, in resize_server return self.action(server_id, 'resize', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
fail
ft22.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:35:32,745 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.311s 2022-10-04 20:35:32,746 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e0df2abc-88ab-440e-bb68-36209b7968f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4360a08eed56405b99333776285fef3a", "name": "tempest-MigrationsAdminTest-1386345839-project", "password_expires_at": null}, "audit_ids": ["a7DnouoTTUibyGM8F5imgw"], "expires_at": "2022-10-04T21:35:32.000000Z", "issued_at": "2022-10-04T20:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74eef3bf938c491d8a2f5192ba598c19", "name": "tempest-MigrationsAdminTest-1386345839"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74eef3bf938c491d8a2f5192ba598c19", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:35:32,747 130712 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-10-04 20:35:35,869 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.78/compute/v2.1/servers 3.121s 2022-10-04 20:35:35,870 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MigrationsAdminTest-server-883495521", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-436e56f3-c032-4b4e-9149-4c834c472cf2', 'x-compute-request-id': 'req-436e56f3-c032-4b4e-9149-4c834c472cf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5GJ7j5puPifD"}}' 2022-10-04 20:35:37,192 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.316s 2022-10-04 20:35:37,193 130712 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, 04 Oct 2022 20:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a33fe9f0-a0ed-410b-87af-6e78305d8817', 'x-compute-request-id': 'req-a33fe9f0-a0ed-410b-87af-6e78305d8817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:36Z", "updated": "2022-10-04T20:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:38,506 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.272s 2022-10-04 20:35:38,507 130712 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, 04 Oct 2022 20:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1216', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78c02c01-915a-48a8-8c65-32c8386aaa2a', 'x-compute-request-id': 'req-78c02c01-915a-48a8-8c65-32c8386aaa2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:40,315 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.776s 2022-10-04 20:35:40,316 130712 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, 04 Oct 2022 20:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e8177a6-9cca-47ae-b3ef-4b06e488d10f', 'x-compute-request-id': 'req-1e8177a6-9cca-47ae-b3ef-4b06e488d10f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:40,349 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-10-04 20:35:41,956 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.606s 2022-10-04 20:35:41,957 130712 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, 04 Oct 2022 20:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-951e1ffd-ba13-472d-8269-35bd56994bfd', 'x-compute-request-id': 'req-951e1ffd-ba13-472d-8269-35bd56994bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:43,791 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.794s 2022-10-04 20:35:43,792 130712 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, 04 Oct 2022 20:35:42 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-9aa678ec-5d72-4c37-b2e4-6aa704d41d5b', 'x-compute-request-id': 'req-9aa678ec-5d72-4c37-b2e4-6aa704d41d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "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": []}}' 2022-10-04 20:35:43,829 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait 2022-10-04 20:35:45,274 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.443s 2022-10-04 20:35:45,275 130712 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, 04 Oct 2022 20:35:44 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-1d696616-4ccd-4cd1-b2d5-07960fb5412d', 'x-compute-request-id': 'req-1d696616-4ccd-4cd1-b2d5-07960fb5412d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "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": []}}' 2022-10-04 20:35:46,626 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.315s 2022-10-04 20:35:46,626 130712 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, 04 Oct 2022 20:35:46 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-850fa27d-c707-403e-80ff-ab81a82103ff', 'x-compute-request-id': 'req-850fa27d-c707-403e-80ff-ab81a82103ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:46,663 130712 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait 2022-10-04 20:35:48,166 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.501s 2022-10-04 20:35:48,167 130712 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, 04 Oct 2022 20:35:47 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-a0e4ab3c-b882-48b9-92bb-7856ebf7ce4f', 'x-compute-request-id': 'req-a0e4ab3c-b882-48b9-92bb-7856ebf7ce4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:49,606 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 0.411s 2022-10-04 20:35:49,607 130712 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, 04 Oct 2022 20:35:49 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-cb5a9136-a3d2-49ad-9ad0-c555c86e8e82', 'x-compute-request-id': 'req-cb5a9136-a3d2-49ad-9ad0-c555c86e8e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:52,653 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.006s 2022-10-04 20:35:52,654 130712 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, 04 Oct 2022 20:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4725934e-15bd-4441-8fa9-4d2c2d8dddc3', 'x-compute-request-id': 'req-4725934e-15bd-4441-8fa9-4d2c2d8dddc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:57,634 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 3.946s 2022-10-04 20:35:57,634 130712 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, 04 Oct 2022 20:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9649372-f6c1-4741-b16d-e4e679c39a25', 'x-compute-request-id': 'req-c9649372-f6c1-4741-b16d-e4e679c39a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:00,338 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.665s 2022-10-04 20:36:00,338 130712 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, 04 Oct 2022 20:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdc6a16a-c983-4796-b637-dd18437c97fe', 'x-compute-request-id': 'req-bdc6a16a-c983-4796-b637-dd18437c97fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:02,538 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.167s 2022-10-04 20:36:02,539 130712 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, 04 Oct 2022 20:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e457260-96fd-49b3-9ab1-a36e8bbbb5a4', 'x-compute-request-id': 'req-4e457260-96fd-49b3-9ab1-a36e8bbbb5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:05,856 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.283s 2022-10-04 20:36:05,857 130712 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, 04 Oct 2022 20:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6afe53eb-deb1-4909-ae07-ba68d9ad5c61', 'x-compute-request-id': 'req-6afe53eb-deb1-4909-ae07-ba68d9ad5c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:08,150 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.258s 2022-10-04 20:36:08,151 130712 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, 04 Oct 2022 20:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a0e988-6bf5-4abb-ad7d-9100a4d46171', 'x-compute-request-id': 'req-d0a0e988-6bf5-4abb-ad7d-9100a4d46171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:11,428 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.245s 2022-10-04 20:36:11,428 130712 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, 04 Oct 2022 20:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02e51f8c-5073-4ec3-83fb-c12082fcfaa0', 'x-compute-request-id': 'req-02e51f8c-5073-4ec3-83fb-c12082fcfaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:14,588 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.125s 2022-10-04 20:36:14,589 130712 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, 04 Oct 2022 20:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abd949d9-eeb4-4ae9-89c1-e46d253f0b15', 'x-compute-request-id': 'req-abd949d9-eeb4-4ae9-89c1-e46d253f0b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:18,200 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.577s 2022-10-04 20:36:18,201 130712 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, 04 Oct 2022 20:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3371f77e-fceb-4755-908a-824c9a4016d1', 'x-compute-request-id': 'req-3371f77e-fceb-4755-908a-824c9a4016d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:21,390 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 2.149s 2022-10-04 20:36:21,390 130712 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, 04 Oct 2022 20:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da50ec8-86b3-4b77-ba08-bc2ef2d9c738', 'x-compute-request-id': 'req-4da50ec8-86b3-4b77-ba08-bc2ef2d9c738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "BUILD", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:23,837 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.406s 2022-10-04 20:36:23,844 130712 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, 04 Oct 2022 20:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af86f0f-f04c-4225-9f52-3dbb2634c88a', 'x-compute-request-id': 'req-4af86f0f-f04c-4225-9f52-3dbb2634c88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:36:20Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.228", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:d0:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:36:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:23,869 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 46 second wait 2022-10-04 20:36:25,369 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56 1.499s 2022-10-04 20:36:25,370 130712 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, 04 Oct 2022 20:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c01712a0-9376-46c9-8aa0-ea1cdea9fa28', 'x-compute-request-id': 'req-c01712a0-9376-46c9-8aa0-ea1cdea9fa28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56'} Body: b'{"server": {"id": "3cbd24d1-c9b9-4e54-a25f-c8553d279e56", "name": "tempest-MigrationsAdminTest-server-883495521", "status": "ACTIVE", "tenant_id": "74eef3bf938c491d8a2f5192ba598c19", "user_id": "4360a08eed56405b99333776285fef3a", "metadata": {}, "hostId": "673139216cd45d42682d5784741f5f5d9750b24fcb929175b5262408", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:35:35Z", "updated": "2022-10-04T20:36:20Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.228", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:d0:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:36:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:36:26,014 130712 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 500 POST http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56/action 0.597s 2022-10-04 20:36:26,015 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-1baecfa5-1c57-4155-a348-64259545591a', 'x-compute-request-id': 'req-1baecfa5-1c57-4155-a348-64259545591a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/3cbd24d1-c9b9-4e54-a25f-c8553d279e56/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 173, in test_revert_cold_migration self._test_cold_migrate_server(revert=True) File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 144, in _test_cold_migrate_server self.admin_servers_client.migrate_server(server['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 547, in migrate_server return self.action(server_id, 'migrate', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 7 | 4 | 3 | 0 | 0 | Detail | |
test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
pass
pt23.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
||||||
test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
fail
ft23.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:34:35,112 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.404s 2022-10-04 20:34:35,113 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-66ff7d47-3fb3-4887-9eea-214a509c3a7a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7caebe70d8da45aebdeeae629801512c", "name": "tempest-ServersAdminNegativeTestJSON-564248376-project", "password_expires_at": null}, "audit_ids": ["NUFlZNPBRC-upkkdpSFpbA"], "expires_at": "2022-10-04T21:34:34.000000Z", "issued_at": "2022-10-04T20:34:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e024c248dfa402e9aa19677dd749c9f", "name": "tempest-ServersAdminNegativeTestJSON-564248376"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_7e024c248dfa402e9aa19677dd749c9f", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/7e024c248dfa402e9aa19677dd749c9f", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/7e024c248dfa402e9aa19677dd749c9f", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/7e024c248dfa402e9aa19677dd749c9f", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:34:35,114 130711 INFO [tempest.lib.common.fixed_network] (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state) Found network None available for tenant 2022-10-04 20:34:39,956 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.78/compute/v2.1/servers 4.840s 2022-10-04 20:34:39,956 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97f9dda0-be5b-4bc7-8012-6f8a9c047b99', 'x-compute-request-id': 'req-97f9dda0-be5b-4bc7-8012-6f8a9c047b99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "pGtiYQtc6tAH"}}' 2022-10-04 20:34:42,086 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 2.123s 2022-10-04 20:34:42,087 130711 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, 04 Oct 2022 20:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1221', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d72b7c5-c6be-45ae-a806-fd06bbce7c51', 'x-compute-request-id': 'req-6d72b7c5-c6be-45ae-a806-fd06bbce7c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:40Z", "updated": "2022-10-04T20:34:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:43,661 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.549s 2022-10-04 20:34:43,661 130711 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, 04 Oct 2022 20:34:43 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-92adb395-f002-4f5b-8e6d-240abd59f430', 'x-compute-request-id': 'req-92adb395-f002-4f5b-8e6d-240abd59f430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:43,699 130711 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-10-04 20:34:47,294 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 2.593s 2022-10-04 20:34:47,295 130711 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, 04 Oct 2022 20:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91b87365-12c8-4813-a90f-814a8bc11e7b', 'x-compute-request-id': 'req-91b87365-12c8-4813-a90f-814a8bc11e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:47,330 130711 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-10-04 20:34:48,715 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.383s 2022-10-04 20:34:48,715 130711 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, 04 Oct 2022 20:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c795ca5-8a8f-4a3e-94fe-b69ec77500a7', 'x-compute-request-id': 'req-9c795ca5-8a8f-4a3e-94fe-b69ec77500a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:51,805 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 2.058s 2022-10-04 20:34:51,806 130711 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, 04 Oct 2022 20:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9032c5c6-932f-402d-a67b-fe32cefc113e', 'x-compute-request-id': 'req-9032c5c6-932f-402d-a67b-fe32cefc113e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:53,782 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.958s 2022-10-04 20:34:53,782 130711 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, 04 Oct 2022 20:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fe4bd8-ace7-4846-8972-9edfb7e30989', 'x-compute-request-id': 'req-d1fe4bd8-ace7-4846-8972-9edfb7e30989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:56,876 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 2.061s 2022-10-04 20:34:56,877 130711 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, 04 Oct 2022 20:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3933b7d9-752c-4b4c-b76e-d47ed71b988f', 'x-compute-request-id': 'req-3933b7d9-752c-4b4c-b76e-d47ed71b988f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:34:59,038 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.123s 2022-10-04 20:34:59,038 130711 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, 04 Oct 2022 20:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634ce869-6cb2-45e8-ae25-2a8034f858cb', 'x-compute-request-id': 'req-634ce869-6cb2-45e8-ae25-2a8034f858cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:01,207 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.140s 2022-10-04 20:35:01,208 130711 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, 04 Oct 2022 20:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25ce1f0e-9036-45bd-a5d3-d8d0642a1e5c', 'x-compute-request-id': 'req-25ce1f0e-9036-45bd-a5d3-d8d0642a1e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:03,081 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.826s 2022-10-04 20:35:03,081 130711 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, 04 Oct 2022 20:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-140ab974-d1e2-4367-99ce-84abf49c1350', 'x-compute-request-id': 'req-140ab974-d1e2-4367-99ce-84abf49c1350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:05,225 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.110s 2022-10-04 20:35:05,225 130711 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, 04 Oct 2022 20:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce6c853f-1203-4e42-948c-03622f3432ee', 'x-compute-request-id': 'req-ce6c853f-1203-4e42-948c-03622f3432ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:07,028 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.772s 2022-10-04 20:35:07,029 130711 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, 04 Oct 2022 20:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17d79765-eda7-4d32-aa2f-f67f9bd9b378', 'x-compute-request-id': 'req-17d79765-eda7-4d32-aa2f-f67f9bd9b378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:08,805 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.736s 2022-10-04 20:35:08,805 130711 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, 04 Oct 2022 20:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1944d95f-fcaf-47da-a4f4-b85fc9b3d46e', 'x-compute-request-id': 'req-1944d95f-fcaf-47da-a4f4-b85fc9b3d46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:11,029 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.198s 2022-10-04 20:35:11,030 130711 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, 04 Oct 2022 20:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a458b88f-052d-4437-b7e0-77bc34deb5c1', 'x-compute-request-id': 'req-a458b88f-052d-4437-b7e0-77bc34deb5c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:12,840 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 0.778s 2022-10-04 20:35:12,840 130711 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, 04 Oct 2022 20:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9656edc9-43d7-4053-b64d-a990563554ab', 'x-compute-request-id': 'req-9656edc9-43d7-4053-b64d-a990563554ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:15,420 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.554s 2022-10-04 20:35:15,420 130711 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, 04 Oct 2022 20:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba94bcc-8350-4e1d-97f7-d45f4141aded', 'x-compute-request-id': 'req-0ba94bcc-8350-4e1d-97f7-d45f4141aded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:17,608 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.154s 2022-10-04 20:35:17,609 130711 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, 04 Oct 2022 20:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c164945-1bf9-45de-b9cd-57d5b0ac963e', 'x-compute-request-id': 'req-9c164945-1bf9-45de-b9cd-57d5b0ac963e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "BUILD", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:20,514 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.866s 2022-10-04 20:35:20,515 130711 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, 04 Oct 2022 20:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88e367f4-12a9-4c95-85e4-73a4bdf975d0', 'x-compute-request-id': 'req-88e367f4-12a9-4c95-85e4-73a4bdf975d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "ACTIVE", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:35:18Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.80", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:85:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:35:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:20,555 130711 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 38 second wait 2022-10-04 20:35:22,264 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8/action 1.708s 2022-10-04 20:35:22,264 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3d0574b-4d36-46ca-8f66-ba620f8294a0', 'x-compute-request-id': 'req-a3d0574b-4d36-46ca-8f66-ba620f8294a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8/action'} Body: b'' 2022-10-04 20:35:24,378 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 2.112s 2022-10-04 20:35:24,378 130711 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, 04 Oct 2022 20:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1631', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bc33d14-8ef6-4bd7-a6bd-030b1f14ff4a', 'x-compute-request-id': 'req-5bc33d14-8ef6-4bd7-a6bd-030b1f14ff4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "ACTIVE", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:35:22Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.80", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:85:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:35:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-STS:task_state": "suspending", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:26,736 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8 1.322s 2022-10-04 20:35:26,736 130711 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, 04 Oct 2022 20:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1614', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4578678-0ece-4afa-adaf-fdff5fd0ac3c', 'x-compute-request-id': 'req-d4578678-0ece-4afa-adaf-fdff5fd0ac3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8'} Body: b'{"server": {"id": "aa10127f-3488-4ff2-ac91-5411815abde8", "name": "tempest-ServersAdminNegativeTestJSON-server-914697792", "status": "SUSPENDED", "tenant_id": "7e024c248dfa402e9aa19677dd749c9f", "user_id": "7caebe70d8da45aebdeeae629801512c", "metadata": {}, "hostId": "33e9b76e991bfe634ae5f96c951db4937b351ccf705b1b8e83b8f2b3", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, "created": "2022-10-04T20:34:39Z", "updated": "2022-10-04T20:35:24Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.80", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:85:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/aa10127f-3488-4ff2-ac91-5411815abde8"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:35:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "suspended", "OS-EXT-STS:power_state": 7, "os-extended-volumes:volumes_attached": []}}' 2022-10-04 20:35:26,778 130711 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-10-04 20:35:27,984 130711 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 500 POST http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8/action 1.205s 2022-10-04 20:35:27,984 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cdebb3bd-4601-457a-b6f6-085bd2d3b25f', 'x-compute-request-id': 'req-cdebb3bd-4601-457a-b6f6-085bd2d3b25f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/aa10127f-3488-4ff2-ac91-5411815abde8/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 138, in test_migrate_server_invalid_state self.assertRaises(lib_exc.Conflict, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 547, in migrate_server return self.action(server_id, 'migrate', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
pass
pt23.3: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
||||||
test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
pass
pt23.4: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
||||||
test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
pass
pt23.5: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
||||||
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
fail
ft23.6: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:27:24,668 180165 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-10-04 21:27:24,669 180165 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-10-04 21:27:24,669 180165 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-10-04 21:27:24,865 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 GET http://10.222.0.78/compute/v2.1/os-quota-sets/39d99c8623964f299bab3664296b77f9 0.194s 2022-10-04 21:27:24,865 180165 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, 04 Oct 2022 21:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fa23a58-1cd3-42fe-8089-ac6c6b2a1543', 'x-compute-request-id': 'req-9fa23a58-1cd3-42fe-8089-ac6c6b2a1543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-quota-sets/39d99c8623964f299bab3664296b77f9'} Body: b'{"quota_set": {"id": "39d99c8623964f299bab3664296b77f9", "cores": 20, "fixed_ips": -1, "floating_ips": -1, "injected_file_content_bytes": 10240, "injected_file_path_bytes": 255, "injected_files": 5, "instances": 10, "key_pairs": 100, "metadata_items": 128, "ram": 51200, "security_group_rules": -1, "security_groups": -1, "server_group_members": 10, "server_groups": 10}}' 2022-10-04 21:27:25,046 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 POST http://10.222.0.78/compute/v2.1/flavors 0.174s 2022-10-04 21:27:25,046 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 51201, "vcpus": 1, "disk": 5, "name": "tempest-ServersAdminNegativeTestJSON-flavor-223866353", "id": 668516573, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '434', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ec440f7-51c4-47a5-8047-793fd8351cde', 'x-compute-request-id': 'req-3ec440f7-51c4-47a5-8047-793fd8351cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "668516573", "name": "tempest-ServersAdminNegativeTestJSON-flavor-223866353", "ram": 51201, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/668516573"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/668516573"}]}}' 2022-10-04 21:27:25,291 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 500 POST http://10.222.0.78/compute/v2.1/servers/260be7b2-1bfe-4b9c-b3c2-914d3274dcdf/action 0.239s 2022-10-04 21:27:25,292 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "668516573"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-751e9d3b-08ba-4173-aa36-359c3b1f7abd', 'x-compute-request-id': 'req-751e9d3b-08ba-4173-aa36-359c3b1f7abd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/260be7b2-1bfe-4b9c-b3c2-914d3274dcdf/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:27:25,499 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/flavors/668516573 0.157s 2022-10-04 21:27:25,500 180165 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, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07348983-62ff-41fe-8774-c5222a4c6a88', 'x-compute-request-id': 'req-07348983-62ff-41fe-8774-c5222a4c6a88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/668516573'} Body: b'' 2022-10-04 21:27:25,560 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.78/compute/v2.1/flavors/detail 0.059s 2022-10-04 21:27:25,561 180165 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, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a4718a-3acf-48ff-b78f-728f5d4e872e', 'x-compute-request-id': 'req-c6a4718a-3acf-48ff-b78f-728f5d4e872e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is 2022-10-04 21:27:25,585 180165 DEBUG [oslo_concurrency.lockutils] Releasing lock "compute_quotas" }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 63, in test_resize_server_using_overlimit_ram self.assertRaises((lib_exc.Forbidden, lib_exc.OverLimit), File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 319, in resize_server return self.action(server_id, 'resize', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
fail
ft23.7: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:27:25,590 180165 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-10-04 21:27:25,591 180165 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-10-04 21:27:25,592 180165 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-10-04 21:27:25,744 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 GET http://10.222.0.78/compute/v2.1/os-quota-sets/39d99c8623964f299bab3664296b77f9 0.151s 2022-10-04 21:27:25,745 180165 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, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c45c3439-09ea-4354-982f-5947c9df32cc', 'x-compute-request-id': 'req-c45c3439-09ea-4354-982f-5947c9df32cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-quota-sets/39d99c8623964f299bab3664296b77f9'} Body: b'{"quota_set": {"id": "39d99c8623964f299bab3664296b77f9", "cores": 20, "fixed_ips": -1, "floating_ips": -1, "injected_file_content_bytes": 10240, "injected_file_path_bytes": 255, "injected_files": 5, "instances": 10, "key_pairs": 100, "metadata_items": 128, "ram": 51200, "security_group_rules": -1, "security_groups": -1, "server_group_members": 10, "server_groups": 10}}' 2022-10-04 21:27:25,904 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 POST http://10.222.0.78/compute/v2.1/flavors 0.150s 2022-10-04 21:27:25,905 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 512, "vcpus": 21, "disk": 5, "name": "tempest-ServersAdminNegativeTestJSON-flavor-954449565", "id": 2093954831, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '436', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce50337-4070-4198-9437-864b206f2de2', 'x-compute-request-id': 'req-0ce50337-4070-4198-9437-864b206f2de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "2093954831", "name": "tempest-ServersAdminNegativeTestJSON-flavor-954449565", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 21, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2093954831"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2093954831"}]}}' 2022-10-04 21:27:26,144 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 500 POST http://10.222.0.78/compute/v2.1/servers/260be7b2-1bfe-4b9c-b3c2-914d3274dcdf/action 0.230s 2022-10-04 21:27:26,145 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "2093954831"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2f69d7ea-d1a6-434d-b26a-d9d87c762be8', 'x-compute-request-id': 'req-2f69d7ea-d1a6-434d-b26a-d9d87c762be8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/260be7b2-1bfe-4b9c-b3c2-914d3274dcdf/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:27:26,357 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/flavors/2093954831 0.210s 2022-10-04 21:27:26,358 180165 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, 04 Oct 2022 21:27:26 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-870b2596-8405-4ae7-9a4e-0ad8a576cc31', 'x-compute-request-id': 'req-870b2596-8405-4ae7-9a4e-0ad8a576cc31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/2093954831'} Body: b'' 2022-10-04 21:27:26,414 180165 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.78/compute/v2.1/flavors/detail 0.055s 2022-10-04 21:27:26,415 180165 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, 04 Oct 2022 21:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e290125-2e06-418b-9447-f25ab0559245', 'x-compute-request-id': 'req-0e290125-2e06-418b-9447-f25ab0559245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is 2022-10-04 21:27:26,436 180165 DEBUG [oslo_concurrency.lockutils] Releasing lock "compute_quotas" }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 86, in test_resize_server_using_overlimit_vcpus self.assertRaises((lib_exc.Forbidden, lib_exc.OverLimit), File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 319, in resize_server return self.action(server_id, 'resize', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_unshelve_to_specific_host[id-b5cc0889-50c2-46a0-b8ff-b5fb4c3a6e20] |
fail
ft24.1: tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest.test_unshelve_to_specific_host[id-b5cc0889-50c2-46a0-b8ff-b5fb4c3a6e20]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:40:03,201 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.631s 2022-10-04 20:40:03,202 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-79070195-e3c9-41db-a803-fc77510b91b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a9990d76e7b941ee9dcedb1cb7974d3e", "name": "tempest-UnshelveToHostMultiNodesTest-1701435296-project", "password_expires_at": null}, "audit_ids": ["67thLE33TN2JE8dt-N4E2A"], "expires_at": "2022-10-04T21:40:02.000000Z", "issued_at": "2022-10-04T20:40:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "060a53e4fead4141a343b3e54bb09eff", "name": "tempest-UnshelveToHostMultiNodesTest-1701435296"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_060a53e4fead4141a343b3e54bb09eff", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/060a53e4fead4141a343b3e54bb09eff", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/060a53e4fead4141a343b3e54bb09eff", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/060a53e4fead4141a343b3e54bb09eff", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:40:03,203 130712 INFO [tempest.lib.common.fixed_network] (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host) Found network None available for tenant 2022-10-04 20:40:04,932 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 202 POST http://10.222.0.78/compute/v2.1/servers 1.728s 2022-10-04 20:40:04,933 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d650069-ea57-4a44-b790-eb0d0fa4b14a', 'x-compute-request-id': 'req-6d650069-ea57-4a44-b790-eb0d0fa4b14a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Q6kxZMQjaEpT"}}' 2022-10-04 20:40:06,475 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.535s 2022-10-04 20:40:06,476 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1452', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35c02b8f-2645-4227-a7da-a5083d21db41', 'x-compute-request-id': 'req-35c02b8f-2645-4227-a7da-a5083d21db41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:05Z", "updated": "2022-10-04T20:40:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:08,358 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.835s 2022-10-04 20:40:08,358 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1452', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fa0e9ce-1d3b-40c1-8318-d6450a37179f', 'x-compute-request-id': 'req-2fa0e9ce-1d3b-40c1-8318-d6450a37179f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:05Z", "updated": "2022-10-04T20:40:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:10,162 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.751s 2022-10-04 20:40:10,163 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1448', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a9555e3-2acf-49c2-a7d0-0281e70dcd03', 'x-compute-request-id': 'req-8a9555e3-2acf-49c2-a7d0-0281e70dcd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:10,211 130712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-10-04 20:40:12,277 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.063s 2022-10-04 20:40:12,278 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-764cf5dc-26ad-4583-a84d-dc71cdc6a52d', 'x-compute-request-id': 'req-764cf5dc-26ad-4583-a84d-dc71cdc6a52d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:15,042 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.715s 2022-10-04 20:40:15,042 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2d5c05e-b0f7-4d65-bfc2-aa82d757f448', 'x-compute-request-id': 'req-f2d5c05e-b0f7-4d65-bfc2-aa82d757f448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:15,079 130712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 9 second wait 2022-10-04 20:40:16,580 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.497s 2022-10-04 20:40:16,581 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea0f338-4bc7-4987-9d56-2f59fd9543f5', 'x-compute-request-id': 'req-6ea0f338-4bc7-4987-9d56-2f59fd9543f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "BUILD", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:18,014 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.389s 2022-10-04 20:40:18,014 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1531', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5509fc8-1a07-4705-9b42-9c5d6498b8da', 'x-compute-request-id': 'req-b5509fc8-1a07-4705-9b42-9c5d6498b8da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "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, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:18,059 130712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2022-10-04 20:40:19,500 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.440s 2022-10-04 20:40:19,501 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1938', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95cbf183-1567-4de3-94d8-ae897ead9a4b', 'x-compute-request-id': 'req-95cbf183-1567-4de3-94d8-ae897ead9a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-SRV-ATTR:reservation_id": "r-29aihkc6", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/sda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2022-10-04 20:40:19,883 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.343s 2022-10-04 20:40:19,884 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1938', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7459ca-174d-4691-85fc-f922603e5f38', 'x-compute-request-id': 'req-1a7459ca-174d-4691-85fc-f922603e5f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": "n-h1-852085-12", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852085-12", "OS-EXT-SRV-ATTR:reservation_id": "r-29aihkc6", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/sda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2022-10-04 20:40:20,104 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/os-services?binary=nova-compute 0.168s 2022-10-04 20:40:20,105 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '500', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdb24472-c564-440d-a8e7-245f90de8898', 'x-compute-request-id': 'req-bdb24472-c564-440d-a8e7-245f90de8898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-852085-12", "id": "bc767001-cbfb-42a7-9818-de7d04454105", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-04T20:40:13.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "n-h2-852085-12", "id": "7caad3df-b215-4683-8245-67a1e388e8b2", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-04T20:40:16.000000", "disabled_reason": null, "forced_down": false}]}' 2022-10-04 20:40:21,853 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 202 POST http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8/action 1.739s 2022-10-04 20:40:21,854 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c94f8c24-ea87-47fb-ba42-9494c22a0199', 'x-compute-request-id': 'req-c94f8c24-ea87-47fb-ba42-9494c22a0199', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8/action'} Body: b'' 2022-10-04 20:40:22,409 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.553s 2022-10-04 20:40:22,410 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-983386d9-fa1c-444d-a9db-cbe8a99b5cdf', 'x-compute-request-id': 'req-983386d9-fa1c-444d-a9db-cbe8a99b5cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:23,922 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.467s 2022-10-04 20:40:23,923 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfae354c-b475-46a4-a766-bcc4b4b17bd4', 'x-compute-request-id': 'req-cfae354c-b475-46a4-a766-bcc4b4b17bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:25,768 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.790s 2022-10-04 20:40:25,769 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfd68545-8d4e-45bb-b9f9-4d73c1fe33a5', 'x-compute-request-id': 'req-dfd68545-8d4e-45bb-b9f9-4d73c1fe33a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:27,293 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.454s 2022-10-04 20:40:27,294 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cdba7b2-1168-4e7c-8ca8-f0e4bc528de1', 'x-compute-request-id': 'req-9cdba7b2-1168-4e7c-8ca8-f0e4bc528de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:28,919 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.573s 2022-10-04 20:40:28,920 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c0edb52-cca3-4d83-aa0d-85507c1fb504', 'x-compute-request-id': 'req-6c0edb52-cca3-4d83-aa0d-85507c1fb504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:30,704 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.731s 2022-10-04 20:40:30,705 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dfd5f4c-a7cd-492a-9c5a-2eb666caaae9', 'x-compute-request-id': 'req-9dfd5f4c-a7cd-492a-9c5a-2eb666caaae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:33,020 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.261s 2022-10-04 20:40:33,020 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c99d5c91-8899-4d72-aeeb-5448f8f7aec6', 'x-compute-request-id': 'req-c99d5c91-8899-4d72-aeeb-5448f8f7aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:35,953 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.884s 2022-10-04 20:40:35,954 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-618446dc-0bda-4472-b4c0-309da8ae1269', 'x-compute-request-id': 'req-618446dc-0bda-4472-b4c0-309da8ae1269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:38,322 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.318s 2022-10-04 20:40:38,322 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-926475cc-4f19-4bc4-ac64-87a6acd7eb18', 'x-compute-request-id': 'req-926475cc-4f19-4bc4-ac64-87a6acd7eb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:40,374 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.992s 2022-10-04 20:40:40,375 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e05f080-0bbf-4077-855e-d9445c0b3b9b', 'x-compute-request-id': 'req-4e05f080-0bbf-4077-855e-d9445c0b3b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:43,574 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 2.156s 2022-10-04 20:40:43,575 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d81a745-b27a-4d1f-ab93-4e9555a52cfc', 'x-compute-request-id': 'req-8d81a745-b27a-4d1f-ab93-4e9555a52cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:45,154 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.521s 2022-10-04 20:40:45,155 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b70cf1d3-772b-4a0a-ac97-8994cadfe4a7', 'x-compute-request-id': 'req-b70cf1d3-772b-4a0a-ac97-8994cadfe4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:46,909 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.706s 2022-10-04 20:40:46,910 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702ee45e-e348-465e-a7aa-5fcb1358735e', 'x-compute-request-id': 'req-702ee45e-e348-465e-a7aa-5fcb1358735e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:48,973 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.019s 2022-10-04 20:40:48,973 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b0dba4-70c6-4adc-83c0-0ce603a3cf50', 'x-compute-request-id': 'req-f4b0dba4-70c6-4adc-83c0-0ce603a3cf50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:50,361 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.342s 2022-10-04 20:40:50,361 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7edb132a-8f68-4494-ad81-d806e3a69d85', 'x-compute-request-id': 'req-7edb132a-8f68-4494-ad81-d806e3a69d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:50,383 130712 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 28 second wait 2022-10-04 20:40:52,300 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.915s 2022-10-04 20:40:52,301 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6099a6fe-fa9b-45d8-9829-cbcd270e8daf', 'x-compute-request-id': 'req-6099a6fe-fa9b-45d8-9829-cbcd270e8daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:54,749 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.389s 2022-10-04 20:40:54,749 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bcadb09-205f-4349-968c-3f2339465b49', 'x-compute-request-id': 'req-8bcadb09-205f-4349-968c-3f2339465b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:54,804 130712 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 32 second wait 2022-10-04 20:40:56,324 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 0.518s 2022-10-04 20:40:56,325 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d52a42f-97ac-4312-a6f8-a9e75777e4c9', 'x-compute-request-id': 'req-9d52a42f-97ac-4312-a6f8-a9e75777e4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:40:58,531 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.168s 2022-10-04 20:40:58,532 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a553f24f-c127-4a31-bb10-67fb0bc8e1db', 'x-compute-request-id': 'req-a553f24f-c127-4a31-bb10-67fb0bc8e1db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:41:00,764 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 1.195s 2022-10-04 20:41:00,765 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af8f7f1-f150-45f2-99df-ecf11f071d67', 'x-compute-request-id': 'req-7af8f7f1-f150-45f2-99df-ecf11f071d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:41:03,904 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 2.097s 2022-10-04 20:41:03,905 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13510500-151b-43c5-99a5-bcf2e766bde5', 'x-compute-request-id': 'req-13510500-151b-43c5-99a5-bcf2e766bde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "ACTIVE", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:40:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:41:36,147 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 31.196s 2022-10-04 20:41:36,148 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25c66313-ae05-4903-9753-15f3a45d0025', 'x-compute-request-id': 'req-25c66313-ae05-4903-9753-15f3a45d0025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "SHELVED", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "a2a2ca6646a8fb8d6fec575e7b67e2b9faf2bb5595bae46ac747d078", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:41:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:41:36,198 130712 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 74 second wait 2022-10-04 20:41:40,478 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8 3.274s 2022-10-04 20:41:40,478 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1478', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f9f9405-5a8e-4d01-a284-324c0314abeb', 'x-compute-request-id': 'req-8f9f9405-5a8e-4d01-a284-324c0314abeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8'} Body: b'{"server": {"id": "6d44adbe-9208-452a-a8f7-8802ac29dfb8", "name": "tempest-UnshelveToHostMultiNodesTest-server-416917521", "status": "SHELVED_OFFLOADED", "tenant_id": "060a53e4fead4141a343b3e54bb09eff", "user_id": "a9990d76e7b941ee9dcedb1cb7974d3e", "metadata": {}, "hostId": "", "image": {"id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "links": [{"rel": "bookmark", "href": "http://10.222.0.78/compute/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-04T20:40:04Z", "updated": "2022-10-04T20:41:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}, {"rel": "bookmark", "href": "http://10.222.0.78/compute/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-04T20:40:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-416917521", "server_groups": []}}' 2022-10-04 20:41:40,524 130712 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 78 second wait 2022-10-04 20:41:42,110 130712 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 500 POST http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8/action 1.582s 2022-10-04 20:41:42,110 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.91', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": {"host": "n-h1-852085-12"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.91', 'x-openstack-nova-api-version': '2.91', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-917c32b5-6f25-4d1c-9d70-b39dd0c42b67', 'x-compute-request-id': 'req-917c32b5-6f25-4d1c-9d70-b39dd0c42b67', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers/6d44adbe-9208-452a-a8f7-8802ac29dfb8/action'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_on_multinodes.py", line 168, in test_unshelve_to_specific_host self._shelve_offload_then_unshelve_to_host(server, host) File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_on_multinodes.py", line 148, in _shelve_offload_then_unshelve_to_host self.os_admin.servers_client.unshelve_server( File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 637, in unshelve_server return self.action(server_id, 'unshelve', **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
fail
ft25.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:43:33,917 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9 0.645s 2022-10-04 20:43:33,917 130712 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, 04 Oct 2022 20:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1264f95f-ba2e-467b-9eb1-94bbe61abd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9'} 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": "39207e776fb342b89ba6688e4c9f0eb3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "created_at": "2022-10-04T20:21:18Z", "updated_at": "2022-10-04T20:21:43Z", "tags": [], "self": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "file": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file", "schema": "/v2/schemas/image"}' 2022-10-04 20:43:41,745 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file 7.826s 2022-10-04 20:43:54,291 130712 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, 04 Oct 2022 20:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-ca8d6a7a-3ad5-4d88-b78b-1a85c205b5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file'} Body: b'vhdxfileQ\x00E\x00M\x00U\x00 \x00v\x002\x00.\x005\x00.\x000\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 2022-10-04 20:43:54,781 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.78/image/v2/images 0.489s 2022-10-04 20:43:54,781 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"container_format": "bare", "disk_format": "vhdx", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-022cb637-6d7d-4592-acf6-ae646479400c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "210941eb9659422f81b3cd68dcd5e13f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e7488b0b-015d-490e-b12f-c13f61c10ea6", "created_at": "2022-10-04T20:43:55Z", "updated_at": "2022-10-04T20:43:55Z", "tags": [], "self": "/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6", "file": "/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6/file", "schema": "/v2/schemas/image"}' 2022-10-04 20:44:38,910 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6/file 44.128s 2022-10-04 20:44:38,911 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f7204f79400> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9acf3550-74fa-4a14-a8df-2cd8f838ce4e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6/file'} Body: b'' 2022-10-04 20:44:39,007 130712 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:44:39,008 130712 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:44:42,783 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 3.769s 2022-10-04 20:44:42,784 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1974675721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPvUrwNfNiEmn/Z3hlirNvnDMmkueCBet0SOkHvq38xZGnc8wksEOwfqhmjAk/i+YpyoeK+Fce7OfItgeRwg+pd4cIqSQ+ANMLLrsqZxxO+WA5PtjbO7BXsnPOQ0+JLE9A=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79b8c448-9ea6-4eed-b0d3-f6882191cee8', 'x-compute-request-id': 'req-79b8c448-9ea6-4eed-b0d3-f6882191cee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1974675721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPvUrwNfNiEmn/Z3hlirNvnDMmkueCBet0SOkHvq38xZGnc8wksEOwfqhmjAk/i+YpyoeK+Fce7OfItgeRwg+pd4cIqSQ+ANMLLrsqZxxO+WA5PtjbO7BXsnPOQ0+JLE9A==", "fingerprint": "48:33:72:5e:0b:bc:73:10:68:81:be:c2:d3:6c:aa:c7", "user_id": "91627f3584b0402896fd6e64b421b458"}}' 2022-10-04 20:44:42,789 130712 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1974675721 created 2022-10-04 20:44:43,886 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.095s 2022-10-04 20:44:43,886 130712 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--52556719", "description": "tempest-description--59180369"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-bf5fa98a-bfb4-4128-b261-e072cf5622c2', 'date': 'Tue, 04 Oct 2022 20:44:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6d50665e-1053-4689-8af4-2146454126e8", "name": "tempest-securitygroup--52556719", "stateful": true, "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "description": "tempest-description--59180369", "shared": false, "security_group_rules": [{"id": "1c8709b3-b63a-4ee2-806c-cb8f6b9b70c3", "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "security_group_id": "6d50665e-1053-4689-8af4-2146454126e8", "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": 1145, "description": null, "tags": [], "created_at": "2022-10-04T20:44:43Z", "updated_at": "2022-10-04T20:44:43Z", "revision_number": 0, "project_id": "1181b876697c473ba1d15bbefeea2cf2"}, {"id": "ad2349ae-fc22-4d9f-ad57-cfa86aa02f4b", "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "security_group_id": "6d50665e-1053-4689-8af4-2146454126e8", "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": 1144, "description": null, "tags": [], "created_at": "2022-10-04T20:44:43Z", "updated_at": "2022-10-04T20:44:43Z", "revision_number": 0, "project_id": "1181b876697c473ba1d15bbefeea2cf2"}], "tags": [], "created_at": "2022-10-04T20:44:43Z", "updated_at": "2022-10-04T20:44:43Z", "revision_number": 1, "project_id": "1181b876697c473ba1d15bbefeea2cf2"}}' 2022-10-04 20:44:45,092 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.204s 2022-10-04 20:44:45,093 130712 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": "6d50665e-1053-4689-8af4-2146454126e8", "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-943e64de-2913-4bc5-85c3-7df24d38f422', 'date': 'Tue, 04 Oct 2022 20:44:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ced0ecdc-1d84-4651-a2bd-6d7bcfac4fd4", "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "security_group_id": "6d50665e-1053-4689-8af4-2146454126e8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:44:44Z", "updated_at": "2022-10-04T20:44:44Z", "revision_number": 0, "project_id": "1181b876697c473ba1d15bbefeea2cf2"}}' 2022-10-04 20:44:46,158 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.064s 2022-10-04 20:44:46,159 130712 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": "6d50665e-1053-4689-8af4-2146454126e8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f04578f2-e956-42e6-a90f-b86896db3955', 'date': 'Tue, 04 Oct 2022 20:44:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4dbe2b5-c3c8-4b4f-bea8-d5194716f298", "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "security_group_id": "6d50665e-1053-4689-8af4-2146454126e8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:44:45Z", "updated_at": "2022-10-04T20:44:45Z", "revision_number": 0, "project_id": "1181b876697c473ba1d15bbefeea2cf2"}}' 2022-10-04 20:44:46,159 130712 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--52556719 created 2022-10-04 20:44:54,659 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 8.498s 2022-10-04 20:44:54,665 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-980db03e-6148-403b-8ed4-7a97ffb75ff7', 'date': 'Tue, 04 Oct 2022 20:44:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "75b666c9-e58b-4095-9f1f-3162bf838f14", "tenant_id": "1181b876697c473ba1d15bbefeea2cf2", "floating_ip_address": "172.25.5.190", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1181b876697c473ba1d15bbefeea2cf2", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:44:50Z", "updated_at": "2022-10-04T20:44:50Z", "revision_number": 0}}' 2022-10-04 20:44:54,666 130712 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '75b666c9-e58b-4095-9f1f-3162bf838f14', 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'floating_ip_address': '172.25.5.190', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1181b876697c473ba1d15bbefeea2cf2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:44:50Z', 'updated_at': '2022-10-04T20:44:50Z', 'revision_number': 0, 'ip': '172.25.5.190'} created 2022-10-04 20:44:55,152 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.476s 2022-10-04 20:44:55,153 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d29ff641-9914-4a07-acd1-6608e7bd6708', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "91627f3584b0402896fd6e64b421b458", "name": "tempest-AttachSCSIVolumeTestJSON-1392402720-project", "password_expires_at": null}, "audit_ids": ["a9QCPApIRDOXg9yainKZFw"], "expires_at": "2022-10-04T21:44:54.000000Z", "issued_at": "2022-10-04T20:44:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1181b876697c473ba1d15bbefeea2cf2", "name": "tempest-AttachSCSIVolumeTestJSON-1392402720"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_1181b876697c473ba1d15bbefeea2cf2", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1181b876697c473ba1d15bbefeea2cf2", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1181b876697c473ba1d15bbefeea2cf2", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/1181b876697c473ba1d15bbefeea2cf2", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:44:55,154 130712 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'e26dd16c-c221-4602-987e-d0307147f3f4', 'name': 'tempest-AttachSCSIVolumeTestJSON-1352324937-network', 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1181b876697c473ba1d15bbefeea2cf2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 432, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:42:27Z', 'updated_at': '2022-10-04T20:42:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:44:55,155 130712 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1974675721', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPvUrwNfNiEmn/Z3hlirNvnDMmkueCBet0SOkHvq38xZGnc8wksEOwfqhmjAk/i+YpyoeK+Fce7OfItgeRwg+pd4cIqSQ+ANMLLrsqZxxO+WA5PtjbO7BXsnPOQ0+JLE9A==', 'fingerprint': '48:33:72:5e:0b:bc:73:10:68:81:be:c2:d3:6c:aa:c7', 'user_id': '91627f3584b0402896fd6e64b421b458', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBmumpukPf7hx2eLxDHbHtC8Ec7Fc43GhdaSFN1UIPpBQznUI64rLxO\nTELe/TiRV/+gBwYFK4EEACKhZANiAAT71K8DXzYhJp/2d4ZYqzb5wzJpLnggXrdE\njpB76t/MWRp3PMJLBDsH6oZowJP4vmKcqHivhXHuznyLYHkcIPqXeHCKkkPgDTCy\n67KmccTvlgOT7Y2zuwV7JzzkNPiSxPQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6d50665e-1053-4689-8af4-2146454126e8', 'name': 'tempest-securitygroup--52556719', 'stateful': True, 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'description': 'tempest-description--59180369', 'shared': False, 'security_group_rules': [{'id': '1c8709b3-b63a-4ee2-806c-cb8f6b9b70c3', 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'security_group_id': '6d50665e-1053-4689-8af4-2146454126e8', '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': 1145, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:44:43Z', 'updated_at': '2022-10-04T20:44:43Z', 'revision_number': 0, 'project_id': '1181b876697c473ba1d15bbefeea2cf2'}, {'id': 'ad2349ae-fc22-4d9f-ad57-cfa86aa02f4b', 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'security_group_id': '6d50665e-1053-4689-8af4-2146454126e8', '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': 1144, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:44:43Z', 'updated_at': '2022-10-04T20:44:43Z', 'revision_number': 0, 'project_id': '1181b876697c473ba1d15bbefeea2cf2'}], 'tags': [], 'created_at': '2022-10-04T20:44:43Z', 'updated_at': '2022-10-04T20:44:43Z', 'revision_number': 1, 'project_id': '1181b876697c473ba1d15bbefeea2cf2'}, 'floating_ip': {'id': '75b666c9-e58b-4095-9f1f-3162bf838f14', 'tenant_id': '1181b876697c473ba1d15bbefeea2cf2', 'floating_ip_address': '172.25.5.190', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1181b876697c473ba1d15bbefeea2cf2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:44:50Z', 'updated_at': '2022-10-04T20:44:50Z', 'revision_number': 0, 'ip': '172.25.5.190'}} 2022-10-04 20:44:59,099 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://10.222.0.78/compute/v2.1/servers 3.942s 2022-10-04 20:44:59,100 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1306882389", "imageRef": "e7488b0b-015d-490e-b12f-c13f61c10ea6", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "e26dd16c-c221-4602-987e-d0307147f3f4"}], "security_groups": [{"name": "tempest-securitygroup--52556719"}], "key_name": "tempest-keypair-1974675721", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:55 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': '214', 'x-openstack-request-id': 'req-384d8610-37be-4177-b34c-1193b5261758', 'x-compute-request-id': 'req-384d8610-37be-4177-b34c-1193b5261758', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:44:59,369 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1974675721 0.262s 2022-10-04 20:44:59,369 130712 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, 04 Oct 2022 20:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-284377c3-9092-4c37-82b4-933f6d633f91', 'x-compute-request-id': 'req-284377c3-9092-4c37-82b4-933f6d633f91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1974675721'} Body: b'' 2022-10-04 20:45:01,236 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/6d50665e-1053-4689-8af4-2146454126e8 1.865s 2022-10-04 20:45:01,236 130712 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-08e40d98-bc65-4fa2-b9f6-e325929a8c23', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:45:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/6d50665e-1053-4689-8af4-2146454126e8'} Body: b'' 2022-10-04 20:45:01,313 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/6d50665e-1053-4689-8af4-2146454126e8 0.075s 2022-10-04 20:45:01,313 130712 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-0f027512-88ba-44a0-b9c2-a4ac91d138dc', 'date': 'Tue, 04 Oct 2022 20:45:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/6d50665e-1053-4689-8af4-2146454126e8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6d50665e-1053-4689-8af4-2146454126e8 does not exist", "detail": ""}}' 2022-10-04 20:45:04,991 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/75b666c9-e58b-4095-9f1f-3162bf838f14 3.676s 2022-10-04 20:45:04,992 130712 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-feafad79-6684-4839-b02f-07f54a674145', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:45:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/75b666c9-e58b-4095-9f1f-3162bf838f14'} Body: b'' 2022-10-04 20:45:08,354 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6 3.361s 2022-10-04 20:45:08,356 130712 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, 04 Oct 2022 20:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-76d786bb-5563-4b7e-a7fb-fb4240dc9a6f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6'} Body: b'' 2022-10-04 20:45:08,561 130712 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6 0.204s 2022-10-04 20:45:08,562 130712 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, 04 Oct 2022 20:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fa37797c-f277-4ec0-b502-d5289789c863', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/image/v2/images/e7488b0b-015d-490e-b12f-c13f61c10ea6'} Body: b'{"message": "No image found with ID e7488b0b-015d-490e-b12f-c13f61c10ea6<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 90, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
fail
ft26.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:36:42,019 130704 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:36:43,015 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.991s 2022-10-04 20:36:43,016 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-843262235", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPNxb/TumkPeF1P/Gw2CVe8iStYXy2lJMuYveFumpL+X1rSaQjG+YHRxJzdAuizv48W3H2muvGNqRITAq5pT5iZQOPmjWCa4c5SqyrvlwaARsLT6LPrk/r6HsIloO3A3NA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe4db8e-ad26-4767-bd28-f5a7fb1f3dd5', 'x-compute-request-id': 'req-bbe4db8e-ad26-4767-bd28-f5a7fb1f3dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-843262235", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPNxb/TumkPeF1P/Gw2CVe8iStYXy2lJMuYveFumpL+X1rSaQjG+YHRxJzdAuizv48W3H2muvGNqRITAq5pT5iZQOPmjWCa4c5SqyrvlwaARsLT6LPrk/r6HsIloO3A3NA==", "fingerprint": "54:28:73:8f:d5:32:c2:1a:3e:e0:4b:8c:0d:ba:78:d0", "user_id": "803f3ac2d73740ad9ab92cef252f07e6"}}' 2022-10-04 20:36:43,022 130704 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-843262235 created 2022-10-04 20:36:45,742 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.719s 2022-10-04 20:36:45,742 130704 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--871331959", "description": "tempest-description--1074437224"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1408775a-9143-4b28-acdd-28037622b82b', 'date': 'Tue, 04 Oct 2022 20:36:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "name": "tempest-securitygroup--871331959", "stateful": true, "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "description": "tempest-description--1074437224", "shared": false, "security_group_rules": [{"id": "5412a733-29b0-47f2-85d7-635ebaa80658", "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "security_group_id": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "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": 671, "description": null, "tags": [], "created_at": "2022-10-04T20:36:45Z", "updated_at": "2022-10-04T20:36:45Z", "revision_number": 0, "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a"}, {"id": "b9ab5104-d7b3-405a-9f3b-7822b728240c", "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "security_group_id": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "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": 670, "description": null, "tags": [], "created_at": "2022-10-04T20:36:44Z", "updated_at": "2022-10-04T20:36:44Z", "revision_number": 0, "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a"}], "tags": [], "created_at": "2022-10-04T20:36:44Z", "updated_at": "2022-10-04T20:36:45Z", "revision_number": 1, "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a"}}' 2022-10-04 20:36:48,607 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.864s 2022-10-04 20:36:48,608 130704 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": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "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-94dcb664-38c4-403f-a0c1-2275de9e2cae', 'date': 'Tue, 04 Oct 2022 20:36:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a62875a8-69fe-419d-b3d3-0cbfa86f9d50", "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "security_group_id": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:36:47Z", "updated_at": "2022-10-04T20:36:47Z", "revision_number": 0, "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a"}}' 2022-10-04 20:36:55,340 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 6.731s 2022-10-04 20:36:55,341 130704 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": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25397f73-5276-487d-a91a-501cad5dbc36', 'date': 'Tue, 04 Oct 2022 20:36:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79a681eb-f5ed-46d4-81fc-4f26d9b5af71", "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "security_group_id": "dcf9fec5-46c6-4887-bbf9-9c82d810a99b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:36:53Z", "updated_at": "2022-10-04T20:36:53Z", "revision_number": 0, "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a"}}' 2022-10-04 20:36:55,342 130704 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--871331959 created 2022-10-04 20:37:00,857 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 5.513s 2022-10-04 20:37:00,857 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-1d5f3176-33ce-4fdd-a2d9-37f6616baaf0', 'date': 'Tue, 04 Oct 2022 20:37:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6e176549-edc5-4117-bc00-df2a3e917640", "tenant_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "floating_ip_address": "172.25.5.50", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0184f3fdbd854adf9751ab0ef77bdb2a", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:36:58Z", "updated_at": "2022-10-04T20:36:58Z", "revision_number": 0}}' 2022-10-04 20:37:00,858 130704 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6e176549-edc5-4117-bc00-df2a3e917640', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'floating_ip_address': '172.25.5.50', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:36:58Z', 'updated_at': '2022-10-04T20:36:58Z', 'revision_number': 0, 'ip': '172.25.5.50'} created 2022-10-04 20:37:01,228 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.359s 2022-10-04 20:37:01,229 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf101d45-ea08-47d6-8344-acd157478701', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "803f3ac2d73740ad9ab92cef252f07e6", "name": "tempest-VolumesAdminNegativeTest-976428390-project", "password_expires_at": null}, "audit_ids": ["hFPOplpgQ_i45KmoC9HQhQ"], "expires_at": "2022-10-04T21:37:00.000000Z", "issued_at": "2022-10-04T20:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0184f3fdbd854adf9751ab0ef77bdb2a", "name": "tempest-VolumesAdminNegativeTest-976428390"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:01,230 130704 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '096f784c-3ac1-48ba-8b74-20f8936c58f6', 'name': 'tempest-VolumesAdminNegativeTest-80391144-network', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 430, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:35:32Z', 'updated_at': '2022-10-04T20:35:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:01,231 130704 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-843262235', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPNxb/TumkPeF1P/Gw2CVe8iStYXy2lJMuYveFumpL+X1rSaQjG+YHRxJzdAuizv48W3H2muvGNqRITAq5pT5iZQOPmjWCa4c5SqyrvlwaARsLT6LPrk/r6HsIloO3A3NA==', 'fingerprint': '54:28:73:8f:d5:32:c2:1a:3e:e0:4b:8c:0d:ba:78:d0', 'user_id': '803f3ac2d73740ad9ab92cef252f07e6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCkrC2+LkK8as3lo4qAtmkaIgkcWoCFbw+vc0VCeg897JsbHGXj9Qqw\n9yH6JsdAa/egBwYFK4EEACKhZANiAATzcW/07ppD3hdT/xsNglXvIkrWF8tpSTLm\nL3hbpqS/l9a0mkIxvmB0cSc3QLos7+PFtx9prrxjakSEwKuaU+YmUDj5o1gmuHOU\nqsq75cGgEbC0+iz65P6+h7CJaDtwNzQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dcf9fec5-46c6-4887-bbf9-9c82d810a99b', 'name': 'tempest-securitygroup--871331959', 'stateful': True, 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'description': 'tempest-description--1074437224', 'shared': False, 'security_group_rules': [{'id': '5412a733-29b0-47f2-85d7-635ebaa80658', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'security_group_id': 'dcf9fec5-46c6-4887-bbf9-9c82d810a99b', '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': 671, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:36:45Z', 'updated_at': '2022-10-04T20:36:45Z', 'revision_number': 0, 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a'}, {'id': 'b9ab5104-d7b3-405a-9f3b-7822b728240c', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'security_group_id': 'dcf9fec5-46c6-4887-bbf9-9c82d810a99b', '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': 670, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:36:44Z', 'updated_at': '2022-10-04T20:36:44Z', 'revision_number': 0, 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a'}], 'tags': [], 'created_at': '2022-10-04T20:36:44Z', 'updated_at': '2022-10-04T20:36:45Z', 'revision_number': 1, 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a'}, 'floating_ip': {'id': '6e176549-edc5-4117-bc00-df2a3e917640', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'floating_ip_address': '172.25.5.50', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:36:58Z', 'updated_at': '2022-10-04T20:36:58Z', 'revision_number': 0, 'ip': '172.25.5.50'}} 2022-10-04 20:37:03,970 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 500 POST http://10.222.0.78/compute/v2.1/servers 2.736s 2022-10-04 20:37:03,970 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1804635482", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "096f784c-3ac1-48ba-8b74-20f8936c58f6"}], "security_groups": [{"name": "tempest-securitygroup--871331959"}], "key_name": "tempest-keypair-843262235", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-4ac973cf-a02e-4022-9f7d-877406447b65', 'x-compute-request-id': 'req-4ac973cf-a02e-4022-9f7d-877406447b65', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
fail
ft26.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:37:04,300 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.191s 2022-10-04 20:37:04,300 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e2b3278c-2c8e-4c05-ba64-84cc54beb0a8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "803f3ac2d73740ad9ab92cef252f07e6", "name": "tempest-VolumesAdminNegativeTest-976428390-project", "password_expires_at": null}, "audit_ids": ["Gtbv_hhcSZ2eGADPRuHKqw"], "expires_at": "2022-10-04T21:37:04.000000Z", "issued_at": "2022-10-04T20:37:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0184f3fdbd854adf9751ab0ef77bdb2a", "name": "tempest-VolumesAdminNegativeTest-976428390"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/0184f3fdbd854adf9751ab0ef77bdb2a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:37:04,301 130704 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '096f784c-3ac1-48ba-8b74-20f8936c58f6', 'name': 'tempest-VolumesAdminNegativeTest-80391144-network', 'tenant_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0184f3fdbd854adf9751ab0ef77bdb2a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 430, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:35:32Z', 'updated_at': '2022-10-04T20:35:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:37:06,103 130704 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://10.222.0.78/compute/v2.1/servers 1.800s 2022-10-04 20:37:06,104 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-214730236", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "096f784c-3ac1-48ba-8b74-20f8936c58f6"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:37:04 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': '214', 'x-openstack-request-id': 'req-dbfe6b68-dad2-49c3-b4a7-41108d88b5cd', 'x-compute-request-id': 'req-dbfe6b68-dad2-49c3-b4a7-41108d88b5cd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.images.test_images.ImagesTestJSON | 4 | 0 | 4 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
fail
ft27.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:38:10,394 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.346s 2022-10-04 20:38:10,395 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5f14659f-555d-4fcc-ae27-b83a677800ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "682727ddf79c4a27a28ce32301564d34", "name": "tempest-ImagesTestJSON-1337949915-project", "password_expires_at": null}, "audit_ids": ["Sw_eIbxTQXGwA_pp-GCRPQ"], "expires_at": "2022-10-04T21:38:10.000000Z", "issued_at": "2022-10-04T20:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d50f961abf54801bd03d5551f45b8be", "name": "tempest-ImagesTestJSON-1337949915"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:38:10,396 130704 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '17942c9d-fde3-45c6-9039-236894629c55', 'name': 'tempest-ImagesTestJSON-1350780842-network', 'tenant_id': '1d50f961abf54801bd03d5551f45b8be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d50f961abf54801bd03d5551f45b8be', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 412, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:37:51Z', 'updated_at': '2022-10-04T20:37:51Z', 'revision_number': 1} available for tenant 2022-10-04 20:38:13,668 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 500 POST http://10.222.0.78/compute/v2.1/servers 3.271s 2022-10-04 20:38:13,669 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesTestJSON-server-284784508", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "17942c9d-fde3-45c6-9039-236894629c55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:10 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': '214', 'x-openstack-request-id': 'req-89a05e65-1e2f-4ae6-9764-ee546512e126', 'x-compute-request-id': 'req-89a05e65-1e2f-4ae6-9764-ee546512e126', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 99, in test_create_image_from_paused_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
fail
ft27.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:38:13,872 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.186s 2022-10-04 20:38:13,873 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-77cd30ec-fa0e-4fa3-992d-634a58be4e29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "682727ddf79c4a27a28ce32301564d34", "name": "tempest-ImagesTestJSON-1337949915-project", "password_expires_at": null}, "audit_ids": ["rM3OgrbqR-Gxjdr4JrSTNQ"], "expires_at": "2022-10-04T21:38:13.000000Z", "issued_at": "2022-10-04T20:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d50f961abf54801bd03d5551f45b8be", "name": "tempest-ImagesTestJSON-1337949915"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:38:13,874 130704 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '17942c9d-fde3-45c6-9039-236894629c55', 'name': 'tempest-ImagesTestJSON-1350780842-network', 'tenant_id': '1d50f961abf54801bd03d5551f45b8be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d50f961abf54801bd03d5551f45b8be', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 412, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:37:51Z', 'updated_at': '2022-10-04T20:37:51Z', 'revision_number': 1} available for tenant 2022-10-04 20:38:18,694 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 500 POST http://10.222.0.78/compute/v2.1/servers 4.819s 2022-10-04 20:38:18,695 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesTestJSON-server-1272955016", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "17942c9d-fde3-45c6-9039-236894629c55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:13 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': '214', 'x-openstack-request-id': 'req-3b939f90-6841-404f-b185-9fe161cc4649', 'x-compute-request-id': 'req-3b939f90-6841-404f-b185-9fe161cc4649', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 81, in test_create_image_from_stopped_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
fail
ft27.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:38:19,128 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.417s 2022-10-04 20:38:19,129 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6049ea7-50f7-43cc-8023-daad242777ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "682727ddf79c4a27a28ce32301564d34", "name": "tempest-ImagesTestJSON-1337949915-project", "password_expires_at": null}, "audit_ids": ["L2Nrnyw3R4qxUqBWULReTw"], "expires_at": "2022-10-04T21:38:18.000000Z", "issued_at": "2022-10-04T20:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d50f961abf54801bd03d5551f45b8be", "name": "tempest-ImagesTestJSON-1337949915"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:38:19,130 130704 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '17942c9d-fde3-45c6-9039-236894629c55', 'name': 'tempest-ImagesTestJSON-1350780842-network', 'tenant_id': '1d50f961abf54801bd03d5551f45b8be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d50f961abf54801bd03d5551f45b8be', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 412, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:37:51Z', 'updated_at': '2022-10-04T20:37:51Z', 'revision_number': 1} available for tenant 2022-10-04 20:38:23,200 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 500 POST http://10.222.0.78/compute/v2.1/servers 4.069s 2022-10-04 20:38:23,201 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesTestJSON-server-246367655", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "17942c9d-fde3-45c6-9039-236894629c55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:19 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': '214', 'x-openstack-request-id': 'req-38e2cd31-36af-44fd-a833-5d39a1a9c15b', 'x-compute-request-id': 'req-38e2cd31-36af-44fd-a833-5d39a1a9c15b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 118, in test_create_image_from_suspended_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
fail
ft27.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:38:23,673 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.454s 2022-10-04 20:38:23,673 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1be42b4a-a0ba-4e9a-8cf4-97961b7858a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "682727ddf79c4a27a28ce32301564d34", "name": "tempest-ImagesTestJSON-1337949915-project", "password_expires_at": null}, "audit_ids": ["SV5imHWDSaeGHO9eVxUOvA"], "expires_at": "2022-10-04T21:38:23.000000Z", "issued_at": "2022-10-04T20:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d50f961abf54801bd03d5551f45b8be", "name": "tempest-ImagesTestJSON-1337949915"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/1d50f961abf54801bd03d5551f45b8be", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:38:23,674 130704 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '17942c9d-fde3-45c6-9039-236894629c55', 'name': 'tempest-ImagesTestJSON-1350780842-network', 'tenant_id': '1d50f961abf54801bd03d5551f45b8be', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d50f961abf54801bd03d5551f45b8be', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 412, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:37:51Z', 'updated_at': '2022-10-04T20:37:51Z', 'revision_number': 1} available for tenant 2022-10-04 20:38:26,221 130704 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 500 POST http://10.222.0.78/compute/v2.1/servers 2.545s 2022-10-04 20:38:26,222 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesTestJSON-server-403423420", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "17942c9d-fde3-45c6-9039-236894629c55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:38:23 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': '214', 'x-openstack-request-id': 'req-aa91a166-481b-46c6-9d58-af6d605d76ef', 'x-compute-request-id': 'req-aa91a166-481b-46c6-9d58-af6d605d76ef', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 54, in test_delete_saving_image server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 3 | 1 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
fail
ft28.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:46:42,165 130702 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.429s 2022-10-04 20:46:42,165 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-617f8ac1-3c20-4b33-9394-8497336401a4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd92f4e1d7e44ef0b5d4ea851149e117", "name": "tempest-ImagesNegativeTestJSON-494549152-project", "password_expires_at": null}, "audit_ids": ["Nc0iYUFhQ3KEwl-P5C6kfw"], "expires_at": "2022-10-04T21:46:42.000000Z", "issued_at": "2022-10-04T20:46:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0320ad4639f0459295c6b219ed5668c8", "name": "tempest-ImagesNegativeTestJSON-494549152"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_0320ad4639f0459295c6b219ed5668c8", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0320ad4639f0459295c6b219ed5668c8", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0320ad4639f0459295c6b219ed5668c8", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/0320ad4639f0459295c6b219ed5668c8", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:46:42,166 130702 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': 'f901d054-56d5-4cbc-a133-05325e8ffd94', 'name': 'tempest-ImagesNegativeTestJSON-858423729-network', 'tenant_id': '0320ad4639f0459295c6b219ed5668c8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0320ad4639f0459295c6b219ed5668c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:46:00Z', 'updated_at': '2022-10-04T20:46:01Z', 'revision_number': 1} available for tenant 2022-10-04 20:46:43,717 130702 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 500 POST http://10.222.0.78/compute/v2.1/servers 1.549s 2022-10-04 20:46:43,718 130702 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ImagesNegativeTestJSON-server-1654987639", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "f901d054-56d5-4cbc-a133-05325e8ffd94"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:42 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': '214', 'x-openstack-request-id': 'req-9f513f81-e9d9-485f-bec3-97b2157a9dfe', 'x-compute-request-id': 'req-9f513f81-e9d9-485f-bec3-97b2157a9dfe', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images_negative.py", line 52, in test_create_image_from_deleted_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt28.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt28.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt28.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
fail
ft29.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:40:06,577 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.78/compute/v2.1/os-security-groups 3.208s 2022-10-04 20:40:06,577 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-211688361", "description": "tempest-description-557787086"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7741c3b6-c299-4329-904a-e1f38a72be53', 'x-compute-request-id': 'req-7741c3b6-c299-4329-904a-e1f38a72be53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "b9862f64-7fc5-451b-ae13-f80e63e47324", "description": "tempest-description-557787086", "name": "tempest-SecurityGroupsTestJSON-securitygroup-211688361", "tenant_id": "44dddbee054f49f3ac862994488fc147", "rules": []}}' 2022-10-04 20:40:08,504 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.78/compute/v2.1/os-security-groups 1.913s 2022-10-04 20:40:08,505 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-481824131", "description": "tempest-description-2126239099"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c107fd9-d331-4666-af8c-e51a956f584e', 'x-compute-request-id': 'req-9c107fd9-d331-4666-af8c-e51a956f584e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "a8f58956-236a-4aef-b869-be3ff3f82808", "description": "tempest-description-2126239099", "name": "tempest-SecurityGroupsTestJSON-securitygroup-481824131", "tenant_id": "44dddbee054f49f3ac862994488fc147", "rules": []}}' 2022-10-04 20:40:09,057 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.522s 2022-10-04 20:40:09,058 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ba7c2e38-421f-4092-ac25-78a9f104456e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65eee15492da4c449b3238e50e987bd5", "name": "tempest-SecurityGroupsTestJSON-1787400370-project", "password_expires_at": null}, "audit_ids": ["032EDNLsSm2NwJk3atEI7g"], "expires_at": "2022-10-04T21:40:08.000000Z", "issued_at": "2022-10-04T20:40:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44dddbee054f49f3ac862994488fc147", "name": "tempest-SecurityGroupsTestJSON-1787400370"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:40:09,059 130704 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '0bca21b9-d9dd-47ed-b98b-fa1ff3590c09', 'name': 'tempest-SecurityGroupsTestJSON-876963542-network', 'tenant_id': '44dddbee054f49f3ac862994488fc147', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44dddbee054f49f3ac862994488fc147', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 446, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:39:20Z', 'updated_at': '2022-10-04T20:39:21Z', 'revision_number': 1} available for tenant 2022-10-04 20:40:10,531 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 500 POST http://10.222.0.78/compute/v2.1/servers 1.469s 2022-10-04 20:40:10,531 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-243639364", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0bca21b9-d9dd-47ed-b98b-fa1ff3590c09"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5a8693b2-a13b-4ed4-8752-e79ced4b7576', 'x-compute-request-id': 'req-5a8693b2-a13b-4ed4-8752-e79ced4b7576', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 161, in test_list_security_groups_by_server server_id = self.create_test_server(wait_until='ACTIVE')['id'] File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt29.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt29.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
fail
ft29.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:40:27,797 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.78/compute/v2.1/os-security-groups 1.003s 2022-10-04 20:40:27,798 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1022678932", "description": "tempest-description-1827483017"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51bd13ec-36c6-46c9-bb66-e6ac4b2ff5d8', 'x-compute-request-id': 'req-51bd13ec-36c6-46c9-bb66-e6ac4b2ff5d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "1a6f7f03-4ef0-4ee2-a3bf-218200ff2fa6", "description": "tempest-description-1827483017", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1022678932", "tenant_id": "44dddbee054f49f3ac862994488fc147", "rules": []}}' 2022-10-04 20:40:29,073 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.78/compute/v2.1/os-security-groups 1.265s 2022-10-04 20:40:29,074 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1712452947", "description": "tempest-description-1928813346"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d1fd7c-959e-45db-bd8c-aa1452f41eca', 'x-compute-request-id': 'req-31d1fd7c-959e-45db-bd8c-aa1452f41eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "adcc0ca9-17a4-42c4-8cf1-974c36840639", "description": "tempest-description-1928813346", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1712452947", "tenant_id": "44dddbee054f49f3ac862994488fc147", "rules": []}}' 2022-10-04 20:40:29,501 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.390s 2022-10-04 20:40:29,502 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f19cc67-45df-4fd9-b104-57118e6260dd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65eee15492da4c449b3238e50e987bd5", "name": "tempest-SecurityGroupsTestJSON-1787400370-project", "password_expires_at": null}, "audit_ids": ["2BYfHM4pTU2uIY8S8nKzuQ"], "expires_at": "2022-10-04T21:40:29.000000Z", "issued_at": "2022-10-04T20:40:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44dddbee054f49f3ac862994488fc147", "name": "tempest-SecurityGroupsTestJSON-1787400370"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/44dddbee054f49f3ac862994488fc147", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:40:29,503 130704 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '0bca21b9-d9dd-47ed-b98b-fa1ff3590c09', 'name': 'tempest-SecurityGroupsTestJSON-876963542-network', 'tenant_id': '44dddbee054f49f3ac862994488fc147', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44dddbee054f49f3ac862994488fc147', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 446, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:39:20Z', 'updated_at': '2022-10-04T20:39:21Z', 'revision_number': 1} available for tenant 2022-10-04 20:40:31,115 130704 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 500 POST http://10.222.0.78/compute/v2.1/servers 1.610s 2022-10-04 20:40:31,115 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-1232963312", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0bca21b9-d9dd-47ed-b98b-fa1ff3590c09"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:40:29 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': '214', 'x-openstack-request-id': 'req-2ff2e8c4-8ebc-4868-9e8e-7bbeb9202128', 'x-compute-request-id': 'req-2ff2e8c4-8ebc-4868-9e8e-7bbeb9202128', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 101, in test_server_security_groups server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt29.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
fail
ft30.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:42,363 130704 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:41:44,614 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 2.246s 2022-10-04 20:41:44,620 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-838947080", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYfh5H5cYETeodvWsyUxETsZzHLYxZtt1ljgERtCQNwaRJYatNw3GUMdXS9+YqxA6VxXyd27eaQc69XGZZdAXRo79xbcSP0zmgTPpMCoAUIXSNVmk0ZmehbUTPF6NY/DA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db6a356-d780-413e-82c6-7d0d1ed9bd83', 'x-compute-request-id': 'req-6db6a356-d780-413e-82c6-7d0d1ed9bd83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-838947080", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYfh5H5cYETeodvWsyUxETsZzHLYxZtt1ljgERtCQNwaRJYatNw3GUMdXS9+YqxA6VxXyd27eaQc69XGZZdAXRo79xbcSP0zmgTPpMCoAUIXSNVmk0ZmehbUTPF6NY/DA==", "fingerprint": "2d:9a:ed:f7:ad:94:1d:1e:0d:09:88:93:c6:ae:36:62", "user_id": "935f44986e194a1882d095a9b136c6bc"}}' 2022-10-04 20:41:44,627 130704 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-838947080 created 2022-10-04 20:41:45,436 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.807s 2022-10-04 20:41:45,436 130704 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--2144302945", "description": "tempest-description--2144313871"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-b3d997d8-5397-4bc6-8d18-a428a3fe915b', 'date': 'Tue, 04 Oct 2022 20:41:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "name": "tempest-securitygroup--2144302945", "stateful": true, "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "description": "tempest-description--2144313871", "shared": false, "security_group_rules": [{"id": "b6112a38-5d49-4499-826f-d2a701eedf9d", "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "security_group_id": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "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": 985, "description": null, "tags": [], "created_at": "2022-10-04T20:41:45Z", "updated_at": "2022-10-04T20:41:45Z", "revision_number": 0, "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490"}, {"id": "bb0d5945-0ce5-4f64-8259-90839bef14f5", "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "security_group_id": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "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": 984, "description": null, "tags": [], "created_at": "2022-10-04T20:41:45Z", "updated_at": "2022-10-04T20:41:45Z", "revision_number": 0, "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490"}], "tags": [], "created_at": "2022-10-04T20:41:44Z", "updated_at": "2022-10-04T20:41:45Z", "revision_number": 1, "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490"}}' 2022-10-04 20:41:46,166 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.728s 2022-10-04 20:41:46,166 130704 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": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "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-b2b3f500-297d-4f7b-9324-cb953c2d67ce', 'date': 'Tue, 04 Oct 2022 20:41:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "12b3f37f-1871-418c-915e-12bcfe7d8e07", "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "security_group_id": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:41:45Z", "updated_at": "2022-10-04T20:41:45Z", "revision_number": 0, "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490"}}' 2022-10-04 20:41:46,904 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.737s 2022-10-04 20:41:46,905 130704 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": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9f863c73-8fb7-4edd-a6de-742b5cfd37bf', 'date': 'Tue, 04 Oct 2022 20:41:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "29bade4c-6715-4340-b995-e30f651fb0af", "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "security_group_id": "d9e8af96-048f-4ce5-a989-ca39ab5e4fd1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:41:46Z", "updated_at": "2022-10-04T20:41:46Z", "revision_number": 0, "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490"}}' 2022-10-04 20:41:46,906 130704 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2144302945 created 2022-10-04 20:41:53,074 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 6.167s 2022-10-04 20:41:53,075 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1b078256-2b31-4ac9-ad12-e37d28914323', 'date': 'Tue, 04 Oct 2022 20:41:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1ed4f09-62c2-4e96-b86f-8d8f9532da94", "tenant_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "floating_ip_address": "172.25.5.217", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:41:50Z", "updated_at": "2022-10-04T20:41:50Z", "revision_number": 0}}' 2022-10-04 20:41:53,075 130704 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1ed4f09-62c2-4e96-b86f-8d8f9532da94', 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'floating_ip_address': '172.25.5.217', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:41:50Z', 'updated_at': '2022-10-04T20:41:50Z', 'revision_number': 0, 'ip': '172.25.5.217'} created 2022-10-04 20:41:53,481 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.395s 2022-10-04 20:41:53,481 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1adee2b1-8a33-4a8e-981a-b5d36c3cbf4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "935f44986e194a1882d095a9b136c6bc", "name": "tempest-ServersTestFqdnHostnames-736087331-project", "password_expires_at": null}, "audit_ids": ["VGRHoez2S0Kcjne5U8NRZg"], "expires_at": "2022-10-04T21:41:53.000000Z", "issued_at": "2022-10-04T20:41:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8f49cc17cdd45cc8278f8d5cf1e7490", "name": "tempest-ServersTestFqdnHostnames-736087331"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_f8f49cc17cdd45cc8278f8d5cf1e7490", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/f8f49cc17cdd45cc8278f8d5cf1e7490", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/f8f49cc17cdd45cc8278f8d5cf1e7490", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/f8f49cc17cdd45cc8278f8d5cf1e7490", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:53,482 130704 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': '8fe50bd2-6799-4976-8c6e-7d5e4830c6ba', 'name': 'tempest-ServersTestFqdnHostnames-1965081262-network', 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 441, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:41:21Z', 'updated_at': '2022-10-04T20:41:21Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:53,483 130704 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-838947080', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYfh5H5cYETeodvWsyUxETsZzHLYxZtt1ljgERtCQNwaRJYatNw3GUMdXS9+YqxA6VxXyd27eaQc69XGZZdAXRo79xbcSP0zmgTPpMCoAUIXSNVmk0ZmehbUTPF6NY/DA==', 'fingerprint': '2d:9a:ed:f7:ad:94:1d:1e:0d:09:88:93:c6:ae:36:62', 'user_id': '935f44986e194a1882d095a9b136c6bc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBb+0cVh+7lNt5stm+HEtuczD7zKMcFtuYACqYpKIsdn+QVP16jPaH5\nOOArqskaZvCgBwYFK4EEACKhZANiAAQmH4eR+XGBE3qHb1rMlMRE7Gcxy2MWbbdZ\nY4BEbQkDcGkSWGrTcNxlDHV0vfmKsQOlcV8ndu3mkHOvVxmWXQF0aO/cW3Ej9M5o\nEz6TAqAFCF0jVZpNGZnoW1EzxejWPww=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd9e8af96-048f-4ce5-a989-ca39ab5e4fd1', 'name': 'tempest-securitygroup--2144302945', 'stateful': True, 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'description': 'tempest-description--2144313871', 'shared': False, 'security_group_rules': [{'id': 'b6112a38-5d49-4499-826f-d2a701eedf9d', 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'security_group_id': 'd9e8af96-048f-4ce5-a989-ca39ab5e4fd1', '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': 985, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:41:45Z', 'updated_at': '2022-10-04T20:41:45Z', 'revision_number': 0, 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490'}, {'id': 'bb0d5945-0ce5-4f64-8259-90839bef14f5', 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'security_group_id': 'd9e8af96-048f-4ce5-a989-ca39ab5e4fd1', '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': 984, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:41:45Z', 'updated_at': '2022-10-04T20:41:45Z', 'revision_number': 0, 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490'}], 'tags': [], 'created_at': '2022-10-04T20:41:44Z', 'updated_at': '2022-10-04T20:41:45Z', 'revision_number': 1, 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490'}, 'floating_ip': {'id': 'b1ed4f09-62c2-4e96-b86f-8d8f9532da94', 'tenant_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'floating_ip_address': '172.25.5.217', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f8f49cc17cdd45cc8278f8d5cf1e7490', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:41:50Z', 'updated_at': '2022-10-04T20:41:50Z', 'revision_number': 0, 'ip': '172.25.5.217'}} 2022-10-04 20:41:56,457 130704 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 500 POST http://10.222.0.78/compute/v2.1/servers 2.972s 2022-10-04 20:41:56,458 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "guest-instance-1.domain.com", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "I8~jmEFnhKTpwiY", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "8fe50bd2-6799-4976-8c6e-7d5e4830c6ba"}], "security_groups": [{"name": "tempest-securitygroup--2144302945"}], "key_name": "tempest-keypair-838947080", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41: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': '214', 'x-openstack-request-id': 'req-5c48616c-e196-4aba-abe9-8f7a7674c02a', 'x-compute-request-id': 'req-5c48616c-e196-4aba-abe9-8f7a7674c02a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 215, in test_create_server_with_fqdn_name test_server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 0 | 2 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft31.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:49:10,610 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 4.161s 2022-10-04 20:49:10,611 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-2046983741"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-6a730741-4379-421d-870d-5fb7e722d283', 'date': 'Tue, 04 Oct 2022 20:49:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2abf657d-6b87-4d31-ab66-054a60025651","name":"tempest-ServersTestMultiNic-2046983741","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:49:08Z","updated_at":"2022-10-04T20:49:08Z","revision_number":1}}' 2022-10-04 20:49:16,409 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 5.796s 2022-10-04 20:49:16,409 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "2abf657d-6b87-4d31-ab66-054a60025651", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-cf7d3ae4-4894-4165-9f78-b6da65622c09', 'date': 'Tue, 04 Oct 2022 20:49:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"78a49b72-28a1-42ba-bd14-ed5f22ec85d0","name":"","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","network_id":"2abf657d-6b87-4d31-ab66-054a60025651","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.80.0.1","cidr":"19.80.0.0/24","allocation_pools":[{"start":"19.80.0.2","end":"19.80.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:49:12Z","updated_at":"2022-10-04T20:49:12Z","revision_number":0,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376"}}' 2022-10-04 20:49:18,832 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 2.422s 2022-10-04 20:49:18,833 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-2113992653"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-17322a05-63e5-4a98-8190-f7c4a7493089', 'date': 'Tue, 04 Oct 2022 20:49:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a75ec7bf-5684-499b-95e5-1894ec91f3af","name":"tempest-ServersTestMultiNic-2113992653","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:49:17Z","updated_at":"2022-10-04T20:49:17Z","revision_number":1}}' 2022-10-04 20:49:23,081 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 4.247s 2022-10-04 20:49:23,082 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "a75ec7bf-5684-499b-95e5-1894ec91f3af", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-9308bd20-32a0-4a13-885d-076978dae34a', 'date': 'Tue, 04 Oct 2022 20:49:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ecfffe48-46d0-436b-a4aa-ab3bb55ecfcf","name":"","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","network_id":"a75ec7bf-5684-499b-95e5-1894ec91f3af","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.86.0.1","cidr":"19.86.0.0/24","allocation_pools":[{"start":"19.86.0.2","end":"19.86.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:49:20Z","updated_at":"2022-10-04T20:49:20Z","revision_number":0,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376"}}' 2022-10-04 20:49:23,744 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.631s 2022-10-04 20:49:23,744 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f740fe0-a258-42f3-a4de-27075dd8c268', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9c7d0e3889e34fa1b24d19f7f68bc56c", "name": "tempest-ServersTestMultiNic-687384955-project", "password_expires_at": null}, "audit_ids": ["EZbhA7pVR3GfusahRSX7-w"], "expires_at": "2022-10-04T21:49:23.000000Z", "issued_at": "2022-10-04T20:49:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ab943ca7b4f4ad3ac63ee0067fa6376", "name": "tempest-ServersTestMultiNic-687384955"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:49:23,745 130700 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '90cd3eb5-9709-45c4-95f1-239dd148a341', 'name': 'tempest-ServersTestMultiNic-1058829323-network', 'tenant_id': '0ab943ca7b4f4ad3ac63ee0067fa6376', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ab943ca7b4f4ad3ac63ee0067fa6376', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 422, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:48:29Z', 'updated_at': '2022-10-04T20:48:30Z', 'revision_number': 1} available for tenant 2022-10-04 20:49:25,309 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 500 POST http://10.222.0.78/compute/v2.1/servers 1.562s 2022-10-04 20:49:25,310 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestMultiNic-server-247583758", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "2abf657d-6b87-4d31-ab66-054a60025651"}, {"uuid": "a75ec7bf-5684-499b-95e5-1894ec91f3af"}, {"uuid": "2abf657d-6b87-4d31-ab66-054a60025651"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:49:23 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': '214', 'x-openstack-request-id': 'req-97549cb6-997f-4d0c-b018-0853e869609e', 'x-compute-request-id': 'req-97549cb6-997f-4d0c-b018-0853e869609e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:49:29,948 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/ecfffe48-46d0-436b-a4aa-ab3bb55ecfcf 4.630s 2022-10-04 20:49:29,949 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-f754d08a-bdd6-4fbf-953b-3d64cbeb17af', 'date': 'Tue, 04 Oct 2022 20:49:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/ecfffe48-46d0-436b-a4aa-ab3bb55ecfcf'} Body: b'' 2022-10-04 20:49:33,373 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/a75ec7bf-5684-499b-95e5-1894ec91f3af 3.423s 2022-10-04 20:49:33,373 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-1452b7dc-09e7-48c4-bc64-fe13d2c863ce', 'date': 'Tue, 04 Oct 2022 20:49:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/a75ec7bf-5684-499b-95e5-1894ec91f3af'} Body: b'' 2022-10-04 20:49:35,336 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/78a49b72-28a1-42ba-bd14-ed5f22ec85d0 1.962s 2022-10-04 20:49:35,337 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-cc44305e-71cd-4208-9dc0-0c057bcf3850', 'date': 'Tue, 04 Oct 2022 20:49:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/78a49b72-28a1-42ba-bd14-ed5f22ec85d0'} Body: b'' 2022-10-04 20:49:39,110 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/2abf657d-6b87-4d31-ab66-054a60025651 3.772s 2022-10-04 20:49:39,111 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-e88a0494-4930-44df-9b98-6f571a48122a', 'date': 'Tue, 04 Oct 2022 20:49:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/2abf657d-6b87-4d31-ab66-054a60025651'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 117, in test_verify_duplicate_network_nics server_multi_nics = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft31.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:49:42,160 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 3.044s 2022-10-04 20:49:42,161 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-723743361"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f920093d-8e27-42a1-a243-14b9fbf74b5e', 'date': 'Tue, 04 Oct 2022 20:49:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"52f296b7-d20e-4477-85b1-fc4a04e7c484","name":"tempest-ServersTestMultiNic-723743361","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:49:40Z","updated_at":"2022-10-04T20:49:40Z","revision_number":1}}' 2022-10-04 20:49:48,194 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 6.032s 2022-10-04 20:49:48,195 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "52f296b7-d20e-4477-85b1-fc4a04e7c484", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-6c85e78a-b343-45bf-bd82-b30a1dd860df', 'date': 'Tue, 04 Oct 2022 20:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3fdb51ea-eb75-4ccf-9783-0d1a4cd6cc39","name":"","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","network_id":"52f296b7-d20e-4477-85b1-fc4a04e7c484","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.80.0.1","cidr":"19.80.0.0/24","allocation_pools":[{"start":"19.80.0.2","end":"19.80.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:49:44Z","updated_at":"2022-10-04T20:49:44Z","revision_number":0,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376"}}' 2022-10-04 20:49:50,758 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 2.561s 2022-10-04 20:49:50,762 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1067974605"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-726d2166-aaff-4542-897b-ef332075843a', 'date': 'Tue, 04 Oct 2022 20:49:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"06bbf148-9e79-4b6f-a0fd-f26d618c62bc","name":"tempest-ServersTestMultiNic-1067974605","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:49:48Z","updated_at":"2022-10-04T20:49:49Z","revision_number":1}}' 2022-10-04 20:49:56,355 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 5.592s 2022-10-04 20:49:56,356 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "06bbf148-9e79-4b6f-a0fd-f26d618c62bc", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-8cb490ea-c376-4ae0-8e2c-a5c5bb4fd384', 'date': 'Tue, 04 Oct 2022 20:49:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"01c2a927-9ed9-4120-9f34-5f0b9c0b0644","name":"","tenant_id":"0ab943ca7b4f4ad3ac63ee0067fa6376","network_id":"06bbf148-9e79-4b6f-a0fd-f26d618c62bc","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.86.0.1","cidr":"19.86.0.0/24","allocation_pools":[{"start":"19.86.0.2","end":"19.86.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:49:52Z","updated_at":"2022-10-04T20:49:52Z","revision_number":0,"project_id":"0ab943ca7b4f4ad3ac63ee0067fa6376"}}' 2022-10-04 20:49:57,028 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.655s 2022-10-04 20:49:57,028 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9af4a5ba-d806-411e-a1b9-97e2e75d7a9b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9c7d0e3889e34fa1b24d19f7f68bc56c", "name": "tempest-ServersTestMultiNic-687384955-project", "password_expires_at": null}, "audit_ids": ["mPtHpMs_SHKORP4suzh-3g"], "expires_at": "2022-10-04T21:49:56.000000Z", "issued_at": "2022-10-04T20:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ab943ca7b4f4ad3ac63ee0067fa6376", "name": "tempest-ServersTestMultiNic-687384955"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/0ab943ca7b4f4ad3ac63ee0067fa6376", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:49:57,029 130700 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '90cd3eb5-9709-45c4-95f1-239dd148a341', 'name': 'tempest-ServersTestMultiNic-1058829323-network', 'tenant_id': '0ab943ca7b4f4ad3ac63ee0067fa6376', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ab943ca7b4f4ad3ac63ee0067fa6376', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 422, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:48:29Z', 'updated_at': '2022-10-04T20:48:30Z', 'revision_number': 1} available for tenant 2022-10-04 20:49:59,588 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 500 POST http://10.222.0.78/compute/v2.1/servers 2.557s 2022-10-04 20:49:59,589 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestMultiNic-server-525942707", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "52f296b7-d20e-4477-85b1-fc4a04e7c484"}, {"uuid": "06bbf148-9e79-4b6f-a0fd-f26d618c62bc"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-255cf0d0-63d2-4e3a-9944-80d5292df798', 'x-compute-request-id': 'req-255cf0d0-63d2-4e3a-9944-80d5292df798', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:50:03,561 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/01c2a927-9ed9-4120-9f34-5f0b9c0b0644 3.970s 2022-10-04 20:50:03,561 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7c9d6f3b-5568-4699-a82a-d437489626ec', 'date': 'Tue, 04 Oct 2022 20:50:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/01c2a927-9ed9-4120-9f34-5f0b9c0b0644'} Body: b'' 2022-10-04 20:50:08,105 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/06bbf148-9e79-4b6f-a0fd-f26d618c62bc 4.543s 2022-10-04 20:50:08,106 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-075d9dce-4e88-4141-9fb7-274b4f42fd15', 'date': 'Tue, 04 Oct 2022 20:50:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/06bbf148-9e79-4b6f-a0fd-f26d618c62bc'} Body: b'' 2022-10-04 20:50:10,070 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/3fdb51ea-eb75-4ccf-9783-0d1a4cd6cc39 1.964s 2022-10-04 20:50:10,076 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c5d4774c-1fe6-4bb0-96ea-8dc389188ed8', 'date': 'Tue, 04 Oct 2022 20:50:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/3fdb51ea-eb75-4ccf-9783-0d1a4cd6cc39'} Body: b'' 2022-10-04 20:50:14,632 130700 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/52f296b7-d20e-4477-85b1-fc4a04e7c484 4.555s 2022-10-04 20:50:14,633 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-50e367fc-7d42-4b3a-bf2c-3560ede9589c', 'date': 'Tue, 04 Oct 2022 20:50:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/52f296b7-d20e-4477-85b1-fc4a04e7c484'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 74, in test_verify_multiple_nics_order server_multi_nics = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 0 | 8 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
fail
ft32.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:03,779 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.787s 2022-10-04 20:41:03,779 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5783353e-468f-4895-a1ff-d96dcd2ce54b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["ql6Sba2qSd2OVm3bZaX2zA"], "expires_at": "2022-10-04T21:41:03.000000Z", "issued_at": "2022-10-04T20:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:03,780 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:35,129 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 500 POST http://10.222.0.78/compute/v2.1/servers 31.346s 2022-10-04 20:41:35,130 130709 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-999166489", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5fd03a1a-cfad-45ab-95e9-3419b5ef6e9a', 'x-compute-request-id': 'req-5fd03a1a-cfad-45ab-95e9-3419b5ef6e9a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 50, in test_delete_active_server server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft32.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:35,593 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.429s 2022-10-04 20:41:35,594 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f9b0460-1097-46b1-81a9-8d6fa8811434', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["VlXmuC97RN6UYyqjkN_fUw"], "expires_at": "2022-10-04T21:41:35.000000Z", "issued_at": "2022-10-04T20:41:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:35,594 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:40,303 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 4.707s 2022-10-04 20:41:40,304 130709 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-106689609", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cd905481-052c-4f59-aa00-a6d15d27f457', 'x-compute-request-id': 'req-cd905481-052c-4f59-aa00-a6d15d27f457', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
fail
ft32.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:40,534 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.202s 2022-10-04 20:41:40,535 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e5ec4023-a580-4985-8618-beea78ca514b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["40n0ZW9tTIWoIJeQfewTGw"], "expires_at": "2022-10-04T21:41:40.000000Z", "issued_at": "2022-10-04T20:41:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:40,536 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_building_state) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:43,036 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 500 POST http://10.222.0.78/compute/v2.1/servers 2.498s 2022-10-04 20:41:43,037 130709 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-399485045", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-596dd839-0e5e-4de4-810f-1d08e170f3f2', 'x-compute-request-id': 'req-596dd839-0e5e-4de4-810f-1d08e170f3f2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 43, in test_delete_server_while_in_building_state server = self.create_test_server(wait_until='BUILD') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
fail
ft32.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:43,206 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.150s 2022-10-04 20:41:43,207 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2492e870-4fb5-41c4-8241-660ae4daff70', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["hfGUAxnaS-WCk5cM4przVQ"], "expires_at": "2022-10-04T21:41:43.000000Z", "issued_at": "2022-10-04T20:41:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:43,208 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:47,838 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 500 POST http://10.222.0.78/compute/v2.1/servers 4.628s 2022-10-04 20:41:47,839 130709 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-625972377", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3706eca2-2b2e-4f87-9049-b51089d53f0d', 'x-compute-request-id': 'req-3706eca2-2b2e-4f87-9049-b51089d53f0d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 68, in test_delete_server_while_in_pause_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
fail
ft32.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:48,032 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.174s 2022-10-04 20:41:48,033 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-48789842-e7fb-4358-81c6-3a40ce780131', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["z__h-Mn0RFG6UAF6dJX2iw"], "expires_at": "2022-10-04T21:41:48.000000Z", "issued_at": "2022-10-04T20:41:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:48,034 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:51,484 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 500 POST http://10.222.0.78/compute/v2.1/servers 3.449s 2022-10-04 20:41:51,485 130709 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-1702631106", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41: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': '214', 'x-openstack-request-id': 'req-389a39f3-6e2a-418b-8784-17420e3e3dc3', 'x-compute-request-id': 'req-389a39f3-6e2a-418b-8784-17420e3e3dc3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 90, in test_delete_server_while_in_shelved_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
fail
ft32.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:51,729 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.222s 2022-10-04 20:41:51,730 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5afd42d-57ef-4d02-b277-6485532b7b3d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["F3SgycdrTcOIMd9xBhvPFA"], "expires_at": "2022-10-04T21:41:51.000000Z", "issued_at": "2022-10-04T20:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:51,731 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:53,844 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 500 POST http://10.222.0.78/compute/v2.1/servers 2.111s 2022-10-04 20:41:53,845 130709 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-320838082", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41: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': '214', 'x-openstack-request-id': 'req-7d9ce206-0014-4345-9d62-354ed9db31c7', 'x-compute-request-id': 'req-7d9ce206-0014-4345-9d62-354ed9db31c7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 57, in test_delete_server_while_in_shutoff_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
fail
ft32.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:54,285 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.413s 2022-10-04 20:41:54,286 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8cacfcc0-85a7-4264-ae44-c0b72a06104b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11b6296bc2fb4ca6b2f02bf06c3f6602", "name": "tempest-DeleteServersTestJSON-765273597-project", "password_expires_at": null}, "audit_ids": ["PWjgIinARUWNHYwEYAeyJg"], "expires_at": "2022-10-04T21:41:53.000000Z", "issued_at": "2022-10-04T20:41:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0dba749bcef41eabaa078e2e36d0f97", "name": "tempest-DeleteServersTestJSON-765273597"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/b0dba749bcef41eabaa078e2e36d0f97", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:54,287 130709 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '0caecb22-40fe-43f0-8d1f-cae8a80416fd', 'name': 'tempest-DeleteServersTestJSON-577031231-network', 'tenant_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0dba749bcef41eabaa078e2e36d0f97', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:27Z', 'updated_at': '2022-10-04T20:40:27Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:57,373 130709 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 500 POST http://10.222.0.78/compute/v2.1/servers 3.084s 2022-10-04 20:41:57,373 130709 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-826430458", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0caecb22-40fe-43f0-8d1f-cae8a80416fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41: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': '214', 'x-openstack-request-id': 'req-0ef62aa7-6f4e-4b13-9a11-590898e22791', 'x-compute-request-id': 'req-0ef62aa7-6f4e-4b13-9a11-590898e22791', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 79, in test_delete_server_while_in_suspended_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
fail
ft32.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:27:47,560 180165 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.064s 2022-10-04 21:27:47,560 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2eb1a59-2c28-49c2-b49c-3dfc775bede2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5f06190cae314128ae2f6626c3afac07", "name": "tempest-DeleteServersTestJSON-965567845-project", "password_expires_at": null}, "audit_ids": ["U24Il9fUQ16OM5gYdq14Tw"], "expires_at": "2022-10-04T22:27:47.000000Z", "issued_at": "2022-10-04T21:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53e157aea13344d7b3d229a8438e5017", "name": "tempest-DeleteServersTestJSON-965567845"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_53e157aea13344d7b3d229a8438e5017", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/53e157aea13344d7b3d229a8438e5017", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/53e157aea13344d7b3d229a8438e5017", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/53e157aea13344d7b3d229a8438e5017", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:27:47,561 180165 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': 'c893ff02-3f73-434c-b095-efea0c2aa1fd', 'name': 'tempest-DeleteServersTestJSON-1419405731-network', 'tenant_id': '53e157aea13344d7b3d229a8438e5017', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '53e157aea13344d7b3d229a8438e5017', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 432, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:27:37Z', 'updated_at': '2022-10-04T21:27:38Z', 'revision_number': 1} available for tenant 2022-10-04 21:27:48,252 180165 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 500 POST http://10.222.0.78/compute/v2.1/servers 0.689s 2022-10-04 21:27:48,252 180165 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-1948669025", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "c893ff02-3f73-434c-b095-efea0c2aa1fd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:27:47 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': '214', 'x-openstack-request-id': 'req-7e68cb63-9215-43c3-87a6-7a3e8ad3c60f', 'x-compute-request-id': 'req-7e68cb63-9215-43c3-87a6-7a3e8ad3c60f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 101, in test_delete_server_while_in_verify_resize_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft33.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:51:02,142 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes 3.134s 2022-10-04 20:51:02,142 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1950833352", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b5628cc-0fc7-44a9-9132-c377e81be011', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b5628cc-0fc7-44a9-9132-c377e81be011', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.396952", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:51:02,276 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.104s 2022-10-04 20:51:02,276 130712 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, 04 Oct 2022 20:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9fcec6-fce4-4512-8950-d33939441b8c', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9fcec6-fce4-4512-8950-d33939441b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:03,514 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.207s 2022-10-04 20:51:03,515 130712 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, 04 Oct 2022 20:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3fb312-d702-4a58-8d68-6a35b5ca6d84', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3fb312-d702-4a58-8d68-6a35b5ca6d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:04,809 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.258s 2022-10-04 20:51:04,809 130712 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, 04 Oct 2022 20:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7aec5f-c301-4f6e-bb10-c7c49f30afad', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7aec5f-c301-4f6e-bb10-c7c49f30afad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:06,035 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.191s 2022-10-04 20:51:06,036 130712 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, 04 Oct 2022 20:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785bb25c-bb6f-446b-8082-24cb0c16b037', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785bb25c-bb6f-446b-8082-24cb0c16b037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:07,299 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.227s 2022-10-04 20:51:07,299 130712 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, 04 Oct 2022 20:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c354c05-7d94-4434-ba1e-d11069177211', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c354c05-7d94-4434-ba1e-d11069177211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:08,594 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.268s 2022-10-04 20:51:08,595 130712 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, 04 Oct 2022 20:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f5e5db4-10bb-419a-a303-7a05ea730bd8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f5e5db4-10bb-419a-a303-7a05ea730bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:09,925 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.297s 2022-10-04 20:51:09,926 130712 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, 04 Oct 2022 20:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9594e111-6be2-44f6-bc92-06c094b3a1e0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9594e111-6be2-44f6-bc92-06c094b3a1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:11,200 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.237s 2022-10-04 20:51:11,200 130712 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, 04 Oct 2022 20:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0693c7e-d28a-434a-839c-aab25ffe3cf6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0693c7e-d28a-434a-839c-aab25ffe3cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:12,407 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.179s 2022-10-04 20:51:12,407 130712 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, 04 Oct 2022 20:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd68ae5-504a-4f14-9b15-cc876ce77278', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd68ae5-504a-4f14-9b15-cc876ce77278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:13,706 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.259s 2022-10-04 20:51:13,707 130712 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, 04 Oct 2022 20:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a2f404-f197-4a1c-989a-30b95f136a12', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a2f404-f197-4a1c-989a-30b95f136a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:14,990 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.254s 2022-10-04 20:51:14,991 130712 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, 04 Oct 2022 20:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a944c29-b509-4d9b-8241-8c965e64edb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a944c29-b509-4d9b-8241-8c965e64edb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:16,391 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.370s 2022-10-04 20:51:16,391 130712 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, 04 Oct 2022 20:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7975df2a-3ebe-492c-b90c-5002f1754513', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7975df2a-3ebe-492c-b90c-5002f1754513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:17,602 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.183s 2022-10-04 20:51:17,603 130712 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, 04 Oct 2022 20:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a991b8-3acb-4ebe-8927-cc53439c72b5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a991b8-3acb-4ebe-8927-cc53439c72b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:18,780 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.150s 2022-10-04 20:51:18,781 130712 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, 04 Oct 2022 20:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28d1a84-f315-4ae8-8dff-54f20197057e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28d1a84-f315-4ae8-8dff-54f20197057e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:20,065 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.252s 2022-10-04 20:51:20,066 130712 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, 04 Oct 2022 20:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da48584-d468-426b-95ff-c42ecf086cda', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da48584-d468-426b-95ff-c42ecf086cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:21,282 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.190s 2022-10-04 20:51:21,282 130712 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, 04 Oct 2022 20:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f034d24-927f-4687-a73d-674f6fef459b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f034d24-927f-4687-a73d-674f6fef459b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:22,501 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.189s 2022-10-04 20:51:22,502 130712 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, 04 Oct 2022 20:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7828ce3d-2afd-417f-933f-6845b6dafc9e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7828ce3d-2afd-417f-933f-6845b6dafc9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:23,746 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.220s 2022-10-04 20:51:23,747 130712 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, 04 Oct 2022 20:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fc7a33-9077-4d57-b363-e171accdd095', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fc7a33-9077-4d57-b363-e171accdd095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:24,992 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.218s 2022-10-04 20:51:24,993 130712 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, 04 Oct 2022 20:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c992112-9efd-466c-9895-201914a7e03f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c992112-9efd-466c-9895-201914a7e03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:26,228 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.208s 2022-10-04 20:51:26,228 130712 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, 04 Oct 2022 20:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc8ba08-58d8-4a96-a106-0b1201446496', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc8ba08-58d8-4a96-a106-0b1201446496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:27,547 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.284s 2022-10-04 20:51:27,547 130712 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, 04 Oct 2022 20:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67b3fac-0001-48cb-8b59-4b61bb8be5ce', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67b3fac-0001-48cb-8b59-4b61bb8be5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:28,738 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.163s 2022-10-04 20:51:28,739 130712 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, 04 Oct 2022 20:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e448b86-70d7-4a48-b384-22e2c1bcd94c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e448b86-70d7-4a48-b384-22e2c1bcd94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:29,963 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.196s 2022-10-04 20:51:29,963 130712 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, 04 Oct 2022 20:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b34e7f-652a-45ea-ab0e-0d5da2169245', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b34e7f-652a-45ea-ab0e-0d5da2169245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:31,200 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.211s 2022-10-04 20:51:31,201 130712 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, 04 Oct 2022 20:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a90deaf-8cf8-4bab-835d-09b587fae8cd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a90deaf-8cf8-4bab-835d-09b587fae8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:32,382 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.147s 2022-10-04 20:51:32,383 130712 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, 04 Oct 2022 20:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9dcdd4c-bd8a-4ca2-b458-4baeabaaea51', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9dcdd4c-bd8a-4ca2-b458-4baeabaaea51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:33,627 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.211s 2022-10-04 20:51:33,628 130712 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, 04 Oct 2022 20:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b516e5f-f35b-42f1-ae9c-7cd9fa0410f3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b516e5f-f35b-42f1-ae9c-7cd9fa0410f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:34,994 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.319s 2022-10-04 20:51:34,995 130712 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, 04 Oct 2022 20:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0681eff6-4532-4e75-a4d4-822dd66839f2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0681eff6-4532-4e75-a4d4-822dd66839f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:36,357 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.329s 2022-10-04 20:51:36,358 130712 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, 04 Oct 2022 20:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b746e2-78fa-46ac-a1a7-a1239be1810c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b746e2-78fa-46ac-a1a7-a1239be1810c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:37,708 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.315s 2022-10-04 20:51:37,708 130712 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, 04 Oct 2022 20:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babe6200-c32b-4605-8988-70dc4802b28e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babe6200-c32b-4605-8988-70dc4802b28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:38,984 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.236s 2022-10-04 20:51:38,992 130712 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, 04 Oct 2022 20:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36986e6d-bf8a-49b6-8993-39843daac45a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36986e6d-bf8a-49b6-8993-39843daac45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:40,262 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.243s 2022-10-04 20:51:40,262 130712 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, 04 Oct 2022 20:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94b2b55-b87d-45a3-8c2e-25531deb4807', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94b2b55-b87d-45a3-8c2e-25531deb4807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:41,513 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.209s 2022-10-04 20:51:41,513 130712 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, 04 Oct 2022 20:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da046510-f807-4a58-9e8a-3bbf05d09a8d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da046510-f807-4a58-9e8a-3bbf05d09a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:42,781 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.236s 2022-10-04 20:51:42,781 130712 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, 04 Oct 2022 20:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3542cb36-dc9a-4618-9908-06b4be1da8d5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3542cb36-dc9a-4618-9908-06b4be1da8d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:44,012 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.195s 2022-10-04 20:51:44,013 130712 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, 04 Oct 2022 20:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a95eb3-18eb-481f-87be-f69e28275876', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a95eb3-18eb-481f-87be-f69e28275876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:45,265 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.222s 2022-10-04 20:51:45,266 130712 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, 04 Oct 2022 20:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660b3cd6-8eef-4b9a-b6ef-6b1859b0d82e', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660b3cd6-8eef-4b9a-b6ef-6b1859b0d82e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:46,461 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.162s 2022-10-04 20:51:46,462 130712 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, 04 Oct 2022 20:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ee83ad-caa3-4404-a8a2-09f264c0b687', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ee83ad-caa3-4404-a8a2-09f264c0b687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:47,727 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.230s 2022-10-04 20:51:47,727 130712 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, 04 Oct 2022 20:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976b065a-359d-424e-98c3-97ae47695acb', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976b065a-359d-424e-98c3-97ae47695acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:48,962 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.204s 2022-10-04 20:51:48,963 130712 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, 04 Oct 2022 20:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec3961d-72da-4cb2-b81f-7dce778d80a1', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec3961d-72da-4cb2-b81f-7dce778d80a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:50,098 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.102s 2022-10-04 20:51:50,098 130712 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, 04 Oct 2022 20:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0c824c-eda2-4f06-bcea-abea993f95b2', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d0c824c-eda2-4f06-bcea-abea993f95b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:51,287 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.162s 2022-10-04 20:51:51,288 130712 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, 04 Oct 2022 20:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a3bfb3-6459-426f-a927-4b17e250f486', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9a3bfb3-6459-426f-a927-4b17e250f486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:52,467 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.150s 2022-10-04 20:51:52,468 130712 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, 04 Oct 2022 20:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eea054f-17c4-4366-8483-7df7a9579f7c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eea054f-17c4-4366-8483-7df7a9579f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:53,734 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.235s 2022-10-04 20:51:53,735 130712 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, 04 Oct 2022 20:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323caffc-b9e9-4bdb-a9b9-6b69ed042790', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323caffc-b9e9-4bdb-a9b9-6b69ed042790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:54,957 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.184s 2022-10-04 20:51:54,958 130712 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, 04 Oct 2022 20:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f1ab24-f508-4492-8068-a5e2838c5b7c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f1ab24-f508-4492-8068-a5e2838c5b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:56,240 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.253s 2022-10-04 20:51:56,241 130712 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, 04 Oct 2022 20:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8c6f09-e26d-415e-bcae-2d2b75593e6e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8c6f09-e26d-415e-bcae-2d2b75593e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:57,423 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.144s 2022-10-04 20:51:57,424 130712 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, 04 Oct 2022 20:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022518fb-19c8-464b-b850-7c95687d209c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022518fb-19c8-464b-b850-7c95687d209c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:58,625 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.168s 2022-10-04 20:51:58,626 130712 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, 04 Oct 2022 20:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f663d9b0-13bf-4b89-b395-838fcb7f1525', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f663d9b0-13bf-4b89-b395-838fcb7f1525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:51:59,793 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.134s 2022-10-04 20:51:59,794 130712 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, 04 Oct 2022 20:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2743ee-03f8-4cd8-b7d0-3eb7f430157f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2743ee-03f8-4cd8-b7d0-3eb7f430157f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:01,074 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.249s 2022-10-04 20:52:01,075 130712 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, 04 Oct 2022 20:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8e4bdf-1f36-4e9b-9f0a-8554477b2183', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8e4bdf-1f36-4e9b-9f0a-8554477b2183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:02,334 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.236s 2022-10-04 20:52:02,335 130712 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, 04 Oct 2022 20:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0858ab33-4eeb-4312-89aa-420e1328df8d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0858ab33-4eeb-4312-89aa-420e1328df8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:03,546 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.183s 2022-10-04 20:52:03,547 130712 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, 04 Oct 2022 20:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66907522-74be-4541-9f2c-44ecc96538c6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66907522-74be-4541-9f2c-44ecc96538c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:04,799 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.214s 2022-10-04 20:52:04,799 130712 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, 04 Oct 2022 20:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b93d78-3f66-4ab0-8388-3f04ffbe8d2d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b93d78-3f66-4ab0-8388-3f04ffbe8d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:05,953 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.123s 2022-10-04 20:52:05,953 130712 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, 04 Oct 2022 20:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a34f1e7-ce26-4d4b-b5e5-e39d6c1fc3d0', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a34f1e7-ce26-4d4b-b5e5-e39d6c1fc3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:51:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:07,124 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.130s 2022-10-04 20:52:07,125 130712 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, 04 Oct 2022 20:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bb9669-31ce-4a2b-90f8-36541e9d1555', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bb9669-31ce-4a2b-90f8-36541e9d1555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:52:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:08,253 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e 0.096s 2022-10-04 20:52:08,254 130712 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, 04 Oct 2022 20:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935fe76b-b0a9-4961-9b7f-ce66b24aba38', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935fe76b-b0a9-4961-9b7f-ce66b24aba38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e'} Body: b'{"volume": {"id": "b06074fa-50d9-4a80-b292-bd74b590326e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:51:01.000000", "updated_at": "2022-10-04T20:52:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-1950833352", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/b06074fa-50d9-4a80-b292-bd74b590326e"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:08,277 130712 INFO [tempest.common.waiters] volume b06074fa-50d9-4a80-b292-bd74b590326e reached available after waiting for 66.276996 seconds 2022-10-04 20:52:09,523 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes 1.245s 2022-10-04 20:52:09,523 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-2070658178"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30360cad-c472-4a10-84b4-a0c282c6b3bf', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30360cad-c472-4a10-84b4-a0c282c6b3bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes'} Body: b'{"volume": {"id": "3bac7269-0ea7-4012-b9d7-b50fb8a5de13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:08.992905", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2070658178", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:52:09,888 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13 0.338s 2022-10-04 20:52:09,888 130712 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, 04 Oct 2022 20:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b563574e-1e29-44fa-b631-32978412cd1f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b563574e-1e29-44fa-b631-32978412cd1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13'} Body: b'{"volume": {"id": "3bac7269-0ea7-4012-b9d7-b50fb8a5de13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:09.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2070658178", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:11,101 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13 0.183s 2022-10-04 20:52:11,102 130712 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, 04 Oct 2022 20:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9046087d-b6fc-48a7-a70f-6d10f7f2750d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9046087d-b6fc-48a7-a70f-6d10f7f2750d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13'} Body: b'{"volume": {"id": "3bac7269-0ea7-4012-b9d7-b50fb8a5de13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:09.000000", "updated_at": "2022-10-04T20:52:10.000000", "name": "tempest-TaggedBootDevicesTest-volume-2070658178", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:12,217 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13 0.086s 2022-10-04 20:52:12,218 130712 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, 04 Oct 2022 20:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435d6458-662d-4ec1-85c5-e0f1565d51c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435d6458-662d-4ec1-85c5-e0f1565d51c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13'} Body: b'{"volume": {"id": "3bac7269-0ea7-4012-b9d7-b50fb8a5de13", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:09.000000", "updated_at": "2022-10-04T20:52:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-2070658178", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/3bac7269-0ea7-4012-b9d7-b50fb8a5de13"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:12,256 130712 INFO [tempest.common.waiters] volume 3bac7269-0ea7-4012-b9d7-b50fb8a5de13 reached available after waiting for 3.256524 seconds 2022-10-04 20:52:13,444 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes 1.184s 2022-10-04 20:52:13,444 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-382158369"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a049463-0923-431b-89a9-3a5c513b7cf1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a049463-0923-431b-89a9-3a5c513b7cf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes'} Body: b'{"volume": {"id": "5bbece24-7080-493b-8c18-94c5573b6256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:12.842892", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-382158369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:52:13,659 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256 0.184s 2022-10-04 20:52:13,659 130712 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, 04 Oct 2022 20:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e0a60c-ed69-4d20-916b-af170444c6b3', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e0a60c-ed69-4d20-916b-af170444c6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256'} Body: b'{"volume": {"id": "5bbece24-7080-493b-8c18-94c5573b6256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:13.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-382158369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:14,896 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256 0.193s 2022-10-04 20:52:14,897 130712 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, 04 Oct 2022 20:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90dee770-89cf-4363-8238-c13981cd99df', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90dee770-89cf-4363-8238-c13981cd99df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256'} Body: b'{"volume": {"id": "5bbece24-7080-493b-8c18-94c5573b6256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:13.000000", "updated_at": "2022-10-04T20:52:14.000000", "name": "tempest-TaggedBootDevicesTest-volume-382158369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:16,067 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256 0.134s 2022-10-04 20:52:16,067 130712 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, 04 Oct 2022 20:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5577a7-fec1-4fe5-a976-ac21bd9d6eee', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5577a7-fec1-4fe5-a976-ac21bd9d6eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256'} Body: b'{"volume": {"id": "5bbece24-7080-493b-8c18-94c5573b6256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:13.000000", "updated_at": "2022-10-04T20:52:14.000000", "name": "tempest-TaggedBootDevicesTest-volume-382158369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:17,322 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256 0.238s 2022-10-04 20:52:17,322 130712 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, 04 Oct 2022 20:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d601600b-81b7-4f87-99bd-908335a84f1f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d601600b-81b7-4f87-99bd-908335a84f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256'} Body: b'{"volume": {"id": "5bbece24-7080-493b-8c18-94c5573b6256", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:52:13.000000", "updated_at": "2022-10-04T20:52:16.000000", "name": "tempest-TaggedBootDevicesTest-volume-382158369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/bd8adb1a7e034cbeb6d40757ae7cf31b/volumes/5bbece24-7080-493b-8c18-94c5573b6256"}], "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:17,354 130712 INFO [tempest.common.waiters] volume 5bbece24-7080-493b-8c18-94c5573b6256 reached available after waiting for 4.354205 seconds 2022-10-04 20:52:21,413 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 4.056s 2022-10-04 20:52:21,413 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net1-649423216"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c441de31-4b5f-4f29-a31c-f826c30d1058', 'date': 'Tue, 04 Oct 2022 20:52:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8d2d5848-a194-4e51-833e-12e1ff126b76","name":"tempest-device-tagging-net1-649423216","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:52:18Z","updated_at":"2022-10-04T20:52:19Z","revision_number":1}}' 2022-10-04 20:52:23,780 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 2.366s 2022-10-04 20:52:23,781 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net2-699839638"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-47304424-54b4-49cb-b8ad-f2228ab2e530', 'date': 'Tue, 04 Oct 2022 20:52:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c5dfd2b2-03b5-4649-af3d-9e2e03b726c5","name":"tempest-device-tagging-net2-699839638","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:52:22Z","updated_at":"2022-10-04T20:52:22Z","revision_number":1}}' 2022-10-04 20:52:26,376 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 2.594s 2022-10-04 20:52:26,376 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "8d2d5848-a194-4e51-833e-12e1ff126b76", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-e09c0ebc-9346-4a36-b51f-5248fbf509e2', 'date': 'Tue, 04 Oct 2022 20:52:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cb0dd148-9a71-466f-8406-656782e65234","name":"","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","network_id":"8d2d5848-a194-4e51-833e-12e1ff126b76","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:52:24Z","updated_at":"2022-10-04T20:52:24Z","revision_number":0,"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:30,019 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 3.641s 2022-10-04 20:52:30,019 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c5dfd2b2-03b5-4649-af3d-9e2e03b726c5", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-a9d935a7-a576-4132-b8d0-abad760073de', 'date': 'Tue, 04 Oct 2022 20:52:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"bc76479c-1ccd-4405-a8b2-b1cdf81155f9","name":"","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","network_id":"c5dfd2b2-03b5-4649-af3d-9e2e03b726c5","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:52:27Z","updated_at":"2022-10-04T20:52:27Z","revision_number":0,"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:36,449 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/ports 6.429s 2022-10-04 20:52:36,450 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "8d2d5848-a194-4e51-833e-12e1ff126b76", "name": "tempest-TaggedBootDevicesTest-489176425", "fixed_ips": [{"subnet_id": "cb0dd148-9a71-466f-8406-656782e65234"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-77060346-44a4-4065-88af-d0129f6c451c', 'date': 'Tue, 04 Oct 2022 20:52:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"00f4fc37-fde3-4842-82c0-06054c0a879b","name":"tempest-TaggedBootDevicesTest-489176425","network_id":"8d2d5848-a194-4e51-833e-12e1ff126b76","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","mac_address":"fa:16:3e:73:af:bf","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cb0dd148-9a71-466f-8406-656782e65234","ip_address":"10.1.1.127"}],"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","port_security_enabled":true,"security_groups":["664a98cf-f4f2-4171-82c0-1cb10e25629f"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-04T20:52:31Z","updated_at":"2022-10-04T20:52:32Z","revision_number":1}}' 2022-10-04 20:52:46,418 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/ports 9.967s 2022-10-04 20:52:46,418 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "8d2d5848-a194-4e51-833e-12e1ff126b76", "name": "tempest-TaggedBootDevicesTest-1519168824", "fixed_ips": [{"subnet_id": "cb0dd148-9a71-466f-8406-656782e65234"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-6d0d9e40-193d-493a-bb44-db74ac486c3f', 'date': 'Tue, 04 Oct 2022 20:52:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"80ed0137-40fd-4177-9456-37478f3cc45f","name":"tempest-TaggedBootDevicesTest-1519168824","network_id":"8d2d5848-a194-4e51-833e-12e1ff126b76","tenant_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","mac_address":"fa:16:3e:10:6a:21","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cb0dd148-9a71-466f-8406-656782e65234","ip_address":"10.1.1.90"}],"project_id":"bd8adb1a7e034cbeb6d40757ae7cf31b","port_security_enabled":true,"security_groups":["664a98cf-f4f2-4171-82c0-1cb10e25629f"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-04T20:52:39Z","updated_at":"2022-10-04T20:52:40Z","revision_number":1}}' 2022-10-04 20:52:46,420 130712 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:52:46,420 130712 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:52:46,714 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.288s 2022-10-04 20:52:46,714 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1143726339", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN81XrbYvZVF3hiURf5i4WgR69VxsD8h84gqApELgvOL2v+g3vj1bt3PyEl9vjnbA4p4QzKkgh7Fh/YCayz8ImUdz9+w6BuDbPGn0IfM/tBuiAC+hoqjE+g6p2ZK/NEhXw=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a79026-75f1-4def-8d54-f9a93333220a', 'x-compute-request-id': 'req-b5a79026-75f1-4def-8d54-f9a93333220a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1143726339", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN81XrbYvZVF3hiURf5i4WgR69VxsD8h84gqApELgvOL2v+g3vj1bt3PyEl9vjnbA4p4QzKkgh7Fh/YCayz8ImUdz9+w6BuDbPGn0IfM/tBuiAC+hoqjE+g6p2ZK/NEhXw==", "fingerprint": "d8:4c:b4:8a:98:a6:6a:cd:47:4d:59:bc:2c:80:94:50", "user_id": "3fb1f6f1b6c24316bb09ff23ae0a9252"}}' 2022-10-04 20:52:46,721 130712 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1143726339 created 2022-10-04 20:52:48,176 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.454s 2022-10-04 20:52:48,177 130712 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--1860042354", "description": "tempest-description--983529955"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-ed680a82-c687-4623-b7af-adb33751593d', 'date': 'Tue, 04 Oct 2022 20:52:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "name": "tempest-securitygroup--1860042354", "stateful": true, "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "description": "tempest-description--983529955", "shared": false, "security_group_rules": [{"id": "7f4e8713-5ce4-4e45-920c-f1761fc8cab1", "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "security_group_id": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "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": 1870, "description": null, "tags": [], "created_at": "2022-10-04T20:52:47Z", "updated_at": "2022-10-04T20:52:47Z", "revision_number": 0, "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}, {"id": "bebabb9a-cdc7-4a38-afc4-b616a0194a2c", "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "security_group_id": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "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": 1871, "description": null, "tags": [], "created_at": "2022-10-04T20:52:47Z", "updated_at": "2022-10-04T20:52:47Z", "revision_number": 0, "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}], "tags": [], "created_at": "2022-10-04T20:52:47Z", "updated_at": "2022-10-04T20:52:47Z", "revision_number": 1, "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:53,690 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 5.512s 2022-10-04 20:52:53,691 130712 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": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "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-1fe685b1-9ea0-4522-8ae1-6d66b7fa2714', 'date': 'Tue, 04 Oct 2022 20:52:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "902a239d-a647-48aa-bcfc-54cd9305916e", "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "security_group_id": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:52:51Z", "updated_at": "2022-10-04T20:52:51Z", "revision_number": 0, "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:55,406 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.714s 2022-10-04 20:52:55,407 130712 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": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-14caa799-c61b-478f-b10c-5bc99a06545b', 'date': 'Tue, 04 Oct 2022 20:52:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7373275c-36de-43d1-b6b3-cd3bc5736d97", "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "security_group_id": "b5a32b71-8ec8-4ae9-999b-bd3112ef8280", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:52:54Z", "updated_at": "2022-10-04T20:52:54Z", "revision_number": 0, "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b"}}' 2022-10-04 20:52:55,407 130712 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1860042354 created 2022-10-04 20:53:03,866 130712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 8.457s 2022-10-04 20:53:03,866 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-aa9ee7ff-6028-472d-812b-fb4a0f9b35a3', 'date': 'Tue, 04 Oct 2022 20:53:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0ec4b470-0a9a-4d1b-8cfb-5e9278839c53", "tenant_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "floating_ip_address": "172.25.5.178", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:52:58Z", "updated_at": "2022-10-04T20:52:58Z", "revision_number": 0}}' 2022-10-04 20:53:03,867 130712 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0ec4b470-0a9a-4d1b-8cfb-5e9278839c53', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'floating_ip_address': '172.25.5.178', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:52:58Z', 'updated_at': '2022-10-04T20:52:58Z', 'revision_number': 0, 'ip': '172.25.5.178'} created 2022-10-04 20:53:04,401 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.522s 2022-10-04 20:53:04,402 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3888', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-24b0c81e-91b1-4f3d-9581-68837277d5b8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "name": "tempest-TaggedBootDevicesTest-446184929-project", "password_expires_at": null}, "audit_ids": ["urYYtCajSbqHOKb-C_XmAw"], "expires_at": "2022-10-04T21:53:04.000000Z", "issued_at": "2022-10-04T20:53:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "name": "tempest-TaggedBootDevicesTest-446184929"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8abffc2008a0425d80f64df72ed2a8f9", "interface": "internal", "region_id": "tempest-region-1982071172", "url": "https://url-993814105.com", "region": "tempest-region-1982071172"}], "id": "26254552da14433e9ff4c3eb50c70a76", "type": "tempest-type-1711707547", "name": "tempest-service-1419418328"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "a353aaf7f5da4b9588cfc41b2185711e", "interface": "public", "region_id": "tempest-region-1249250373", "url": "https://url-1272385464.com", "region": "tempest-region-1249250373"}], "id": "8d3e465d3e824fe8867f290da14af1af", "type": "tempest-type-990689508", "name": "tempest-service-1536535287"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:53:04,403 130712 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'd7e335bd-452b-4b28-a631-d8ec4632b1ff', 'name': 'tempest-TaggedBootDevicesTest-1781382707-network', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 448, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:49:46Z', 'updated_at': '2022-10-04T20:49:46Z', 'revision_number': 1} available for tenant 2022-10-04 20:53:04,925 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.505s 2022-10-04 20:53:04,926 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '4072', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-92011032-d0da-425e-bc7e-6cbbb516da58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3fb1f6f1b6c24316bb09ff23ae0a9252", "name": "tempest-TaggedBootDevicesTest-446184929-project", "password_expires_at": null}, "audit_ids": ["GtsDCOyLRAKjddztzWIU_w"], "expires_at": "2022-10-04T21:53:04.000000Z", "issued_at": "2022-10-04T20:53:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd8adb1a7e034cbeb6d40757ae7cf31b", "name": "tempest-TaggedBootDevicesTest-446184929"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8abffc2008a0425d80f64df72ed2a8f9", "interface": "internal", "region_id": "tempest-region-1982071172", "url": "https://url-993814105.com", "region": "tempest-region-1982071172"}], "id": "26254552da14433e9ff4c3eb50c70a76", "type": "tempest-type-1711707547", "name": "tempest-service-1419418328"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "49eaddad5e5947b3bf58bc8e91a8325c", "interface": "public", "region_id": "tempest-region-1909902453", "url": "https://url-788831890.com", "region": "tempest-region-1909902453"}, {"id": "a353aaf7f5da4b9588cfc41b2185711e", "interface": "public", "region_id": "tempest-region-1249250373", "url": "https://url-1272385464.com", "region": "tempest-region-1249250373"}], "id": "8d3e465d3e824fe8867f290da14af1af", "type": "tempest-type-990689508", "name": "tempest-service-1536535287"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/bd8adb1a7e034cbeb6d40757ae7cf31b", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:53:04,927 130712 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'd7e335bd-452b-4b28-a631-d8ec4632b1ff', 'name': 'tempest-TaggedBootDevicesTest-1781382707-network', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 448, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:49:46Z', 'updated_at': '2022-10-04T20:49:46Z', 'revision_number': 1} available for tenant 2022-10-04 20:53:04,928 130712 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1143726339', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN81XrbYvZVF3hiURf5i4WgR69VxsD8h84gqApELgvOL2v+g3vj1bt3PyEl9vjnbA4p4QzKkgh7Fh/YCayz8ImUdz9+w6BuDbPGn0IfM/tBuiAC+hoqjE+g6p2ZK/NEhXw==', 'fingerprint': 'd8:4c:b4:8a:98:a6:6a:cd:47:4d:59:bc:2c:80:94:50', 'user_id': '3fb1f6f1b6c24316bb09ff23ae0a9252', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAm9pICClZ4Jdfpocxms7F91yMt+7U+AwpWwrCYrS5/33s2UoP4HJ4D\nsxDj2lVYnbagBwYFK4EEACKhZANiAATfNV622L2VRd4YlEX+YuFoEevVcbA/IfOI\nKgKRC4Lzi9r/oN749W7dz8hJfb452wOKeEMypIIexYf2Amss/CJlHc/fsOgbg2zx\np9CHzP7QbogAvoaKoxPoOqdmSvzRIV8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b5a32b71-8ec8-4ae9-999b-bd3112ef8280', 'name': 'tempest-securitygroup--1860042354', 'stateful': True, 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'description': 'tempest-description--983529955', 'shared': False, 'security_group_rules': [{'id': '7f4e8713-5ce4-4e45-920c-f1761fc8cab1', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'security_group_id': 'b5a32b71-8ec8-4ae9-999b-bd3112ef8280', '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': 1870, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:52:47Z', 'updated_at': '2022-10-04T20:52:47Z', 'revision_number': 0, 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b'}, {'id': 'bebabb9a-cdc7-4a38-afc4-b616a0194a2c', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'security_group_id': 'b5a32b71-8ec8-4ae9-999b-bd3112ef8280', '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': 1871, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:52:47Z', 'updated_at': '2022-10-04T20:52:47Z', 'revision_number': 0, 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b'}], 'tags': [], 'created_at': '2022-10-04T20:52:47Z', 'updated_at': '2022-10-04T20:52:47Z', 'revision_number': 1, 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b'}, 'floating_ip': {'id': '0ec4b470-0a9a-4d1b-8cfb-5e9278839c53', 'tenant_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'floating_ip_address': '172.25.5.178', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd8adb1a7e034cbeb6d40757ae7cf31b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:52:58Z', 'updated_at': '2022-10-04T20:52:58Z', 'revision_number': 0, 'ip': '172.25.5.178'}} 2022-10-04 20:53:09,538 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://10.222.0.78/compute/v2.1/servers 4.608s 2022-10-04 20:53:09,538 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-device-tagging-server-115205453", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "d7e335bd-452b-4b28-a631-d8ec4632b1ff"}, {"port": "00f4fc37-fde3-4842-82c0-06054c0a879b", "tag": "port-1"}, {"port": "80ed0137-40fd-4177-9456-37478f3cc45f", "tag": "port-2"}, {"uuid": "8d2d5848-a194-4e51-833e-12e1ff126b76", "tag": "net-1"}, {"uuid": "8d2d5848-a194-4e51-833e-12e1ff126b76"}, {"uuid": "c5dfd2b2-03b5-4649-af3d-9e2e03b726c5", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c5dfd2b2-03b5-4649-af3d-9e2e03b726c5", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "b06074fa-50d9-4a80-b292-bd74b590326e", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "3bac7269-0ea7-4012-b9d7-b50fb8a5de13", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "5bbece24-7080-493b-8c18-94c5573b6256", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1860042354"}], "key_name": "tempest-keypair-1143726339", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-942bdf86-b859-49b5-8efa-cb727b8978ae', 'x-compute-request-id': 'req-942bdf86-b859-49b5-8efa-cb727b8978ae', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:53:09,715 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1143726339 0.174s 2022-10-04 20:53:09,715 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-609cb4cd-879b-4732-b46d-75d350524da8', 'x-compute-request-id': 'req-609cb4cd-879b-4732-b46d-75d350524da8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1143726339'} Body: b'' 2022-10-04 20:53:10,815 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/b5a32b71-8ec8-4ae9-999b-bd3112ef8280 1.099s 2022-10-04 20:53:10,816 130712 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-12fd24a9-4336-443b-9b04-dc2d21bcc6f5', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:53:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/b5a32b71-8ec8-4ae9-999b-bd3112ef8280'} Body: b'' 2022-10-04 20:53:10,929 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/b5a32b71-8ec8-4ae9-999b-bd3112ef8280 0.112s 2022-10-04 20:53:10,930 130712 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-8e564fe8-d226-4085-b7fa-de74ce74a1d5', 'date': 'Tue, 04 Oct 2022 20:53:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/b5a32b71-8ec8-4ae9-999b-bd3112ef8280'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b5a32b71-8ec8-4ae9-999b-bd3112ef8280 does not exist", "detail": ""}}' 2022-10-04 20:53:13,916 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/0ec4b470-0a9a-4d1b-8cfb-5e9278839c53 2.984s 2022-10-04 20:53:13,916 130712 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-8f50080e-aed9-4a60-aa0c-b257ad970aaf', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:53:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/0ec4b470-0a9a-4d1b-8cfb-5e9278839c53'} Body: b'' 2022-10-04 20:53:17,262 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/ports/80ed0137-40fd-4177-9456-37478f3cc45f 3.344s 2022-10-04 20:53:17,263 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-869b8f18-dc3d-4878-9185-2bc692fc29ee', 'date': 'Tue, 04 Oct 2022 20:53:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports/80ed0137-40fd-4177-9456-37478f3cc45f'} Body: b'' 2022-10-04 20:53:20,509 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/ports/00f4fc37-fde3-4842-82c0-06054c0a879b 3.245s 2022-10-04 20:53:20,510 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c212ea71-27c6-4e3b-879a-9c71ad07ed4b', 'date': 'Tue, 04 Oct 2022 20:53:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports/00f4fc37-fde3-4842-82c0-06054c0a879b'} Body: b'' 2022-10-04 20:53:22,126 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/bc76479c-1ccd-4405-a8b2-b1cdf81155f9 1.615s 2022-10-04 20:53:22,127 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-4342caa8-3051-4cd4-bcc8-16b58c967e89', 'date': 'Tue, 04 Oct 2022 20:53:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/bc76479c-1ccd-4405-a8b2-b1cdf81155f9'} Body: b'' 2022-10-04 20:53:24,285 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/cb0dd148-9a71-466f-8406-656782e65234 2.156s 2022-10-04 20:53:24,285 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-70773c6a-f83a-4a1b-8163-25de33391f14', 'date': 'Tue, 04 Oct 2022 20:53:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/cb0dd148-9a71-466f-8406-656782e65234'} Body: b'' 2022-10-04 20:53:26,481 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/c5dfd2b2-03b5-4649-af3d-9e2e03b726c5 2.194s 2022-10-04 20:53:26,481 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c2118fba-19e9-4e28-bf87-7eecdb53ddc5', 'date': 'Tue, 04 Oct 2022 20:53:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/c5dfd2b2-03b5-4649-af3d-9e2e03b726c5'} Body: b'' 2022-10-04 20:53:29,410 130712 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/8d2d5848-a194-4e51-833e-12e1ff126b76 2.927s 2022-10-04 20:53:29,411 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0fcd18eb-c4b7-4a4d-8a5b-fe892ee501b7', 'date': 'Tue, 04 Oct 2022 20:53:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/8d2d5848-a194-4e51-833e-12e1ff126b76'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft34.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:35,686 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes 11.831s 2022-10-04 20:41:35,687 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3d0bd0-5fa7-4c5d-9b54-e6800b6869a0', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3d0bd0-5fa7-4c5d-9b54-e6800b6869a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.011849", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:41:36,036 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.322s 2022-10-04 20:41:36,036 130711 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, 04 Oct 2022 20:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148b584b-4e1b-49b8-86eb-2c3ec898651c', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148b584b-4e1b-49b8-86eb-2c3ec898651c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:37,353 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.281s 2022-10-04 20:41:37,353 130711 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, 04 Oct 2022 20:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3cc4af-7674-4009-b3b5-49e731ee1fc9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3cc4af-7674-4009-b3b5-49e731ee1fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:38,561 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.176s 2022-10-04 20:41:38,562 130711 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, 04 Oct 2022 20:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab64a64-9647-4482-a429-d2b1313588b7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab64a64-9647-4482-a429-d2b1313588b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:39,743 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.135s 2022-10-04 20:41:39,743 130711 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, 04 Oct 2022 20:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0baa1034-d1b6-41cc-a10e-d60c82ba89f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0baa1034-d1b6-41cc-a10e-d60c82ba89f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:40,962 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.188s 2022-10-04 20:41:40,963 130711 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, 04 Oct 2022 20:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a386459e-b8e7-4e39-9bdd-57668d9aaa33', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a386459e-b8e7-4e39-9bdd-57668d9aaa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:42,205 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.207s 2022-10-04 20:41:42,206 130711 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, 04 Oct 2022 20:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2c748e-fc72-4e7c-821c-174997d25cf3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2c748e-fc72-4e7c-821c-174997d25cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:43,357 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.117s 2022-10-04 20:41:43,357 130711 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, 04 Oct 2022 20:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa69da2-9c52-45a2-9430-50bba211bc18', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa69da2-9c52-45a2-9430-50bba211bc18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:44,539 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.150s 2022-10-04 20:41:44,539 130711 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, 04 Oct 2022 20:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260c6767-dd63-4fe1-85ed-1c961587f0b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260c6767-dd63-4fe1-85ed-1c961587f0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:45,722 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.151s 2022-10-04 20:41:45,723 130711 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, 04 Oct 2022 20:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422f1793-513d-4ee3-96a9-bb64c1f476f7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422f1793-513d-4ee3-96a9-bb64c1f476f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:46,916 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.166s 2022-10-04 20:41:46,916 130711 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, 04 Oct 2022 20:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87f2578-c60f-4d96-ad99-7184e90890a4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87f2578-c60f-4d96-ad99-7184e90890a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:48,129 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.182s 2022-10-04 20:41:48,130 130711 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, 04 Oct 2022 20:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9311ecc6-87d9-4430-a0df-f0fcb0aaa1f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9311ecc6-87d9-4430-a0df-f0fcb0aaa1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:49,274 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.115s 2022-10-04 20:41:49,275 130711 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, 04 Oct 2022 20:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d6df72-4079-40db-9f0c-346cd1916fef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d6df72-4079-40db-9f0c-346cd1916fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:50,512 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.210s 2022-10-04 20:41:50,513 130711 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, 04 Oct 2022 20:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9de4f3-f284-42ab-bd16-65560260b7de', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9de4f3-f284-42ab-bd16-65560260b7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:51,767 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.223s 2022-10-04 20:41:51,767 130711 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, 04 Oct 2022 20:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b8799b-4d41-4b19-8433-d82376a21f76', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b8799b-4d41-4b19-8433-d82376a21f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:52,979 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.180s 2022-10-04 20:41:52,980 130711 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, 04 Oct 2022 20:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02bc0b62-7669-466d-a800-f87f608d9059', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02bc0b62-7669-466d-a800-f87f608d9059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:54,301 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.288s 2022-10-04 20:41:54,312 130711 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, 04 Oct 2022 20:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90547c43-cead-4815-812a-de3cc340b4a8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90547c43-cead-4815-812a-de3cc340b4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:55,448 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.099s 2022-10-04 20:41:55,449 130711 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, 04 Oct 2022 20:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78752308-635b-453d-8a8a-2364f8d741a5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78752308-635b-453d-8a8a-2364f8d741a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:56,610 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.142s 2022-10-04 20:41:56,611 130711 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, 04 Oct 2022 20:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ef5e8e-f2b0-4ffa-83ab-6fee29204b18', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ef5e8e-f2b0-4ffa-83ab-6fee29204b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:57,769 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.132s 2022-10-04 20:41:57,770 130711 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, 04 Oct 2022 20:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2817cb4-ded9-4ab1-8e1e-315507352676', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2817cb4-ded9-4ab1-8e1e-315507352676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:41:59,016 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.213s 2022-10-04 20:41:59,016 130711 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, 04 Oct 2022 20:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bd76af-6d33-4289-831a-4c7ca767412f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bd76af-6d33-4289-831a-4c7ca767412f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:00,197 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.150s 2022-10-04 20:42:00,197 130711 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, 04 Oct 2022 20:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f303fda4-f56b-4ec9-be9a-24c5ea52d650', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f303fda4-f56b-4ec9-be9a-24c5ea52d650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:01,356 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.133s 2022-10-04 20:42:01,357 130711 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, 04 Oct 2022 20:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be62a3de-b084-4ba4-b7c3-ee98c3d7a24f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be62a3de-b084-4ba4-b7c3-ee98c3d7a24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:02,681 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.285s 2022-10-04 20:42:02,682 130711 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, 04 Oct 2022 20:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9324a1-5434-48fe-a7d1-c7f411cc42aa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9324a1-5434-48fe-a7d1-c7f411cc42aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:03,870 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.154s 2022-10-04 20:42:03,870 130711 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, 04 Oct 2022 20:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b752d4e5-952b-4de5-9d75-4b9146268994', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b752d4e5-952b-4de5-9d75-4b9146268994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:05,112 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.213s 2022-10-04 20:42:05,113 130711 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, 04 Oct 2022 20:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2239c19-fede-40f7-a880-80e5a1ecdb44', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2239c19-fede-40f7-a880-80e5a1ecdb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:06,418 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.275s 2022-10-04 20:42:06,418 130711 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, 04 Oct 2022 20:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b542a10-dc13-4c3c-ae39-3d0440ff9f54', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b542a10-dc13-4c3c-ae39-3d0440ff9f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:07,664 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.201s 2022-10-04 20:42:07,665 130711 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, 04 Oct 2022 20:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87ccccb-f8e0-4c18-8fee-fb1dcf6cfe3b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87ccccb-f8e0-4c18-8fee-fb1dcf6cfe3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:09,016 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.312s 2022-10-04 20:42:09,016 130711 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, 04 Oct 2022 20:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd3b058b-1a9b-4f63-8dc8-141cb0f3599d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd3b058b-1a9b-4f63-8dc8-141cb0f3599d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:10,189 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.135s 2022-10-04 20:42:10,189 130711 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, 04 Oct 2022 20:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8d574f6-4256-421c-bc96-f23e6301c230', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8d574f6-4256-421c-bc96-f23e6301c230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:11,396 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.174s 2022-10-04 20:42:11,397 130711 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, 04 Oct 2022 20:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0ddbf2-f32a-4ffb-a737-89d043114cd4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0ddbf2-f32a-4ffb-a737-89d043114cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:12,698 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.271s 2022-10-04 20:42:12,699 130711 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, 04 Oct 2022 20:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed34279a-b805-4213-ab16-38171083f989', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed34279a-b805-4213-ab16-38171083f989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:13,884 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.154s 2022-10-04 20:42:13,884 130711 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, 04 Oct 2022 20:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69377e53-b58b-4f1c-8a8c-6c76cd3b195e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69377e53-b58b-4f1c-8a8c-6c76cd3b195e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:15,207 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.291s 2022-10-04 20:42:15,207 130711 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, 04 Oct 2022 20:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d463644f-87b8-405b-9249-3e6061426d8e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d463644f-87b8-405b-9249-3e6061426d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:16,384 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.142s 2022-10-04 20:42:16,385 130711 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, 04 Oct 2022 20:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-594398bd-73ba-4547-bc93-e91c994d0532', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-594398bd-73ba-4547-bc93-e91c994d0532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:17,643 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.229s 2022-10-04 20:42:17,644 130711 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, 04 Oct 2022 20:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a75001-824b-44ea-aacf-23cad8a43269', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a75001-824b-44ea-aacf-23cad8a43269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:18,986 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.306s 2022-10-04 20:42:18,986 130711 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, 04 Oct 2022 20:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f97425-c8ff-418d-b249-356d44140dd6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f97425-c8ff-418d-b249-356d44140dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:20,383 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.362s 2022-10-04 20:42:20,384 130711 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, 04 Oct 2022 20:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d049be5-1ade-48fc-9337-609965a27fa2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d049be5-1ade-48fc-9337-609965a27fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:21,674 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.260s 2022-10-04 20:42:21,675 130711 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, 04 Oct 2022 20:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9d9d95-17ff-43e8-8696-c8420e29d7c6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9d9d95-17ff-43e8-8696-c8420e29d7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:22,858 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.151s 2022-10-04 20:42:22,859 130711 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, 04 Oct 2022 20:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc98a32-914c-483a-8f02-ac573037e37a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc98a32-914c-483a-8f02-ac573037e37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:24,101 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.211s 2022-10-04 20:42:24,101 130711 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, 04 Oct 2022 20:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c00ae6d-ef9a-4271-81e5-b2750be0755f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c00ae6d-ef9a-4271-81e5-b2750be0755f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:41:36.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:25,231 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.091s 2022-10-04 20:42:25,231 130711 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, 04 Oct 2022 20:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-941edd8c-74a8-4f38-90e0-a9d126838016', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-941edd8c-74a8-4f38-90e0-a9d126838016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:26,414 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.154s 2022-10-04 20:42:26,414 130711 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, 04 Oct 2022 20:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dee207f-94f0-4dfa-8aa1-b807f5bf3d71', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dee207f-94f0-4dfa-8aa1-b807f5bf3d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:27,710 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.251s 2022-10-04 20:42:27,710 130711 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, 04 Oct 2022 20:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df1d08f-8bf3-465b-b2e2-1d6758c89711', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df1d08f-8bf3-465b-b2e2-1d6758c89711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:28,880 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.138s 2022-10-04 20:42:28,881 130711 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, 04 Oct 2022 20:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed32303e-402b-42a9-b124-d0a3258cab9a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed32303e-402b-42a9-b124-d0a3258cab9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:30,078 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.157s 2022-10-04 20:42:30,079 130711 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, 04 Oct 2022 20:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d137f62-7b42-43b9-b745-405aaa5b21ef', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d137f62-7b42-43b9-b745-405aaa5b21ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:31,414 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.298s 2022-10-04 20:42:31,415 130711 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, 04 Oct 2022 20:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d048bc65-b7f3-43df-a663-86d4fa453379', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d048bc65-b7f3-43df-a663-86d4fa453379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:32,724 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.269s 2022-10-04 20:42:32,725 130711 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, 04 Oct 2022 20:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08261983-b618-48d0-b9f2-4f69333af85c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08261983-b618-48d0-b9f2-4f69333af85c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:33,990 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.227s 2022-10-04 20:42:33,991 130711 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, 04 Oct 2022 20:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c103cffc-4e3a-4673-81ac-34c714d9a22d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c103cffc-4e3a-4673-81ac-34c714d9a22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:35,171 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.144s 2022-10-04 20:42:35,172 130711 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, 04 Oct 2022 20:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7847584f-06f0-4e5b-b342-78d7a0d521cf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7847584f-06f0-4e5b-b342-78d7a0d521cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:36,600 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.391s 2022-10-04 20:42:36,601 130711 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, 04 Oct 2022 20:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33dfe55b-3f93-4004-a0db-5627e42321eb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33dfe55b-3f93-4004-a0db-5627e42321eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:37,996 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.354s 2022-10-04 20:42:37,997 130711 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, 04 Oct 2022 20:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b472811-f2af-49b7-9f5b-551b17cc01e2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b472811-f2af-49b7-9f5b-551b17cc01e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:39,214 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.179s 2022-10-04 20:42:39,214 130711 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, 04 Oct 2022 20:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52c6b859-5f56-44fa-8412-5aaa3a1c3c57', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52c6b859-5f56-44fa-8412-5aaa3a1c3c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:40,473 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.227s 2022-10-04 20:42:40,474 130711 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, 04 Oct 2022 20:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2738a46-6d46-4241-8283-9d38450b5059', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2738a46-6d46-4241-8283-9d38450b5059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:41,728 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.223s 2022-10-04 20:42:41,729 130711 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, 04 Oct 2022 20:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5720f0ef-229a-4ad6-b184-ef6695f84918', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5720f0ef-229a-4ad6-b184-ef6695f84918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:42,949 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.186s 2022-10-04 20:42:42,950 130711 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, 04 Oct 2022 20:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d486f61c-f9d7-4a27-85ba-faf741cfa9b7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d486f61c-f9d7-4a27-85ba-faf741cfa9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:44,318 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.335s 2022-10-04 20:42:44,318 130711 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, 04 Oct 2022 20:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0fd6ca-55f2-406b-a302-e33a37b6d09a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0fd6ca-55f2-406b-a302-e33a37b6d09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:45,792 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.430s 2022-10-04 20:42:45,793 130711 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, 04 Oct 2022 20:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215b05fd-fe73-4aae-8f2f-a5f0a72a48dd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215b05fd-fe73-4aae-8f2f-a5f0a72a48dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:47,120 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.288s 2022-10-04 20:42:47,120 130711 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, 04 Oct 2022 20:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8ba1243-cb55-4f54-af79-8a84e871c61c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8ba1243-cb55-4f54-af79-8a84e871c61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:48,444 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.288s 2022-10-04 20:42:48,444 130711 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, 04 Oct 2022 20:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a118275-fd05-4ffb-af10-9eb7f24f33f0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a118275-fd05-4ffb-af10-9eb7f24f33f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:49,776 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.294s 2022-10-04 20:42:49,777 130711 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, 04 Oct 2022 20:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e653d9-f108-4d21-8ab2-f1eebb5fdac6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e653d9-f108-4d21-8ab2-f1eebb5fdac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:51,061 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.264s 2022-10-04 20:42:51,062 130711 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, 04 Oct 2022 20:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc78653-03a2-4dd9-a97f-05eb177c6ba2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc78653-03a2-4dd9-a97f-05eb177c6ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:52,320 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.231s 2022-10-04 20:42:52,321 130711 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, 04 Oct 2022 20:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600d9c57-c13f-4124-b285-dd53dcc648f0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600d9c57-c13f-4124-b285-dd53dcc648f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:53,578 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.208s 2022-10-04 20:42:53,579 130711 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, 04 Oct 2022 20:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e63b6f-9fd3-40ca-9743-26325dc0ead5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e63b6f-9fd3-40ca-9743-26325dc0ead5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:54,841 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.228s 2022-10-04 20:42:54,841 130711 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, 04 Oct 2022 20:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7db79048-46b8-4420-aa3b-76247bcc372c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7db79048-46b8-4420-aa3b-76247bcc372c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:56,139 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.269s 2022-10-04 20:42:56,140 130711 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, 04 Oct 2022 20:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31afb0aa-f804-4086-aae2-4218fb910608', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31afb0aa-f804-4086-aae2-4218fb910608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:57,389 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.215s 2022-10-04 20:42:57,390 130711 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, 04 Oct 2022 20:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0886f7d9-0a32-48e5-aada-2df5de6e540e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0886f7d9-0a32-48e5-aada-2df5de6e540e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:42:58,783 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.364s 2022-10-04 20:42:58,784 130711 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, 04 Oct 2022 20:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1869555-1d44-494e-a24c-333eac389143', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1869555-1d44-494e-a24c-333eac389143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:00,164 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.347s 2022-10-04 20:43:00,165 130711 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, 04 Oct 2022 20:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60d189ba-f212-4cc3-83de-f6ea8d805d42', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60d189ba-f212-4cc3-83de-f6ea8d805d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:01,424 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.228s 2022-10-04 20:43:01,425 130711 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, 04 Oct 2022 20:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b888f1-d631-4608-97b3-b56b6dbe31a0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b888f1-d631-4608-97b3-b56b6dbe31a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:42:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:02,651 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf 0.193s 2022-10-04 20:43:02,652 130711 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, 04 Oct 2022 20:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-936c4d7f-8bb8-4eb7-b189-63e03ea3fb54', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-936c4d7f-8bb8-4eb7-b189-63e03ea3fb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf'} Body: b'{"volume": {"id": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:41:35.000000", "updated_at": "2022-10-04T20:43:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-487994842", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/eb3c31d7-19ad-453a-9273-d03bae1c2fbf"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:02,671 130711 INFO [tempest.common.waiters] volume eb3c31d7-19ad-453a-9273-d03bae1c2fbf reached available after waiting for 86.671256 seconds 2022-10-04 20:43:04,780 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes 2.108s 2022-10-04 20:43:04,781 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c98799e-7037-4f30-96e3-be86683dea01', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c98799e-7037-4f30-96e3-be86683dea01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.149513", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:43:05,038 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.225s 2022-10-04 20:43:05,039 130711 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, 04 Oct 2022 20:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0a3c90-4f35-46ec-b45d-d2874bfc57c9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0a3c90-4f35-46ec-b45d-d2874bfc57c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:06,322 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.236s 2022-10-04 20:43:06,323 130711 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, 04 Oct 2022 20:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd4cfae-261f-4d24-a3cc-c3038f32feea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd4cfae-261f-4d24-a3cc-c3038f32feea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": "2022-10-04T20:43:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:07,553 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.199s 2022-10-04 20:43:07,554 130711 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, 04 Oct 2022 20:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842ab21e-b285-4100-be14-4d97d179e655', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842ab21e-b285-4100-be14-4d97d179e655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": "2022-10-04T20:43:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:08,916 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.335s 2022-10-04 20:43:08,916 130711 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, 04 Oct 2022 20:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccb2c74-5f73-4c2c-a445-45acff88ab12', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccb2c74-5f73-4c2c-a445-45acff88ab12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": "2022-10-04T20:43:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:10,189 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.235s 2022-10-04 20:43:10,190 130711 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, 04 Oct 2022 20:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff666d5-3983-4d20-a241-3b15f3343806', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff666d5-3983-4d20-a241-3b15f3343806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": "2022-10-04T20:43:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:11,425 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7 0.205s 2022-10-04 20:43:11,426 130711 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, 04 Oct 2022 20:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabd7e48-29fb-4388-b641-8238908dd517', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabd7e48-29fb-4388-b641-8238908dd517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7'} Body: b'{"volume": {"id": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:04.000000", "updated_at": "2022-10-04T20:43:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2066827438", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/ec57b97b-f8d3-4de2-8bf8-525bf49781f7"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:11,458 130711 INFO [tempest.common.waiters] volume ec57b97b-f8d3-4de2-8bf8-525bf49781f7 reached available after waiting for 6.458217 seconds 2022-10-04 20:43:12,828 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes 1.369s 2022-10-04 20:43:12,829 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb508823-59b8-4942-9a1a-06f1434b94ec', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb508823-59b8-4942-9a1a-06f1434b94ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.127836", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 20:43:13,016 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2 0.158s 2022-10-04 20:43:13,017 130711 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, 04 Oct 2022 20:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ceed95-8272-4a7a-92fe-51f95a580ce3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ceed95-8272-4a7a-92fe-51f95a580ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:14,257 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2 0.219s 2022-10-04 20:43:14,258 130711 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, 04 Oct 2022 20:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9de11e3-7f43-487b-8849-a01146ca6195', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9de11e3-7f43-487b-8849-a01146ca6195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.000000", "updated_at": "2022-10-04T20:43:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:15,644 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2 0.353s 2022-10-04 20:43:15,644 130711 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, 04 Oct 2022 20:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5200443b-faac-4133-af5a-c57bae405d8d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5200443b-faac-4133-af5a-c57bae405d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.000000", "updated_at": "2022-10-04T20:43:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:16,886 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2 0.199s 2022-10-04 20:43:16,887 130711 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, 04 Oct 2022 20:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e734218b-c232-4c1f-b407-268efb7fd197', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e734218b-c232-4c1f-b407-268efb7fd197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.000000", "updated_at": "2022-10-04T20:43:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:18,061 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2 0.141s 2022-10-04 20:43:18,061 130711 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, 04 Oct 2022 20:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38618ca5-6f0d-4c65-b3bd-0bd26d77c082', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38618ca5-6f0d-4c65-b3bd-0bd26d77c082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2'} Body: b'{"volume": {"id": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T20:43:12.000000", "updated_at": "2022-10-04T20:43:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1307141957", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6c5aaa2031d8481ebc5a7b3b9a0522dc/volumes/f2b808d5-4103-4fc3-904f-b716d4c898a2"}], "user_id": "f641a595a9e242da9564a483717f3b48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:18,087 130711 INFO [tempest.common.waiters] volume f2b808d5-4103-4fc3-904f-b716d4c898a2 reached available after waiting for 5.087726 seconds 2022-10-04 20:43:19,394 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.304s 2022-10-04 20:43:19,394 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net1-1061298554"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c1d6cd31-3ff6-401a-9aa2-4e3905a3224d', 'date': 'Tue, 04 Oct 2022 20:43:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d440815a-c7cb-41b5-bf01-b92283177fa8","name":"tempest-device-tagging-net1-1061298554","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:43:18Z","updated_at":"2022-10-04T20:43:18Z","revision_number":1}}' 2022-10-04 20:43:22,596 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 3.200s 2022-10-04 20:43:22,596 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net2-2077066488"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a3c599a9-09ff-473f-9f7d-13b98495cf2f', 'date': 'Tue, 04 Oct 2022 20:43:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b84e7f4d-8664-4a49-a0c3-307d7abc2f7e","name":"tempest-device-tagging-net2-2077066488","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T20:43:20Z","updated_at":"2022-10-04T20:43:20Z","revision_number":1}}' 2022-10-04 20:43:26,428 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 3.830s 2022-10-04 20:43:26,428 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "d440815a-c7cb-41b5-bf01-b92283177fa8", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-523ed877-3bf1-404b-83cc-b26fe0e81422', 'date': 'Tue, 04 Oct 2022 20:43:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"913092f3-8cd1-4f2a-a2c8-077a54611139","name":"","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","network_id":"d440815a-c7cb-41b5-bf01-b92283177fa8","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:43:24Z","updated_at":"2022-10-04T20:43:24Z","revision_number":0,"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:31,251 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 4.822s 2022-10-04 20:43:31,252 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "b84e7f4d-8664-4a49-a0c3-307d7abc2f7e", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-3e7dde6e-2ba8-465e-a5ad-709a216035a9', 'date': 'Tue, 04 Oct 2022 20:43:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"817f77b3-e836-40e9-910a-8d909d681ed3","name":"","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","network_id":"b84e7f4d-8664-4a49-a0c3-307d7abc2f7e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:43:28Z","updated_at":"2022-10-04T20:43:28Z","revision_number":0,"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:39,441 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/ports 8.188s 2022-10-04 20:43:39,442 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "d440815a-c7cb-41b5-bf01-b92283177fa8", "name": "tempest-TaggedBootDevicesTest_v242-1097861180", "fixed_ips": [{"subnet_id": "913092f3-8cd1-4f2a-a2c8-077a54611139"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-188ff4e3-49be-4223-a0aa-910f2f85c888', 'date': 'Tue, 04 Oct 2022 20:43:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"2dcc0d61-734d-414a-aa5b-8b02f7908ee5","name":"tempest-TaggedBootDevicesTest_v242-1097861180","network_id":"d440815a-c7cb-41b5-bf01-b92283177fa8","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","mac_address":"fa:16:3e:15:f7:b9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"913092f3-8cd1-4f2a-a2c8-077a54611139","ip_address":"10.1.1.71"}],"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","port_security_enabled":true,"security_groups":["67a6b4b0-4d7f-4c4a-b928-4d1b1f936dfd"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-04T20:43:32Z","updated_at":"2022-10-04T20:43:33Z","revision_number":1}}' 2022-10-04 20:43:54,938 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78:9696/networking/v2.0/ports 15.495s 2022-10-04 20:43:54,938 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "d440815a-c7cb-41b5-bf01-b92283177fa8", "name": "tempest-TaggedBootDevicesTest_v242-602982160", "fixed_ips": [{"subnet_id": "913092f3-8cd1-4f2a-a2c8-077a54611139"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-0446fa8e-0df5-40ad-80c3-1a909e1a2f19', 'date': 'Tue, 04 Oct 2022 20:43:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"0f3e1f36-6db2-46f0-9c39-b492566d6f3f","name":"tempest-TaggedBootDevicesTest_v242-602982160","network_id":"d440815a-c7cb-41b5-bf01-b92283177fa8","tenant_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","mac_address":"fa:16:3e:bf:41:e8","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"913092f3-8cd1-4f2a-a2c8-077a54611139","ip_address":"10.1.1.115"}],"project_id":"6c5aaa2031d8481ebc5a7b3b9a0522dc","port_security_enabled":true,"security_groups":["67a6b4b0-4d7f-4c4a-b928-4d1b1f936dfd"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-04T20:43:45Z","updated_at":"2022-10-04T20:43:49Z","revision_number":1}}' 2022-10-04 20:43:54,940 130711 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:43:54,940 130711 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:43:55,486 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.541s 2022-10-04 20:43:55,486 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-106158845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCZDI8Ak8adJ/mdL/kuSifIO7n0OyRNuKCqq7X4J91Paai/YP5JY5QDWt+y8m4qqS81IYE1yAJKjVuaAXcrvy1x2jVah3CEwATLL/iJru5vTzuKcIRvdu7+PJDGovXz8g=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10603f48-832c-40fb-88fb-b026a33b49ce', 'x-compute-request-id': 'req-10603f48-832c-40fb-88fb-b026a33b49ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-106158845", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCZDI8Ak8adJ/mdL/kuSifIO7n0OyRNuKCqq7X4J91Paai/YP5JY5QDWt+y8m4qqS81IYE1yAJKjVuaAXcrvy1x2jVah3CEwATLL/iJru5vTzuKcIRvdu7+PJDGovXz8g==", "fingerprint": "44:80:b1:13:d1:bd:22:51:dc:07:3e:a5:76:b9:16:ff", "user_id": "f641a595a9e242da9564a483717f3b48"}}' 2022-10-04 20:43:55,492 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-106158845 created 2022-10-04 20:43:57,530 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.036s 2022-10-04 20:43:57,530 130711 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--657943761", "description": "tempest-description--1431170445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-be48b871-b013-4803-bce9-5f1752f4e269', 'date': 'Tue, 04 Oct 2022 20:43:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "68720532-1462-457e-abf1-3e50cd5cd849", "name": "tempest-securitygroup--657943761", "stateful": true, "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "description": "tempest-description--1431170445", "shared": false, "security_group_rules": [{"id": "c914d3a8-365f-494b-a9f7-d201cd00b73a", "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "security_group_id": "68720532-1462-457e-abf1-3e50cd5cd849", "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": 1111, "description": null, "tags": [], "created_at": "2022-10-04T20:43:57Z", "updated_at": "2022-10-04T20:43:57Z", "revision_number": 0, "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}, {"id": "df167799-4011-46c0-9a7d-dd7b6421fffe", "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "security_group_id": "68720532-1462-457e-abf1-3e50cd5cd849", "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": 1110, "description": null, "tags": [], "created_at": "2022-10-04T20:43:57Z", "updated_at": "2022-10-04T20:43:57Z", "revision_number": 0, "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}], "tags": [], "created_at": "2022-10-04T20:43:56Z", "updated_at": "2022-10-04T20:43:57Z", "revision_number": 1, "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:43:59,820 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.288s 2022-10-04 20:43:59,820 130711 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": "68720532-1462-457e-abf1-3e50cd5cd849", "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-cca406b8-4db1-4ba1-8e10-abe44f0a1a71', 'date': 'Tue, 04 Oct 2022 20:43:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "86fb328c-73f3-4951-b582-759f66230618", "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "security_group_id": "68720532-1462-457e-abf1-3e50cd5cd849", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:43:59Z", "updated_at": "2022-10-04T20:43:59Z", "revision_number": 0, "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:44:01,746 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.924s 2022-10-04 20:44:01,856 130711 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": "68720532-1462-457e-abf1-3e50cd5cd849", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-497ba793-2779-462e-b5c6-5a3d416e639a', 'date': 'Tue, 04 Oct 2022 20:44:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c416998b-419e-4169-84d4-45df0d13d8cd", "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "security_group_id": "68720532-1462-457e-abf1-3e50cd5cd849", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:44:00Z", "updated_at": "2022-10-04T20:44:00Z", "revision_number": 0, "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc"}}' 2022-10-04 20:44:01,857 130711 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--657943761 created 2022-10-04 20:44:08,131 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 6.273s 2022-10-04 20:44:08,132 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-ba8b7107-9299-4345-a63f-71aeb921ddce', 'date': 'Tue, 04 Oct 2022 20:44:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "061ae7d4-cf46-41a9-aa66-513330186028", "tenant_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "floating_ip_address": "172.25.5.29", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:44:04Z", "updated_at": "2022-10-04T20:44:04Z", "revision_number": 0}}' 2022-10-04 20:44:08,132 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '061ae7d4-cf46-41a9-aa66-513330186028', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'floating_ip_address': '172.25.5.29', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:44:04Z', 'updated_at': '2022-10-04T20:44:04Z', 'revision_number': 0, 'ip': '172.25.5.29'} created 2022-10-04 20:44:08,677 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.526s 2022-10-04 20:44:08,678 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cca8a729-9cfe-44ac-86ff-5d0756b5be27', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f641a595a9e242da9564a483717f3b48", "name": "tempest-TaggedBootDevicesTest_v242-823522393-project", "password_expires_at": null}, "audit_ids": ["bE2JEW3CQ3uDY1-RDCfeog"], "expires_at": "2022-10-04T21:44:08.000000Z", "issued_at": "2022-10-04T20:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "name": "tempest-TaggedBootDevicesTest_v242-823522393"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:44:08,679 130711 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '76684a80-7326-45f0-83f0-fb100785407f', 'name': 'tempest-TaggedBootDevicesTest_v242-590517087-network', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 405, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:19Z', 'updated_at': '2022-10-04T20:40:19Z', 'revision_number': 1} available for tenant 2022-10-04 20:44:08,818 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.128s 2022-10-04 20:44:08,818 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-05c948b2-ae1a-4426-9275-2ad39a18f6ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f641a595a9e242da9564a483717f3b48", "name": "tempest-TaggedBootDevicesTest_v242-823522393-project", "password_expires_at": null}, "audit_ids": ["ox6-TUSIQaiDKO4sErUkxQ"], "expires_at": "2022-10-04T21:44:08.000000Z", "issued_at": "2022-10-04T20:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c5aaa2031d8481ebc5a7b3b9a0522dc", "name": "tempest-TaggedBootDevicesTest_v242-823522393"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6c5aaa2031d8481ebc5a7b3b9a0522dc", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:44:08,819 130711 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '76684a80-7326-45f0-83f0-fb100785407f', 'name': 'tempest-TaggedBootDevicesTest_v242-590517087-network', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 405, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:19Z', 'updated_at': '2022-10-04T20:40:19Z', 'revision_number': 1} available for tenant 2022-10-04 20:44:08,820 130711 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-106158845', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBCZDI8Ak8adJ/mdL/kuSifIO7n0OyRNuKCqq7X4J91Paai/YP5JY5QDWt+y8m4qqS81IYE1yAJKjVuaAXcrvy1x2jVah3CEwATLL/iJru5vTzuKcIRvdu7+PJDGovXz8g==', 'fingerprint': '44:80:b1:13:d1:bd:22:51:dc:07:3e:a5:76:b9:16:ff', 'user_id': 'f641a595a9e242da9564a483717f3b48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD0mZJscFUGDwREWNgGJsAE3HTuz1G7GfupJvdgtLP8D6V3CHaXXsC5\n6Bj3eSI19/6gBwYFK4EEACKhZANiAAQQmQyPAJPGnSf5nS/5LkonyDu59DskTbig\nqqu1+CfdT2mov2D+SWOUA1rfsvJuKqkvNSGBNcgCSo1bmgF3K78tcdo1WodwhMAE\nyy/4ia7ub087inCEb3bu/jyQxqL18/I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '68720532-1462-457e-abf1-3e50cd5cd849', 'name': 'tempest-securitygroup--657943761', 'stateful': True, 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'description': 'tempest-description--1431170445', 'shared': False, 'security_group_rules': [{'id': 'c914d3a8-365f-494b-a9f7-d201cd00b73a', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'security_group_id': '68720532-1462-457e-abf1-3e50cd5cd849', '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': 1111, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:43:57Z', 'updated_at': '2022-10-04T20:43:57Z', 'revision_number': 0, 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc'}, {'id': 'df167799-4011-46c0-9a7d-dd7b6421fffe', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'security_group_id': '68720532-1462-457e-abf1-3e50cd5cd849', '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': 1110, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:43:57Z', 'updated_at': '2022-10-04T20:43:57Z', 'revision_number': 0, 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc'}], 'tags': [], 'created_at': '2022-10-04T20:43:56Z', 'updated_at': '2022-10-04T20:43:57Z', 'revision_number': 1, 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc'}, 'floating_ip': {'id': '061ae7d4-cf46-41a9-aa66-513330186028', 'tenant_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'floating_ip_address': '172.25.5.29', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6c5aaa2031d8481ebc5a7b3b9a0522dc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:44:04Z', 'updated_at': '2022-10-04T20:44:04Z', 'revision_number': 0, 'ip': '172.25.5.29'}} 2022-10-04 20:44:42,014 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://10.222.0.78/compute/v2.1/servers 33.191s 2022-10-04 20:44:42,014 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-device-tagging-server-1412173861", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "76684a80-7326-45f0-83f0-fb100785407f"}, {"port": "2dcc0d61-734d-414a-aa5b-8b02f7908ee5", "tag": "port-1"}, {"port": "0f3e1f36-6db2-46f0-9c39-b492566d6f3f", "tag": "port-2"}, {"uuid": "d440815a-c7cb-41b5-bf01-b92283177fa8", "tag": "net-1"}, {"uuid": "d440815a-c7cb-41b5-bf01-b92283177fa8"}, {"uuid": "b84e7f4d-8664-4a49-a0c3-307d7abc2f7e", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "b84e7f4d-8664-4a49-a0c3-307d7abc2f7e", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "eb3c31d7-19ad-453a-9273-d03bae1c2fbf", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "ec57b97b-f8d3-4de2-8bf8-525bf49781f7", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "f2b808d5-4103-4fc3-904f-b716d4c898a2", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--657943761"}], "key_name": "tempest-keypair-106158845", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-37694522-e444-412f-bff5-06c00b9e1d3d', 'x-compute-request-id': 'req-37694522-e444-412f-bff5-06c00b9e1d3d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:44:43,926 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-106158845 1.889s 2022-10-04 20:44:43,927 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86d18863-cb6b-4c55-acfd-c1310662e9b9', 'x-compute-request-id': 'req-86d18863-cb6b-4c55-acfd-c1310662e9b9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-106158845'} Body: b'' 2022-10-04 20:44:44,852 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/68720532-1462-457e-abf1-3e50cd5cd849 0.924s 2022-10-04 20:44:44,853 130711 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-6f110005-25a7-4c78-87da-99b9d110926c', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:44:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/68720532-1462-457e-abf1-3e50cd5cd849'} Body: b'' 2022-10-04 20:44:44,952 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/68720532-1462-457e-abf1-3e50cd5cd849 0.098s 2022-10-04 20:44:44,952 130711 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-5ba36893-36d8-4bfc-ac6a-eb39936d8e70', 'date': 'Tue, 04 Oct 2022 20:44:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/68720532-1462-457e-abf1-3e50cd5cd849'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 68720532-1462-457e-abf1-3e50cd5cd849 does not exist", "detail": ""}}' 2022-10-04 20:44:47,634 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/061ae7d4-cf46-41a9-aa66-513330186028 2.681s 2022-10-04 20:44:47,635 130711 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-53f6ca60-3176-434f-9e39-4605a75a09c7', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:44:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/061ae7d4-cf46-41a9-aa66-513330186028'} Body: b'' 2022-10-04 20:44:51,248 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/ports/0f3e1f36-6db2-46f0-9c39-b492566d6f3f 3.612s 2022-10-04 20:44:51,248 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b1c75093-7646-45e3-a9fe-fa8bc75cc2fe', 'date': 'Tue, 04 Oct 2022 20:44:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports/0f3e1f36-6db2-46f0-9c39-b492566d6f3f'} Body: b'' 2022-10-04 20:44:55,967 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/ports/2dcc0d61-734d-414a-aa5b-8b02f7908ee5 4.718s 2022-10-04 20:44:55,968 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-27cb76dc-aa95-4e61-aaf6-0a7403089fa2', 'date': 'Tue, 04 Oct 2022 20:44:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/ports/2dcc0d61-734d-414a-aa5b-8b02f7908ee5'} Body: b'' 2022-10-04 20:44:59,837 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/817f77b3-e836-40e9-910a-8d909d681ed3 3.868s 2022-10-04 20:44:59,838 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7ca5e1b0-079b-41d0-990a-5f6c1f5b8190', 'date': 'Tue, 04 Oct 2022 20:44:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/817f77b3-e836-40e9-910a-8d909d681ed3'} Body: b'' 2022-10-04 20:45:02,412 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/913092f3-8cd1-4f2a-a2c8-077a54611139 2.573s 2022-10-04 20:45:02,413 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-de79f4cd-8c11-45f1-b14b-08950c81d60a', 'date': 'Tue, 04 Oct 2022 20:45:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/913092f3-8cd1-4f2a-a2c8-077a54611139'} Body: b'' 2022-10-04 20:45:03,489 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/b84e7f4d-8664-4a49-a0c3-307d7abc2f7e 1.075s 2022-10-04 20:45:03,489 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-d20d4663-0517-4afd-ac42-91f5950e6910', 'date': 'Tue, 04 Oct 2022 20:45:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/b84e7f4d-8664-4a49-a0c3-307d7abc2f7e'} Body: b'' 2022-10-04 20:45:06,557 130711 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/d440815a-c7cb-41b5-bf01-b92283177fa8 3.065s 2022-10-04 20:45:06,557 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7441a100-a47b-4de9-a0ec-f4f5bbf6e334', 'date': 'Tue, 04 Oct 2022 20:45:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/d440815a-c7cb-41b5-bf01-b92283177fa8'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 0 | 5 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
fail
ft35.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:43:26,621 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.282s 2022-10-04 20:43:26,621 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7e55c980-3119-42ec-aa8e-1ef95223585c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4636896816224423b6f379b160c609ee", "name": "tempest-ServerDiskConfigTestJSON-1197486047-project", "password_expires_at": null}, "audit_ids": ["M-pLoTweRPS4o4_kZSAdHg"], "expires_at": "2022-10-04T21:43:26.000000Z", "issued_at": "2022-10-04T20:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9756cde63f04174a293f5b7558d1a96", "name": "tempest-ServerDiskConfigTestJSON-1197486047"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:43:26,622 130704 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': 'a01e9a88-74fc-4f6c-a9eb-b64446db8cab', 'name': 'tempest-ServerDiskConfigTestJSON-1616519809-network', 'tenant_id': 'a9756cde63f04174a293f5b7558d1a96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a9756cde63f04174a293f5b7558d1a96', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 420, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:42:44Z', 'updated_at': '2022-10-04T20:42:44Z', 'revision_number': 1} available for tenant 2022-10-04 20:43:29,904 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 500 POST http://10.222.0.78/compute/v2.1/servers 3.281s 2022-10-04 20:43:29,905 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-307439287", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "a01e9a88-74fc-4f6c-a9eb-b64446db8cab"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cd56f296-84f5-43c9-9f38-0137bd480db9', 'x-compute-request-id': 'req-cd56f296-84f5-43c9-9f38-0137bd480db9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 74, in test_rebuild_server_with_auto_disk_config server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
fail
ft35.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:43:30,087 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.163s 2022-10-04 20:43:30,087 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-66e46ae5-5a57-4ac4-befc-844bc1a75e7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4636896816224423b6f379b160c609ee", "name": "tempest-ServerDiskConfigTestJSON-1197486047-project", "password_expires_at": null}, "audit_ids": ["f_DtqMNrSDO2lJZO80BYOA"], "expires_at": "2022-10-04T21:43:30.000000Z", "issued_at": "2022-10-04T20:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9756cde63f04174a293f5b7558d1a96", "name": "tempest-ServerDiskConfigTestJSON-1197486047"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:43:30,088 130704 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': 'a01e9a88-74fc-4f6c-a9eb-b64446db8cab', 'name': 'tempest-ServerDiskConfigTestJSON-1616519809-network', 'tenant_id': 'a9756cde63f04174a293f5b7558d1a96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a9756cde63f04174a293f5b7558d1a96', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 420, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:42:44Z', 'updated_at': '2022-10-04T20:42:44Z', 'revision_number': 1} available for tenant 2022-10-04 20:43:32,063 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 500 POST http://10.222.0.78/compute/v2.1/servers 1.973s 2022-10-04 20:43:32,064 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1954633303", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "a01e9a88-74fc-4f6c-a9eb-b64446db8cab"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-45978ca5-4f03-46df-92de-ca811349a14e', 'x-compute-request-id': 'req-45978ca5-4f03-46df-92de-ca811349a14e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 55, in test_rebuild_server_with_manual_disk_config server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
fail
ft35.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:43:32,258 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.175s 2022-10-04 20:43:32,259 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a16a505e-eeec-4c5c-a7e9-a9d88b5c4f9b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4636896816224423b6f379b160c609ee", "name": "tempest-ServerDiskConfigTestJSON-1197486047-project", "password_expires_at": null}, "audit_ids": ["mq8mACfUS6OJQl0beVhtig"], "expires_at": "2022-10-04T21:43:32.000000Z", "issued_at": "2022-10-04T20:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9756cde63f04174a293f5b7558d1a96", "name": "tempest-ServerDiskConfigTestJSON-1197486047"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/a9756cde63f04174a293f5b7558d1a96", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:43:32,260 130704 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': 'a01e9a88-74fc-4f6c-a9eb-b64446db8cab', 'name': 'tempest-ServerDiskConfigTestJSON-1616519809-network', 'tenant_id': 'a9756cde63f04174a293f5b7558d1a96', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a9756cde63f04174a293f5b7558d1a96', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 420, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:42:44Z', 'updated_at': '2022-10-04T20:42:44Z', 'revision_number': 1} available for tenant 2022-10-04 20:43:37,363 130704 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 500 POST http://10.222.0.78/compute/v2.1/servers 5.102s 2022-10-04 20:43:37,364 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-751979261", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "a01e9a88-74fc-4f6c-a9eb-b64446db8cab"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-8111b19a-2a70-4c35-a2aa-3c420a1c1540', 'x-compute-request-id': 'req-8111b19a-2a70-4c35-a2aa-3c420a1c1540', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 125, in test_update_server_from_auto_to_manual server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
fail
ft35.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:28:08,066 180165 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.060s 2022-10-04 21:28:08,067 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-08934550-e804-46e7-a0da-2598af603269', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "225c41ce531d4478a5aa43c7fa6ea7f6", "name": "tempest-ServerDiskConfigTestJSON-1910575150-project", "password_expires_at": null}, "audit_ids": ["wpjmhagtQ_O_wTnnppd06g"], "expires_at": "2022-10-04T22:28:08.000000Z", "issued_at": "2022-10-04T21:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fcaad48dd9a24394a948efc94496ef1a", "name": "tempest-ServerDiskConfigTestJSON-1910575150"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:28:08,068 180165 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': 'da014bed-6f76-4f73-a94e-4e5f5cac8645', 'name': 'tempest-ServerDiskConfigTestJSON-551655203-network', 'tenant_id': 'fcaad48dd9a24394a948efc94496ef1a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fcaad48dd9a24394a948efc94496ef1a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:27:58Z', 'updated_at': '2022-10-04T21:27:58Z', 'revision_number': 1} available for tenant 2022-10-04 21:28:08,833 180165 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 500 POST http://10.222.0.78/compute/v2.1/servers 0.763s 2022-10-04 21:28:08,834 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-824100357", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "da014bed-6f76-4f73-a94e-4e5f5cac8645"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cc3c7fd2-3bba-457b-bb86-3d5591828ea7', 'x-compute-request-id': 'req-cc3c7fd2-3bba-457b-bb86-3d5591828ea7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 111, in test_resize_server_from_auto_to_manual server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
fail
ft35.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:28:08,899 180165 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.052s 2022-10-04 21:28:08,899 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d8f500c-18c0-4c6f-b9f8-037657042cf1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "225c41ce531d4478a5aa43c7fa6ea7f6", "name": "tempest-ServerDiskConfigTestJSON-1910575150-project", "password_expires_at": null}, "audit_ids": ["dAJwZ-AYQZK8oh3b9ZJqQw"], "expires_at": "2022-10-04T22:28:08.000000Z", "issued_at": "2022-10-04T21:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fcaad48dd9a24394a948efc94496ef1a", "name": "tempest-ServerDiskConfigTestJSON-1910575150"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/fcaad48dd9a24394a948efc94496ef1a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:28:08,900 180165 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': 'da014bed-6f76-4f73-a94e-4e5f5cac8645', 'name': 'tempest-ServerDiskConfigTestJSON-551655203-network', 'tenant_id': 'fcaad48dd9a24394a948efc94496ef1a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fcaad48dd9a24394a948efc94496ef1a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:27:58Z', 'updated_at': '2022-10-04T21:27:58Z', 'revision_number': 1} available for tenant 2022-10-04 21:28:09,450 180165 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 500 POST http://10.222.0.78/compute/v2.1/servers 0.548s 2022-10-04 21:28:09,450 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1377831669", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "da014bed-6f76-4f73-a94e-4e5f5cac8645"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2e3eaccd-1324-482d-8bc5-d9ea9606e317', 'x-compute-request-id': 'req-2e3eaccd-1324-482d-8bc5-d9ea9606e317', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 95, in test_resize_server_from_manual_to_auto server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
fail
ft36.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:55:31,368 130712 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.280s 2022-10-04 20:55:31,369 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3266', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41e14d87-0d66-4c59-88ff-f3e43ac860a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "790598df1c304f4e9984449ad8b26c95", "name": "tempest-InstanceActionsV221TestJSON-896708399-project", "password_expires_at": null}, "audit_ids": ["6O59nGLoTX-TwySGAHpYkA"], "expires_at": "2022-10-04T21:55:31.000000Z", "issued_at": "2022-10-04T20:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7aee6375ab0440d970befc057955940", "name": "tempest-InstanceActionsV221TestJSON-896708399"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_a7aee6375ab0440d970befc057955940", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a7aee6375ab0440d970befc057955940", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/a7aee6375ab0440d970befc057955940", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/a7aee6375ab0440d970befc057955940", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:55:31,369 130712 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': 'a8112da8-6f7c-404b-8956-584c1f9d7cc1', 'name': 'tempest-InstanceActionsV221TestJSON-982779440-network', 'tenant_id': 'a7aee6375ab0440d970befc057955940', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a7aee6375ab0440d970befc057955940', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 438, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:55:00Z', 'updated_at': '2022-10-04T20:55:00Z', 'revision_number': 1} available for tenant 2022-10-04 20:55:33,912 130712 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 500 POST http://10.222.0.78/compute/v2.1/servers 2.540s 2022-10-04 20:55:33,912 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-InstanceActionsV221TestJSON-server-32301707", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "a8112da8-6f7c-404b-8956-584c1f9d7cc1"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5f7f1342-a485-433d-b600-70a4cbf39b61', 'x-compute-request-id': 'req-5f7f1342-a485-433d-b600-70a4cbf39b61', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions.py", line 77, in test_get_list_deleted_instance_actions server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
fail
ft37.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:44:21,373 130709 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.164s 2022-10-04 20:44:21,374 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ee4681a3-3870-4fe6-9cdc-6e1578eaaf5c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e9a0befa1584e64870462d780dcfc1f", "name": "tempest-MultipleCreateTestJSON-901257962-project", "password_expires_at": null}, "audit_ids": ["S3IKBizYRr6xXzNLseG6kQ"], "expires_at": "2022-10-04T21:44:21.000000Z", "issued_at": "2022-10-04T20:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5c0142707c420798e04f8826804031", "name": "tempest-MultipleCreateTestJSON-901257962"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_9d5c0142707c420798e04f8826804031", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:44:21,375 130709 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': '4b01a391-c7da-45cc-b2a5-65b181a347df', 'name': 'tempest-MultipleCreateTestJSON-447574812-network', 'tenant_id': '9d5c0142707c420798e04f8826804031', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d5c0142707c420798e04f8826804031', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:43:55Z', 'updated_at': '2022-10-04T20:43:55Z', 'revision_number': 1} available for tenant 2022-10-04 20:44:41,951 130709 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 500 POST http://10.222.0.78/compute/v2.1/servers 20.574s 2022-10-04 20:44:41,951 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-tempest.common.compute-instance-1576639111", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "min_count": 2, "networks": [{"uuid": "4b01a391-c7da-45cc-b2a5-65b181a347df"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-51da7cd2-0d39-46b6-a878-301b16589e4d', 'x-compute-request-id': 'req-51da7cd2-0d39-46b6-a878-301b16589e4d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_multiple_create.py", line 32, in test_multiple_create body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
fail
ft37.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:44:42,328 130709 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.340s 2022-10-04 20:44:42,329 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9c9522ba-5bc1-4777-b693-300232653767', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e9a0befa1584e64870462d780dcfc1f", "name": "tempest-MultipleCreateTestJSON-901257962-project", "password_expires_at": null}, "audit_ids": ["wIth8PUVRYuc3VlGHujSYw"], "expires_at": "2022-10-04T21:44:42.000000Z", "issued_at": "2022-10-04T20:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5c0142707c420798e04f8826804031", "name": "tempest-MultipleCreateTestJSON-901257962"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_9d5c0142707c420798e04f8826804031", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/9d5c0142707c420798e04f8826804031", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:44:42,330 130709 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': '4b01a391-c7da-45cc-b2a5-65b181a347df', 'name': 'tempest-MultipleCreateTestJSON-447574812-network', 'tenant_id': '9d5c0142707c420798e04f8826804031', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d5c0142707c420798e04f8826804031', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:43:55Z', 'updated_at': '2022-10-04T20:43:55Z', 'revision_number': 1} available for tenant 2022-10-04 20:44:46,082 130709 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 500 POST http://10.222.0.78/compute/v2.1/servers 3.750s 2022-10-04 20:44:46,083 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-MultipleCreateTestJSON-server-1095444349", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "4b01a391-c7da-45cc-b2a5-65b181a347df"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:44:42 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': '214', 'x-openstack-request-id': 'req-85a52385-7889-42c7-afad-6e4b220e4475', 'x-compute-request-id': 'req-85a52385-7889-42c7-afad-6e4b220e4475', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_multiple_create.py", line 53, in test_multiple_create_with_reservation_return body = self.create_test_server(wait_until='ACTIVE', File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt38.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt38.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt38.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
fail
ft38.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:48:45,476 130711 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.743s 2022-10-04 20:48:45,477 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-79c15c8a-0432-4a59-8fdd-87d3a6e3c2b4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7cd5eb1f46c402393ddbd5bcd92c1c6", "name": "tempest-ServerGroupTestJSON-850155292-project", "password_expires_at": null}, "audit_ids": ["HJf46bhNRfKcAgqanoKuMQ"], "expires_at": "2022-10-04T21:48:45.000000Z", "issued_at": "2022-10-04T20:48:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21485db3d9e240e0927cd9c3bcf0ed1f", "name": "tempest-ServerGroupTestJSON-850155292"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_21485db3d9e240e0927cd9c3bcf0ed1f", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/21485db3d9e240e0927cd9c3bcf0ed1f", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/21485db3d9e240e0927cd9c3bcf0ed1f", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/21485db3d9e240e0927cd9c3bcf0ed1f", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:48:45,478 130711 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'b5eb5bea-3a79-48db-bd21-b80445c9ff3f', 'name': 'tempest-ServerGroupTestJSON-727680469-network', 'tenant_id': '21485db3d9e240e0927cd9c3bcf0ed1f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21485db3d9e240e0927cd9c3bcf0ed1f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 407, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:48:07Z', 'updated_at': '2022-10-04T20:48:09Z', 'revision_number': 1} available for tenant 2022-10-04 20:48:48,733 130711 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 500 POST http://10.222.0.78/compute/v2.1/servers 3.253s 2022-10-04 20:48:48,768 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerGroupTestJSON-server-1790773611", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "b5eb5bea-3a79-48db-bd21-b80445c9ff3f"}]}, "os:scheduler_hints": {"group": "030d0aa7-821a-43ac-8c1f-5f311e525b6f"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:48: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': '214', 'x-openstack-request-id': 'req-e48fe804-83e6-4ea3-9893-1c42fde15855', 'x-compute-request-id': 'req-e48fe804-83e6-4ea3-9893-1c42fde15855', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_group.py", line 133, in test_create_server_with_scheduler_hint_group server = self.create_test_server(scheduler_hints=hints, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt38.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt38.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
||||||
tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 0 | 7 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
fail
ft39.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:10,623 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.213s 2022-10-04 20:41:10,623 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8caf5bb9-ed1a-4417-a6b8-03e1e14c1454', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["X_bfz5GKTBanejcIb-4A_Q"], "expires_at": "2022-10-04T21:41:10.000000Z", "issued_at": "2022-10-04T20:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:10,624 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:38,363 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 500 POST http://10.222.0.78/compute/v2.1/servers 27.737s 2022-10-04 20:41:38,364 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-811485394", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:10 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': '214', 'x-openstack-request-id': 'req-5145486c-704c-4484-a91e-2ccb85f0170f', 'x-compute-request-id': 'req-5145486c-704c-4484-a91e-2ccb85f0170f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:41:38,365 130714 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1730756. The failure could be related to https://launchpad.net/bugs/1730756 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 157, in test_create_server_specify_multibyte_character_name self.create_test_server(name=utf8_name, wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
fail
ft39.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:38,562 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.161s 2022-10-04 20:41:38,562 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8ade2ea-8c1a-4e5c-b420-0c38b0d311d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["9xDoj5duRhGS67p8QCkeyw"], "expires_at": "2022-10-04T21:41:38.000000Z", "issued_at": "2022-10-04T20:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:38,564 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_admin_password) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:41,691 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 500 POST http://10.222.0.78/compute/v2.1/servers 3.119s 2022-10-04 20:41:41,692 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-102933289", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "testpassword", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-6b8f1130-cb71-409a-8d02-af34042a36c1', 'x-compute-request-id': 'req-6b8f1130-cb71-409a-8d02-af34042a36c1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 46, in test_create_server_with_admin_password server = self.create_test_server(adminPass='testpassword') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
fail
ft39.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:41,929 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.208s 2022-10-04 20:41:41,930 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-03ed3113-2641-41e8-8e0b-91358207a090', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["dbG1g7chRtOg-lGJnDiRSw"], "expires_at": "2022-10-04T21:41:41.000000Z", "issued_at": "2022-10-04T20:41:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:41,930 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:44,184 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 500 POST http://10.222.0.78/compute/v2.1/servers 2.251s 2022-10-04 20:41:44,184 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1887397646", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-e3507bf7-209d-49ac-ab43-302f379b64fe', 'x-compute-request-id': 'req-e3507bf7-209d-49ac-ab43-302f379b64fe', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 138, in test_create_server_with_ipv6_addr_only server = self.create_test_server(accessIPv6='2001:2001::3', File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
fail
ft39.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:49,680 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 5.486s 2022-10-04 20:41:49,680 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-1204018855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkz4ou3+GuNOf41Nu/YavNrYPB1CCdEfgN6khQBcV/n878D3dHxmTN3LMOY3VHISbJW/3YzarJVdDyfAY221GGu6p3SP1fOq6q/wAlddMYQjSn5J1Q0nL4aUYUXLOSYSA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a80c99f-17ba-4f91-9d0c-45d9eff8ef9e', 'x-compute-request-id': 'req-3a80c99f-17ba-4f91-9d0c-45d9eff8ef9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-1204018855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkz4ou3+GuNOf41Nu/YavNrYPB1CCdEfgN6khQBcV/n878D3dHxmTN3LMOY3VHISbJW/3YzarJVdDyfAY221GGu6p3SP1fOq6q/wAlddMYQjSn5J1Q0nL4aUYUXLOSYSA==", "fingerprint": "70:91:32:07:d8:fa:84:aa:fd:4e:07:90:66:79:5c:ec", "user_id": "b0933e4def614f928c0415b7de888e24"}}' 2022-10-04 20:41:51,902 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.78/compute/v2.1/os-keypairs 2.216s 2022-10-04 20:41:51,903 130714 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, 04 Oct 2022 20:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b948185b-95db-4a38-9a00-14b0e16f0e44', 'x-compute-request-id': 'req-b948185b-95db-4a38-9a00-14b0e16f0e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-1204018855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkz4ou3+GuNOf41Nu/YavNrYPB1CCdEfgN6khQBcV/n878D3dHxmTN3LMOY3VHISbJW/3YzarJVdDyfAY221GGu6p3SP1fOq6q/wAlddMYQjSn5J1Q0nL4aUYUXLOSYSA==", "fingerprint": "70:91:32:07:d8:fa:84:aa:fd:4e:07:90:66:79:5c:ec"}}]}' 2022-10-04 20:41:52,040 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.119s 2022-10-04 20:41:52,041 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fdf02083-86c9-481a-9d08-ab0e631d184a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["lJaYR1ObTnahITo8FZgSDw"], "expires_at": "2022-10-04T21:41:51.000000Z", "issued_at": "2022-10-04T20:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:52,042 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:55,740 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 500 POST http://10.222.0.78/compute/v2.1/servers 3.697s 2022-10-04 20:41:55,741 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1109379233", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-key-1204018855", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2b04632e-b77c-459b-9bc6-ba38ac254c84', 'x-compute-request-id': 'req-2b04632e-b77c-459b-9bc6-ba38ac254c84', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:41:57,562 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-key-1204018855 1.812s 2022-10-04 20:41:57,563 130714 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, 04 Oct 2022 20:41: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-150f2a6f-2ad3-4cf2-9fc7-02dbcae16a0b', 'x-compute-request-id': 'req-150f2a6f-2ad3-4cf2-9fc7-02dbcae16a0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-key-1204018855'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 80, in test_create_specify_keypair server = self.create_test_server(key_name=key_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
fail
ft39.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:57,945 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.350s 2022-10-04 20:41:57,946 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6220bb9b-fe6f-4f22-b915-78c13ea2f219', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["gQ4EREP0SrK46_5BXIEWog"], "expires_at": "2022-10-04T21:41:57.000000Z", "issued_at": "2022-10-04T20:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:57,947 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:41:59,486 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 500 POST http://10.222.0.78/compute/v2.1/servers 1.537s 2022-10-04 20:41:59,486 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1068465930", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0b8ff47f-18c4-4916-9b35-51e02f942f6b', 'x-compute-request-id': 'req-0b8ff47f-18c4-4916-9b35-51e02f942f6b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 58, in test_create_with_existing_server_name server = self.create_test_server(name=server_name, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
fail
ft39.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:41:59,794 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.289s 2022-10-04 20:41:59,795 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-66840e79-261d-49b4-8919-7fd09fd8bd29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["Ni_af0S5QGmLQKBPKb8_EA"], "expires_at": "2022-10-04T21:41:59.000000Z", "issued_at": "2022-10-04T20:41:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:41:59,796 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:42:00,858 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 500 POST http://10.222.0.78/compute/v2.1/servers 1.060s 2022-10-04 20:42:00,859 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-1474831419", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-dc0a72b9-dabd-4a19-8108-a60f7a776ab1', 'x-compute-request-id': 'req-dc0a72b9-dabd-4a19-8108-a60f7a776ab1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 121, in test_update_access_server_address server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
fail
ft39.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:42:01,055 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.179s 2022-10-04 20:42:01,055 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0c299b28-544e-471e-9a42-5ca4d54b75cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0933e4def614f928c0415b7de888e24", "name": "tempest-ServersTestJSON-1826046113-project", "password_expires_at": null}, "audit_ids": ["GvifkazzSNKSc0hYPn1pHQ"], "expires_at": "2022-10-04T21:42:01.000000Z", "issued_at": "2022-10-04T20:42:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d829c1899f478e9a95a0402c0dc87e", "name": "tempest-ServersTestJSON-1826046113"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/74d829c1899f478e9a95a0402c0dc87e", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:42:01,056 130714 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': 'bd3e9948-df1a-401b-b922-c0d656845500', 'name': 'tempest-ServersTestJSON-1132838778-network', 'tenant_id': '74d829c1899f478e9a95a0402c0dc87e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74d829c1899f478e9a95a0402c0dc87e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:40:31Z', 'updated_at': '2022-10-04T20:40:32Z', 'revision_number': 1} available for tenant 2022-10-04 20:42:02,121 130714 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 500 POST http://10.222.0.78/compute/v2.1/servers 1.063s 2022-10-04 20:42:02,121 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestJSON-server-130204983", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "bd3e9948-df1a-401b-b922-c0d656845500"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-63bcf069-6a11-48a5-ac8d-1173fa0444d4', 'x-compute-request-id': 'req-63bcf069-6a11-48a5-ac8d-1173fa0444d4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 103, in test_update_server_name server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
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
ft40.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:'': {{{ 2022-10-04 20:46:11,175 130709 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:46:11,175 130709 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:46:12,502 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.321s 2022-10-04 20:46:12,503 130709 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-1388341529", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+0J7oYcLPGI+e0NYRnRGw9EwTWrSkrZVmbgGLQgXkQQA6dlSNzB+rlA3q2bpH1lohLYW4xLUTrJpOrB9oYV1nDt1L4kLW4ufrRmnLh2HI/P9kroLS96zAQ939LUKLPlg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', '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-44237f59-645f-48ec-b90d-2a75a06f4bbe', 'x-compute-request-id': 'req-44237f59-645f-48ec-b90d-2a75a06f4bbe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1388341529", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+0J7oYcLPGI+e0NYRnRGw9EwTWrSkrZVmbgGLQgXkQQA6dlSNzB+rlA3q2bpH1lohLYW4xLUTrJpOrB9oYV1nDt1L4kLW4ufrRmnLh2HI/P9kroLS96zAQ939LUKLPlg==", "fingerprint": "1e:0e:8e:e0:6a:f9:71:df:d9:f7:41:55:10:a0:57:91", "user_id": "2ba96f867da3438b9215039add0f4496"}}' 2022-10-04 20:46:12,514 130709 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1388341529 created 2022-10-04 20:46:14,064 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.548s 2022-10-04 20:46:14,064 130709 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--286793502", "description": "tempest-description--1495152501"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-f340b77a-3be7-4f10-a7aa-b230104d93a8', 'date': 'Tue, 04 Oct 2022 20:46:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7a689fc4-3104-4a79-84e5-e859680e0c03", "name": "tempest-securitygroup--286793502", "stateful": true, "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "description": "tempest-description--1495152501", "shared": false, "security_group_rules": [{"id": "02abe151-6d3d-49f5-b96e-bb80e3c51e4b", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "7a689fc4-3104-4a79-84e5-e859680e0c03", "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": 1241, "description": null, "tags": [], "created_at": "2022-10-04T20:46:13Z", "updated_at": "2022-10-04T20:46:13Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}, {"id": "28948cf5-4134-439c-9f15-9bd4f4b521c0", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "7a689fc4-3104-4a79-84e5-e859680e0c03", "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": 1242, "description": null, "tags": [], "created_at": "2022-10-04T20:46:13Z", "updated_at": "2022-10-04T20:46:13Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}], "tags": [], "created_at": "2022-10-04T20:46:13Z", "updated_at": "2022-10-04T20:46:13Z", "revision_number": 1, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:16,059 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.993s 2022-10-04 20:46:16,059 130709 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": "7a689fc4-3104-4a79-84e5-e859680e0c03", "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-ca3c0ea6-4dbb-4e8e-970d-31198c96041a', 'date': 'Tue, 04 Oct 2022 20:46:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "143a588f-75ae-49ee-8f3b-71c5c5aff1ef", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "7a689fc4-3104-4a79-84e5-e859680e0c03", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:46:15Z", "updated_at": "2022-10-04T20:46:15Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:17,399 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.338s 2022-10-04 20:46:17,399 130709 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": "7a689fc4-3104-4a79-84e5-e859680e0c03", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6e88281a-e58c-4de3-b781-4484cad5292e', 'date': 'Tue, 04 Oct 2022 20:46:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37e3dc70-37ee-4812-83a2-f237779f01df", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "7a689fc4-3104-4a79-84e5-e859680e0c03", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:46:16Z", "updated_at": "2022-10-04T20:46:16Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:17,400 130709 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--286793502 created 2022-10-04 20:46:28,703 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 11.302s 2022-10-04 20:46:28,704 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d14b3548-c3e6-443f-8f81-85ce3b6dfd2b', 'date': 'Tue, 04 Oct 2022 20:46:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8de4b195-8afe-4a42-9ec2-cb56e60cba06", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "floating_ip_address": "172.25.5.174", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:46:24Z", "updated_at": "2022-10-04T20:46:24Z", "revision_number": 0}}' 2022-10-04 20:46:28,705 130709 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8de4b195-8afe-4a42-9ec2-cb56e60cba06', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'floating_ip_address': '172.25.5.174', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:46:24Z', 'updated_at': '2022-10-04T20:46:24Z', 'revision_number': 0, 'ip': '172.25.5.174'} created 2022-10-04 20:46:29,540 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.817s 2022-10-04 20:46:29,541 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d2fc895-b158-4d85-84e1-98d2320215cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2ba96f867da3438b9215039add0f4496", "name": "tempest-AttachVolumeShelveTestJSON-635005537-project", "password_expires_at": null}, "audit_ids": ["bOWSqxoaROeDia8cga6IVQ"], "expires_at": "2022-10-04T21:46:29.000000Z", "issued_at": "2022-10-04T20:46:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20a4ff06d4d748a7af1b5daf97fd6b39", "name": "tempest-AttachVolumeShelveTestJSON-635005537"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:46:29,542 130709 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'becb2bb8-4aa1-4ce8-843c-ef0a82d766a9', 'name': 'tempest-AttachVolumeShelveTestJSON-1622830968-network', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 427, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:45:22Z', 'updated_at': '2022-10-04T20:45:23Z', 'revision_number': 1} available for tenant 2022-10-04 20:46:29,543 130709 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1388341529', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+0J7oYcLPGI+e0NYRnRGw9EwTWrSkrZVmbgGLQgXkQQA6dlSNzB+rlA3q2bpH1lohLYW4xLUTrJpOrB9oYV1nDt1L4kLW4ufrRmnLh2HI/P9kroLS96zAQ939LUKLPlg==', 'fingerprint': '1e:0e:8e:e0:6a:f9:71:df:d9:f7:41:55:10:a0:57:91', 'user_id': '2ba96f867da3438b9215039add0f4496', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDuHOVVh68UDDcy8jjaV3DBfQns0duf7gcONPfEo6i2TSc1q/T3mUvR\nedXF9U0Ary6gBwYFK4EEACKhZANiAAQPtCe6GHCzxiPntDWEZ0RsPRME1q0pK2VZ\nm4Bi0IF5EEAOnZUjcwfq5QN6tm6R9ZaIS2FuMS1E6yaTqwfaGFdZw7dS+JC1uLn6\n0Zpy4dhyPz/ZK6C0veswEPd/S1Ciz5Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7a689fc4-3104-4a79-84e5-e859680e0c03', 'name': 'tempest-securitygroup--286793502', 'stateful': True, 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': 'tempest-description--1495152501', 'shared': False, 'security_group_rules': [{'id': '02abe151-6d3d-49f5-b96e-bb80e3c51e4b', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'security_group_id': '7a689fc4-3104-4a79-84e5-e859680e0c03', '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': 1241, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:46:13Z', 'updated_at': '2022-10-04T20:46:13Z', 'revision_number': 0, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}, {'id': '28948cf5-4134-439c-9f15-9bd4f4b521c0', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'security_group_id': '7a689fc4-3104-4a79-84e5-e859680e0c03', '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': 1242, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:46:13Z', 'updated_at': '2022-10-04T20:46:13Z', 'revision_number': 0, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}], 'tags': [], 'created_at': '2022-10-04T20:46:13Z', 'updated_at': '2022-10-04T20:46:13Z', 'revision_number': 1, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}, 'floating_ip': {'id': '8de4b195-8afe-4a42-9ec2-cb56e60cba06', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'floating_ip_address': '172.25.5.174', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:46:24Z', 'updated_at': '2022-10-04T20:46:24Z', 'revision_number': 0, 'ip': '172.25.5.174'}} 2022-10-04 20:46:31,427 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://10.222.0.78/compute/v2.1/servers 1.882s 2022-10-04 20:46:31,428 130709 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-354029728", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "becb2bb8-4aa1-4ce8-843c-ef0a82d766a9"}], "security_groups": [{"name": "tempest-securitygroup--286793502"}], "key_name": "tempest-keypair-1388341529", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:29 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': '214', 'x-openstack-request-id': 'req-6fb401cf-c266-49fb-bbfb-24a0ea8d086e', 'x-compute-request-id': 'req-6fb401cf-c266-49fb-bbfb-24a0ea8d086e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:46:31,651 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1388341529 0.210s 2022-10-04 20:46:31,652 130709 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, 04 Oct 2022 20:46:31 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-29195a72-4b5b-4128-a5f4-429fcde2168a', 'x-compute-request-id': 'req-29195a72-4b5b-4128-a5f4-429fcde2168a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1388341529'} Body: b'' 2022-10-04 20:46:33,861 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/7a689fc4-3104-4a79-84e5-e859680e0c03 2.208s 2022-10-04 20:46:33,862 130709 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-3e063a52-584c-44b3-aa35-80ddb1ae916f', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:46:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/7a689fc4-3104-4a79-84e5-e859680e0c03'} Body: b'' 2022-10-04 20:46:34,089 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/7a689fc4-3104-4a79-84e5-e859680e0c03 0.226s 2022-10-04 20:46:34,089 130709 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-13fbefe6-0c98-42e2-9fc4-9415f11c22fe', 'date': 'Tue, 04 Oct 2022 20:46:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/7a689fc4-3104-4a79-84e5-e859680e0c03'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7a689fc4-3104-4a79-84e5-e859680e0c03 does not exist", "detail": ""}}' 2022-10-04 20:46:39,255 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/8de4b195-8afe-4a42-9ec2-cb56e60cba06 5.164s 2022-10-04 20:46:39,256 130709 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-2380b9c3-6277-464c-9f46-3be6f0136ae1', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:46:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/8de4b195-8afe-4a42-9ec2-cb56e60cba06'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft40.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:'': {{{ 2022-10-04 20:46:39,262 130709 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:46:39,262 130709 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:46:39,851 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.585s 2022-10-04 20:46:39,851 130709 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-540237634", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIhjl6yQxhssl4M8UA7VpMYr6HagYzbCOHVr5v1Vsg45mNTy+chAonFKPDDFdmAYwSqhAr1pLPDQSsxcwiwBgDpI3itlTSAkCiw/11C5j7zcCCPsWCuCf2KR3eKt691FtQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', '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-2b68e44f-1150-43ca-8986-3ef3ada8c1a1', 'x-compute-request-id': 'req-2b68e44f-1150-43ca-8986-3ef3ada8c1a1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-540237634", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIhjl6yQxhssl4M8UA7VpMYr6HagYzbCOHVr5v1Vsg45mNTy+chAonFKPDDFdmAYwSqhAr1pLPDQSsxcwiwBgDpI3itlTSAkCiw/11C5j7zcCCPsWCuCf2KR3eKt691FtQ==", "fingerprint": "ea:fc:d1:a5:4e:b9:87:66:04:a7:5e:6d:c1:bd:d1:9c", "user_id": "2ba96f867da3438b9215039add0f4496"}}' 2022-10-04 20:46:39,857 130709 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-540237634 created 2022-10-04 20:46:40,922 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.063s 2022-10-04 20:46:40,923 130709 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--1154056546", "description": "tempest-description--1743051841"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-63061979-cf47-4d73-8213-9602d96e92f6', 'date': 'Tue, 04 Oct 2022 20:46:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "af89c24c-32fc-4cab-8431-80016ee3e60d", "name": "tempest-securitygroup--1154056546", "stateful": true, "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "description": "tempest-description--1743051841", "shared": false, "security_group_rules": [{"id": "cf3698ae-b9b2-4ea4-84da-22a7236cf739", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "af89c24c-32fc-4cab-8431-80016ee3e60d", "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": 1275, "description": null, "tags": [], "created_at": "2022-10-04T20:46:40Z", "updated_at": "2022-10-04T20:46:40Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}, {"id": "e7a51301-80a1-494c-87c8-bc9a09b48caf", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "af89c24c-32fc-4cab-8431-80016ee3e60d", "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": 1276, "description": null, "tags": [], "created_at": "2022-10-04T20:46:40Z", "updated_at": "2022-10-04T20:46:40Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}], "tags": [], "created_at": "2022-10-04T20:46:40Z", "updated_at": "2022-10-04T20:46:40Z", "revision_number": 1, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:42,539 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.615s 2022-10-04 20:46:42,547 130709 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": "af89c24c-32fc-4cab-8431-80016ee3e60d", "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-b3b917fa-3241-4772-8643-1212674c7dcb', 'date': 'Tue, 04 Oct 2022 20:46:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cd14879-8d66-4a4d-97f2-9335749bfc24", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "af89c24c-32fc-4cab-8431-80016ee3e60d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:46:41Z", "updated_at": "2022-10-04T20:46:41Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:43,954 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.406s 2022-10-04 20:46:43,958 130709 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": "af89c24c-32fc-4cab-8431-80016ee3e60d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ed501c04-1bf3-4806-a88d-807c4a9062a6', 'date': 'Tue, 04 Oct 2022 20:46:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6cb7ff9f-90d3-4381-bb44-39c6fb9f25dd", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "security_group_id": "af89c24c-32fc-4cab-8431-80016ee3e60d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:46:43Z", "updated_at": "2022-10-04T20:46:43Z", "revision_number": 0, "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39"}}' 2022-10-04 20:46:43,959 130709 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1154056546 created 2022-10-04 20:46:49,433 130709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 5.473s 2022-10-04 20:46:49,434 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-110ebc0b-f7f5-4c62-b3c1-b586a5e94421', 'date': 'Tue, 04 Oct 2022 20:46:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2dbd75ab-eab4-42a0-b878-864da2607105", "tenant_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "floating_ip_address": "172.25.5.178", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "20a4ff06d4d748a7af1b5daf97fd6b39", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:46:46Z", "updated_at": "2022-10-04T20:46:46Z", "revision_number": 0}}' 2022-10-04 20:46:49,435 130709 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2dbd75ab-eab4-42a0-b878-864da2607105', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'floating_ip_address': '172.25.5.178', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:46:46Z', 'updated_at': '2022-10-04T20:46:46Z', 'revision_number': 0, 'ip': '172.25.5.178'} created 2022-10-04 20:46:49,909 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.458s 2022-10-04 20:46:49,909 130709 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-95451f0d-1ddd-46e0-9858-32d043fe2fec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2ba96f867da3438b9215039add0f4496", "name": "tempest-AttachVolumeShelveTestJSON-635005537-project", "password_expires_at": null}, "audit_ids": ["lFwlBwUwRMqJuqgoo4l75A"], "expires_at": "2022-10-04T21:46:49.000000Z", "issued_at": "2022-10-04T20:46:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20a4ff06d4d748a7af1b5daf97fd6b39", "name": "tempest-AttachVolumeShelveTestJSON-635005537"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/20a4ff06d4d748a7af1b5daf97fd6b39", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:46:49,910 130709 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'becb2bb8-4aa1-4ce8-843c-ef0a82d766a9', 'name': 'tempest-AttachVolumeShelveTestJSON-1622830968-network', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 427, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:45:22Z', 'updated_at': '2022-10-04T20:45:23Z', 'revision_number': 1} available for tenant 2022-10-04 20:46:49,911 130709 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-540237634', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIhjl6yQxhssl4M8UA7VpMYr6HagYzbCOHVr5v1Vsg45mNTy+chAonFKPDDFdmAYwSqhAr1pLPDQSsxcwiwBgDpI3itlTSAkCiw/11C5j7zcCCPsWCuCf2KR3eKt691FtQ==', 'fingerprint': 'ea:fc:d1:a5:4e:b9:87:66:04:a7:5e:6d:c1:bd:d1:9c', 'user_id': '2ba96f867da3438b9215039add0f4496', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCHavO/H11I/j1G5/NPShusNFvYC/dcoWWCun4Mu1BeA1jt2K5FrQVg\nGc0VsO/TIvGgBwYFK4EEACKhZANiAASIY5eskMYbLJeDPFAO1aTGK+h2oGM2wjh1\na+b9VbIOOZjU8vnIQKJxSjwwxXZgGMEqoQK9aSzw0ErMXMIsAYA6SN4rZU0gJAos\nP9dQuY+83Agj7Fgrgn9ikd3irevdRbU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'af89c24c-32fc-4cab-8431-80016ee3e60d', 'name': 'tempest-securitygroup--1154056546', 'stateful': True, 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': 'tempest-description--1743051841', 'shared': False, 'security_group_rules': [{'id': 'cf3698ae-b9b2-4ea4-84da-22a7236cf739', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'security_group_id': 'af89c24c-32fc-4cab-8431-80016ee3e60d', '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': 1275, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:46:40Z', 'updated_at': '2022-10-04T20:46:40Z', 'revision_number': 0, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}, {'id': 'e7a51301-80a1-494c-87c8-bc9a09b48caf', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'security_group_id': 'af89c24c-32fc-4cab-8431-80016ee3e60d', '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': 1276, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:46:40Z', 'updated_at': '2022-10-04T20:46:40Z', 'revision_number': 0, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}], 'tags': [], 'created_at': '2022-10-04T20:46:40Z', 'updated_at': '2022-10-04T20:46:40Z', 'revision_number': 1, 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39'}, 'floating_ip': {'id': '2dbd75ab-eab4-42a0-b878-864da2607105', 'tenant_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'floating_ip_address': '172.25.5.178', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20a4ff06d4d748a7af1b5daf97fd6b39', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:46:46Z', 'updated_at': '2022-10-04T20:46:46Z', 'revision_number': 0, 'ip': '172.25.5.178'}} 2022-10-04 20:46:51,933 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://10.222.0.78/compute/v2.1/servers 2.020s 2022-10-04 20:46:51,933 130709 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-1200586087", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "becb2bb8-4aa1-4ce8-843c-ef0a82d766a9"}], "security_groups": [{"name": "tempest-securitygroup--1154056546"}], "key_name": "tempest-keypair-540237634", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:46:49 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': '214', 'x-openstack-request-id': 'req-274307d4-60ef-4713-bb2a-2caae5dec760', 'x-compute-request-id': 'req-274307d4-60ef-4713-bb2a-2caae5dec760', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:46:52,530 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-540237634 0.589s 2022-10-04 20:46:52,530 130709 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, 04 Oct 2022 20:46:51 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-175426f4-b7f6-40c4-8006-dafd208e9dbd', 'x-compute-request-id': 'req-175426f4-b7f6-40c4-8006-dafd208e9dbd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-540237634'} Body: b'' 2022-10-04 20:46:54,277 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/af89c24c-32fc-4cab-8431-80016ee3e60d 1.744s 2022-10-04 20:46:54,277 130709 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-55bae7bf-e287-4206-9078-70d141dbe57f', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:46:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/af89c24c-32fc-4cab-8431-80016ee3e60d'} Body: b'' 2022-10-04 20:46:54,491 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/af89c24c-32fc-4cab-8431-80016ee3e60d 0.213s 2022-10-04 20:46:54,492 130709 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-8ec141b8-9f40-4fec-9bc0-cd2e1e49c913', 'date': 'Tue, 04 Oct 2022 20:46:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/af89c24c-32fc-4cab-8431-80016ee3e60d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group af89c24c-32fc-4cab-8431-80016ee3e60d does not exist", "detail": ""}}' 2022-10-04 20:46:57,814 130709 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/2dbd75ab-eab4-42a0-b878-864da2607105 3.321s 2022-10-04 20:46:57,814 130709 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-ab47ba14-0cf6-4d19-91e9-5ca31c7a53bc', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:46:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/2dbd75ab-eab4-42a0-b878-864da2607105'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
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
ft41.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:51:06,408 130707 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:51:06,409 130707 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:51:07,416 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.002s 2022-10-04 20:51:07,417 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1695132637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJQMHEuWGG+DCseZOaMBYglH3vh75AoHr3xQbQdRNEEVtzdWqJrf4gBaqLOlgQau3qlyliuIuCQeiCnoSS2DYg6ear8Fk2T9H+slEjlIy6+kQgctUDB+d5/uThVWpcR/qQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c6c70d8-8708-4e20-8bb0-b214f637dad4', 'x-compute-request-id': 'req-8c6c70d8-8708-4e20-8bb0-b214f637dad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1695132637", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJQMHEuWGG+DCseZOaMBYglH3vh75AoHr3xQbQdRNEEVtzdWqJrf4gBaqLOlgQau3qlyliuIuCQeiCnoSS2DYg6ear8Fk2T9H+slEjlIy6+kQgctUDB+d5/uThVWpcR/qQ==", "fingerprint": "89:d3:3c:57:78:43:06:b0:bf:1b:52:c4:e4:05:0e:39", "user_id": "0e25ddb6c2b944b695d4e3e29ede847f"}}' 2022-10-04 20:51:07,423 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1695132637 created 2022-10-04 20:51:09,381 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.957s 2022-10-04 20:51:09,382 130707 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--1727775013", "description": "tempest-description--1845560116"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-b52de765-fa0a-4ef0-9f1e-6d807b5518ef', 'date': 'Tue, 04 Oct 2022 20:51:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "name": "tempest-securitygroup--1727775013", "stateful": true, "tenant_id": "6006071429214a518602cecf8646892a", "description": "tempest-description--1845560116", "shared": false, "security_group_rules": [{"id": "46c1b53d-8a4e-43e5-b49b-f3a24b4c125e", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "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": 1736, "description": null, "tags": [], "created_at": "2022-10-04T20:51:08Z", "updated_at": "2022-10-04T20:51:08Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}, {"id": "5ebd55f2-4a32-459c-87c5-9a4b3176a77e", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "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": 1735, "description": null, "tags": [], "created_at": "2022-10-04T20:51:08Z", "updated_at": "2022-10-04T20:51:08Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}], "tags": [], "created_at": "2022-10-04T20:51:08Z", "updated_at": "2022-10-04T20:51:08Z", "revision_number": 1, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:12,560 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 3.177s 2022-10-04 20:51:12,560 130707 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": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "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-c96f718d-c4fc-470a-9a51-063ede8e20e0', 'date': 'Tue, 04 Oct 2022 20:51:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "070a4bad-17b3-4a52-8030-f12c3d5d0798", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:11Z", "updated_at": "2022-10-04T20:51:11Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:15,859 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 3.298s 2022-10-04 20:51:15,860 130707 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": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b094671e-f535-4f8f-bbff-a323746b114c', 'date': 'Tue, 04 Oct 2022 20:51:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c2b9a16-9535-4ec3-bcc8-facb96cba7f4", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:15Z", "updated_at": "2022-10-04T20:51:15Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:15,861 130707 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1727775013 created 2022-10-04 20:51:24,062 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 8.200s 2022-10-04 20:51:24,062 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-108dbb7b-e543-42b1-8ec6-6463931e749f', 'date': 'Tue, 04 Oct 2022 20:51:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7402cca2-9316-448f-a955-9fdd3e39ee50", "tenant_id": "6006071429214a518602cecf8646892a", "floating_ip_address": "172.25.5.24", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6006071429214a518602cecf8646892a", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:51:20Z", "updated_at": "2022-10-04T20:51:20Z", "revision_number": 0}}' 2022-10-04 20:51:24,063 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7402cca2-9316-448f-a955-9fdd3e39ee50', 'tenant_id': '6006071429214a518602cecf8646892a', 'floating_ip_address': '172.25.5.24', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6006071429214a518602cecf8646892a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:20Z', 'updated_at': '2022-10-04T20:51:20Z', 'revision_number': 0, 'ip': '172.25.5.24'} created 2022-10-04 20:51:24,444 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.367s 2022-10-04 20:51:24,445 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-154c1a38-144d-40ab-8113-4a0c19b4d662', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0e25ddb6c2b944b695d4e3e29ede847f", "name": "tempest-AttachVolumeTestJSON-282694345-project", "password_expires_at": null}, "audit_ids": ["n4kU-aXZQFyHvgUkI5Fr5w"], "expires_at": "2022-10-04T21:51:24.000000Z", "issued_at": "2022-10-04T20:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6006071429214a518602cecf8646892a", "name": "tempest-AttachVolumeTestJSON-282694345"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6006071429214a518602cecf8646892a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:51:24,446 130707 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'f0fe7fb4-d5ef-472d-aff1-4131ebf9faf7', 'name': 'tempest-AttachVolumeTestJSON-303908132-network', 'tenant_id': '6006071429214a518602cecf8646892a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6006071429214a518602cecf8646892a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 420, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:50:33Z', 'updated_at': '2022-10-04T20:50:33Z', 'revision_number': 1} available for tenant 2022-10-04 20:51:24,447 130707 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1695132637', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJQMHEuWGG+DCseZOaMBYglH3vh75AoHr3xQbQdRNEEVtzdWqJrf4gBaqLOlgQau3qlyliuIuCQeiCnoSS2DYg6ear8Fk2T9H+slEjlIy6+kQgctUDB+d5/uThVWpcR/qQ==', 'fingerprint': '89:d3:3c:57:78:43:06:b0:bf:1b:52:c4:e4:05:0e:39', 'user_id': '0e25ddb6c2b944b695d4e3e29ede847f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDZdWccMIZY6Krmgtvget10WAAKqaqJGZwNg17bDTNA/xnPT4GL9UxO\nRgYuZHim0lagBwYFK4EEACKhZANiAASUDBxLlhhvgwrHmTmjAWIJR974e+QKB698\nUG0HUTRBFbc3Vqia3+IAWqizpYEGrt6pcpYriLgkHogp6Ektg2IOnmq/BZNk/R/r\nJRI5SMuvpEIHLVAwfnef7k4VVqXEf6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84', 'name': 'tempest-securitygroup--1727775013', 'stateful': True, 'tenant_id': '6006071429214a518602cecf8646892a', 'description': 'tempest-description--1845560116', 'shared': False, 'security_group_rules': [{'id': '46c1b53d-8a4e-43e5-b49b-f3a24b4c125e', 'tenant_id': '6006071429214a518602cecf8646892a', 'security_group_id': 'd2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84', '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': 1736, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:08Z', 'updated_at': '2022-10-04T20:51:08Z', 'revision_number': 0, 'project_id': '6006071429214a518602cecf8646892a'}, {'id': '5ebd55f2-4a32-459c-87c5-9a4b3176a77e', 'tenant_id': '6006071429214a518602cecf8646892a', 'security_group_id': 'd2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84', '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': 1735, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:08Z', 'updated_at': '2022-10-04T20:51:08Z', 'revision_number': 0, 'project_id': '6006071429214a518602cecf8646892a'}], 'tags': [], 'created_at': '2022-10-04T20:51:08Z', 'updated_at': '2022-10-04T20:51:08Z', 'revision_number': 1, 'project_id': '6006071429214a518602cecf8646892a'}, 'floating_ip': {'id': '7402cca2-9316-448f-a955-9fdd3e39ee50', 'tenant_id': '6006071429214a518602cecf8646892a', 'floating_ip_address': '172.25.5.24', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6006071429214a518602cecf8646892a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:20Z', 'updated_at': '2022-10-04T20:51:20Z', 'revision_number': 0, 'ip': '172.25.5.24'}} 2022-10-04 20:51:30,320 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 5.871s 2022-10-04 20:51:30,320 130707 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-2070522355", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "f0fe7fb4-d5ef-472d-aff1-4131ebf9faf7"}], "security_groups": [{"name": "tempest-securitygroup--1727775013"}], "key_name": "tempest-keypair-1695132637", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-c82b3384-e1fd-494d-8223-6ebd59581f87', 'x-compute-request-id': 'req-c82b3384-e1fd-494d-8223-6ebd59581f87', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:51:30,603 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1695132637 0.280s 2022-10-04 20:51:30,604 130707 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, 04 Oct 2022 20:51:30 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-1002f19b-8ce9-4ff0-a8d2-b7a31bd6bf1d', 'x-compute-request-id': 'req-1002f19b-8ce9-4ff0-a8d2-b7a31bd6bf1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1695132637'} Body: b'' 2022-10-04 20:51:34,466 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84 3.861s 2022-10-04 20:51:34,467 130707 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-ae0a8f0d-15aa-4a80-b6e5-e269b2f8dd67', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:51:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84'} Body: b'' 2022-10-04 20:51:34,870 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84 0.402s 2022-10-04 20:51:34,870 130707 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-8ba2cb33-c8dd-4097-aee4-d45dc52efc18', 'date': 'Tue, 04 Oct 2022 20:51:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d2bcc1d8-6e39-4aeb-9664-f0b0d5f4fe84 does not exist", "detail": ""}}' 2022-10-04 20:51:41,815 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/7402cca2-9316-448f-a955-9fdd3e39ee50 6.943s 2022-10-04 20:51:41,816 130707 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-dbd5b9b9-3350-442b-978f-c2662c472444', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:51:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/7402cca2-9316-448f-a955-9fdd3e39ee50'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft41.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:51:41,821 130707 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:51:41,821 130707 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:51:42,080 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.249s 2022-10-04 20:51:42,082 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2145946635", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAggXPNWIdabTgPqxLgggfXvYMcYL7WlkTSuxmrEpq6vf8kg7TKoe+Dg9izbsrEzpfvOfJchk6SP20bXdDqF7YeVF+vYHbAQYRjeFkPDsfyNcsk0FpOmJznUY8mXCDs5eQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc150f1a-8961-4219-a7b8-165b3bb90172', 'x-compute-request-id': 'req-bc150f1a-8961-4219-a7b8-165b3bb90172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2145946635", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAggXPNWIdabTgPqxLgggfXvYMcYL7WlkTSuxmrEpq6vf8kg7TKoe+Dg9izbsrEzpfvOfJchk6SP20bXdDqF7YeVF+vYHbAQYRjeFkPDsfyNcsk0FpOmJznUY8mXCDs5eQ==", "fingerprint": "63:f0:2a:f2:09:ad:7b:6d:f5:d8:fd:f2:a9:bf:83:dc", "user_id": "0e25ddb6c2b944b695d4e3e29ede847f"}}' 2022-10-04 20:51:42,088 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2145946635 created 2022-10-04 20:51:46,504 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 4.415s 2022-10-04 20:51:46,505 130707 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--849254252", "description": "tempest-description--166252350"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c97d6611-cec3-4b5b-bc04-73d5a16de777', 'date': 'Tue, 04 Oct 2022 20:51:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3fa42103-3b3d-4288-a420-712fabe0df10", "name": "tempest-securitygroup--849254252", "stateful": true, "tenant_id": "6006071429214a518602cecf8646892a", "description": "tempest-description--166252350", "shared": false, "security_group_rules": [{"id": "7e2ab40c-64c8-492b-b98d-e0688ec4e0d4", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "3fa42103-3b3d-4288-a420-712fabe0df10", "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": 1771, "description": null, "tags": [], "created_at": "2022-10-04T20:51:43Z", "updated_at": "2022-10-04T20:51:43Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}, {"id": "bb5ca271-3810-45d9-b50f-cc8b4f6ac8ef", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "3fa42103-3b3d-4288-a420-712fabe0df10", "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": 1772, "description": null, "tags": [], "created_at": "2022-10-04T20:51:43Z", "updated_at": "2022-10-04T20:51:43Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}], "tags": [], "created_at": "2022-10-04T20:51:43Z", "updated_at": "2022-10-04T20:51:43Z", "revision_number": 1, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:47,791 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.285s 2022-10-04 20:51:47,792 130707 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": "3fa42103-3b3d-4288-a420-712fabe0df10", "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-5c25c4c8-cf25-427d-8af4-a8691ce2104a', 'date': 'Tue, 04 Oct 2022 20:51:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "646e83dd-6a46-4e71-a024-602b95c6e8cb", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "3fa42103-3b3d-4288-a420-712fabe0df10", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:47Z", "updated_at": "2022-10-04T20:51:47Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:49,114 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.321s 2022-10-04 20:51:49,115 130707 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": "3fa42103-3b3d-4288-a420-712fabe0df10", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7280b7b3-39d8-4621-9ac7-6d91231d737d', 'date': 'Tue, 04 Oct 2022 20:51:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6af87658-8e4d-4464-aed6-58d4f988dd74", "tenant_id": "6006071429214a518602cecf8646892a", "security_group_id": "3fa42103-3b3d-4288-a420-712fabe0df10", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:48Z", "updated_at": "2022-10-04T20:51:48Z", "revision_number": 0, "project_id": "6006071429214a518602cecf8646892a"}}' 2022-10-04 20:51:49,115 130707 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--849254252 created 2022-10-04 20:51:54,599 130707 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 5.482s 2022-10-04 20:51:54,599 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-6885c4b3-7050-4c1c-912b-4425f5edc1f9', 'date': 'Tue, 04 Oct 2022 20:51:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3987e906-b322-426c-8238-59e50968b1e9", "tenant_id": "6006071429214a518602cecf8646892a", "floating_ip_address": "172.25.5.249", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6006071429214a518602cecf8646892a", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:51:52Z", "updated_at": "2022-10-04T20:51:52Z", "revision_number": 0}}' 2022-10-04 20:51:54,600 130707 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3987e906-b322-426c-8238-59e50968b1e9', 'tenant_id': '6006071429214a518602cecf8646892a', 'floating_ip_address': '172.25.5.249', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6006071429214a518602cecf8646892a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:52Z', 'updated_at': '2022-10-04T20:51:52Z', 'revision_number': 0, 'ip': '172.25.5.249'} created 2022-10-04 20:51:55,004 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.392s 2022-10-04 20:51:55,006 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9c96e4e9-e61c-46c1-a440-7713e6f5d4c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0e25ddb6c2b944b695d4e3e29ede847f", "name": "tempest-AttachVolumeTestJSON-282694345-project", "password_expires_at": null}, "audit_ids": ["JHesvfWxR5u8v2H0yxlYzA"], "expires_at": "2022-10-04T21:51:54.000000Z", "issued_at": "2022-10-04T20:51:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6006071429214a518602cecf8646892a", "name": "tempest-AttachVolumeTestJSON-282694345"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6006071429214a518602cecf8646892a", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6006071429214a518602cecf8646892a", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:51:55,007 130707 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'f0fe7fb4-d5ef-472d-aff1-4131ebf9faf7', 'name': 'tempest-AttachVolumeTestJSON-303908132-network', 'tenant_id': '6006071429214a518602cecf8646892a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6006071429214a518602cecf8646892a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 420, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:50:33Z', 'updated_at': '2022-10-04T20:50:33Z', 'revision_number': 1} available for tenant 2022-10-04 20:51:55,008 130707 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2145946635', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAggXPNWIdabTgPqxLgggfXvYMcYL7WlkTSuxmrEpq6vf8kg7TKoe+Dg9izbsrEzpfvOfJchk6SP20bXdDqF7YeVF+vYHbAQYRjeFkPDsfyNcsk0FpOmJznUY8mXCDs5eQ==', 'fingerprint': '63:f0:2a:f2:09:ad:7b:6d:f5:d8:fd:f2:a9:bf:83:dc', 'user_id': '0e25ddb6c2b944b695d4e3e29ede847f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiFd55YPyB+WLX10lV3f+hRz+cUJf0loqhVRixS/VoOaRpMtZZN4Z6\nwA4N0ZzdP3agBwYFK4EEACKhZANiAAQIIFzzViHWm04D6sS4IIH172DHGC+1pZE0\nrsZqxKaur3/JIO0yqHvg4PYs27KxM6X7znyXIZOkj9tG13Q6he2HlRfr2B2wEGEY\n3hZDw7H8jXLJNBaTpic51GPJlwg7OXk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3fa42103-3b3d-4288-a420-712fabe0df10', 'name': 'tempest-securitygroup--849254252', 'stateful': True, 'tenant_id': '6006071429214a518602cecf8646892a', 'description': 'tempest-description--166252350', 'shared': False, 'security_group_rules': [{'id': '7e2ab40c-64c8-492b-b98d-e0688ec4e0d4', 'tenant_id': '6006071429214a518602cecf8646892a', 'security_group_id': '3fa42103-3b3d-4288-a420-712fabe0df10', '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': 1771, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:43Z', 'updated_at': '2022-10-04T20:51:43Z', 'revision_number': 0, 'project_id': '6006071429214a518602cecf8646892a'}, {'id': 'bb5ca271-3810-45d9-b50f-cc8b4f6ac8ef', 'tenant_id': '6006071429214a518602cecf8646892a', 'security_group_id': '3fa42103-3b3d-4288-a420-712fabe0df10', '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': 1772, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:43Z', 'updated_at': '2022-10-04T20:51:43Z', 'revision_number': 0, 'project_id': '6006071429214a518602cecf8646892a'}], 'tags': [], 'created_at': '2022-10-04T20:51:43Z', 'updated_at': '2022-10-04T20:51:43Z', 'revision_number': 1, 'project_id': '6006071429214a518602cecf8646892a'}, 'floating_ip': {'id': '3987e906-b322-426c-8238-59e50968b1e9', 'tenant_id': '6006071429214a518602cecf8646892a', 'floating_ip_address': '172.25.5.249', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6006071429214a518602cecf8646892a', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:52Z', 'updated_at': '2022-10-04T20:51:52Z', 'revision_number': 0, 'ip': '172.25.5.249'}} 2022-10-04 20:51:58,092 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://10.222.0.78/compute/v2.1/servers 3.083s 2022-10-04 20:51:58,093 130707 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-1219362515", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "f0fe7fb4-d5ef-472d-aff1-4131ebf9faf7"}], "security_groups": [{"name": "tempest-securitygroup--849254252"}], "key_name": "tempest-keypair-2145946635", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:55 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': '214', 'x-openstack-request-id': 'req-dab64ee7-a4f0-464e-a801-1e4e18c526a7', 'x-compute-request-id': 'req-dab64ee7-a4f0-464e-a801-1e4e18c526a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:51:58,328 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-2145946635 0.233s 2022-10-04 20:51:58,328 130707 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, 04 Oct 2022 20:51:58 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-a2f1de0f-578f-403f-9c95-6314ff689b38', 'x-compute-request-id': 'req-a2f1de0f-578f-403f-9c95-6314ff689b38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-2145946635'} Body: b'' 2022-10-04 20:51:59,280 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/3fa42103-3b3d-4288-a420-712fabe0df10 0.951s 2022-10-04 20:51:59,282 130707 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-1f58f886-7e23-469b-b786-ee4810692817', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:51:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/3fa42103-3b3d-4288-a420-712fabe0df10'} Body: b'' 2022-10-04 20:51:59,398 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/3fa42103-3b3d-4288-a420-712fabe0df10 0.115s 2022-10-04 20:51:59,399 130707 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-3f4c6734-e3ab-452b-8f7a-7e98234396da', 'date': 'Tue, 04 Oct 2022 20:51:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/3fa42103-3b3d-4288-a420-712fabe0df10'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3fa42103-3b3d-4288-a420-712fabe0df10 does not exist", "detail": ""}}' 2022-10-04 20:52:02,144 130707 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/3987e906-b322-426c-8238-59e50968b1e9 2.744s 2022-10-04 20:52:02,145 130707 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-16cd5bcc-0e4f-4222-83a3-ecd70c8f0511', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:52:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/3987e906-b322-426c-8238-59e50968b1e9'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
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
ft42.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:51:15,447 130711 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:51:15,448 130711 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:51:17,032 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.578s 2022-10-04 20:51:17,032 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1437141545", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzwyLQJUThRz+zeFIgESIm9nY3wV+fnpb7nv8BlNesCOmV+M92HVv+TPptlzNZpRMuOmNdzNOoNKiVRO1S0p0JJGbec264ECncqb6d+Z94X3wtg56ebthm8mtvIDLm8dQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-100366ec-2578-41af-955e-befe3f244b28', 'x-compute-request-id': 'req-100366ec-2578-41af-955e-befe3f244b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1437141545", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzwyLQJUThRz+zeFIgESIm9nY3wV+fnpb7nv8BlNesCOmV+M92HVv+TPptlzNZpRMuOmNdzNOoNKiVRO1S0p0JJGbec264ECncqb6d+Z94X3wtg56ebthm8mtvIDLm8dQ==", "fingerprint": "32:af:7a:06:1e:bd:2e:dd:b2:0c:f8:37:eb:db:f1:2a", "user_id": "6d11c1b7cf444372a6baeb027c455d5a"}}' 2022-10-04 20:51:17,039 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1437141545 created 2022-10-04 20:51:19,899 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.859s 2022-10-04 20:51:19,900 130711 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--1999120537", "description": "tempest-description--487649459"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-f0dc1a9b-4bf0-4738-89b4-603b98a872ef', 'date': 'Tue, 04 Oct 2022 20:51:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "06e84a39-4727-46de-b199-8c844c51b542", "name": "tempest-securitygroup--1999120537", "stateful": true, "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "tempest-description--487649459", "shared": false, "security_group_rules": [{"id": "0703b494-99a1-4c0a-94ed-f3597ebe7aa3", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "06e84a39-4727-46de-b199-8c844c51b542", "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": 1746, "description": null, "tags": [], "created_at": "2022-10-04T20:51:17Z", "updated_at": "2022-10-04T20:51:17Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}, {"id": "90dc7141-3c8d-46ed-b9e6-1af83274956f", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "06e84a39-4727-46de-b199-8c844c51b542", "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": 1745, "description": null, "tags": [], "created_at": "2022-10-04T20:51:17Z", "updated_at": "2022-10-04T20:51:17Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}], "tags": [], "created_at": "2022-10-04T20:51:17Z", "updated_at": "2022-10-04T20:51:17Z", "revision_number": 1, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:22,579 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.678s 2022-10-04 20:51:22,580 130711 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": "06e84a39-4727-46de-b199-8c844c51b542", "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-03fe3dcf-82d5-46c6-a525-1bda5253dcb8', 'date': 'Tue, 04 Oct 2022 20:51:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2c6cbe5-c9b6-4aa0-b3a4-a0745ea1ad4b", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "06e84a39-4727-46de-b199-8c844c51b542", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:21Z", "updated_at": "2022-10-04T20:51:21Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:24,139 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.558s 2022-10-04 20:51:24,140 130711 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": "06e84a39-4727-46de-b199-8c844c51b542", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2e2e17aa-a051-42a7-9f79-5059fccfaff7', 'date': 'Tue, 04 Oct 2022 20:51:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b39962e-5b29-43eb-85db-fe2d6dfbe192", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "06e84a39-4727-46de-b199-8c844c51b542", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:23Z", "updated_at": "2022-10-04T20:51:23Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:24,140 130711 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1999120537 created 2022-10-04 20:51:35,770 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 11.629s 2022-10-04 20:51:35,771 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2693d684-0661-4723-8df0-fab6de669599', 'date': 'Tue, 04 Oct 2022 20:51:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a451705a-56d1-4cb3-9a75-de46c7f0e423", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "floating_ip_address": "172.25.5.117", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:51:31Z", "updated_at": "2022-10-04T20:51:31Z", "revision_number": 0}}' 2022-10-04 20:51:35,771 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a451705a-56d1-4cb3-9a75-de46c7f0e423', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.117', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:31Z', 'updated_at': '2022-10-04T20:51:31Z', 'revision_number': 0, 'ip': '172.25.5.117'} created 2022-10-04 20:51:36,313 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.530s 2022-10-04 20:51:36,314 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-02f9f1a4-efcc-46ae-87aa-cf36611cbcaf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6d11c1b7cf444372a6baeb027c455d5a", "name": "tempest-AttachVolumeNegativeTest-1123406746-project", "password_expires_at": null}, "audit_ids": ["VMLgRvzkTRGiIlPEiiyiOg"], "expires_at": "2022-10-04T21:51:35.000000Z", "issued_at": "2022-10-04T20:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a4f1e433a6427ab380248125ebc5b6", "name": "tempest-AttachVolumeNegativeTest-1123406746"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:51:36,314 130711 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '271ee594-d335-4e64-9a5f-f76e148f6d50', 'name': 'tempest-AttachVolumeNegativeTest-1083054699-network', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 423, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:50:35Z', 'updated_at': '2022-10-04T20:50:36Z', 'revision_number': 1} available for tenant 2022-10-04 20:51:36,316 130711 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1437141545', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzwyLQJUThRz+zeFIgESIm9nY3wV+fnpb7nv8BlNesCOmV+M92HVv+TPptlzNZpRMuOmNdzNOoNKiVRO1S0p0JJGbec264ECncqb6d+Z94X3wtg56ebthm8mtvIDLm8dQ==', 'fingerprint': '32:af:7a:06:1e:bd:2e:dd:b2:0c:f8:37:eb:db:f1:2a', 'user_id': '6d11c1b7cf444372a6baeb027c455d5a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAwnsydO0PIKL5RTw4uolTzSEEQfuzeh625cDT/qvrELAC6pfqK2NXP\nJHSF5GqL0OqgBwYFK4EEACKhZANiAAR88Mi0CVE4Uc/s3hSIBEiJvZ2N8Ffn56W+\n57/AZTXrAjplfjPdh1b/kz6bZczWaUTLjpjXczTqDSolUTtUtKdCSRm3nNuuBAp3\nKm+nfmfeF98LYOenm7YZvJrbyAy5vHU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '06e84a39-4727-46de-b199-8c844c51b542', 'name': 'tempest-securitygroup--1999120537', 'stateful': True, 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': 'tempest-description--487649459', 'shared': False, 'security_group_rules': [{'id': '0703b494-99a1-4c0a-94ed-f3597ebe7aa3', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': '06e84a39-4727-46de-b199-8c844c51b542', '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': 1746, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:17Z', 'updated_at': '2022-10-04T20:51:17Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, {'id': '90dc7141-3c8d-46ed-b9e6-1af83274956f', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': '06e84a39-4727-46de-b199-8c844c51b542', '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': 1745, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:17Z', 'updated_at': '2022-10-04T20:51:17Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}], 'tags': [], 'created_at': '2022-10-04T20:51:17Z', 'updated_at': '2022-10-04T20:51:17Z', 'revision_number': 1, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, 'floating_ip': {'id': 'a451705a-56d1-4cb3-9a75-de46c7f0e423', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.117', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:31Z', 'updated_at': '2022-10-04T20:51:31Z', 'revision_number': 0, 'ip': '172.25.5.117'}} 2022-10-04 20:51:40,520 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://10.222.0.78/compute/v2.1/servers 4.203s 2022-10-04 20:51:40,520 130711 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-132364563", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "271ee594-d335-4e64-9a5f-f76e148f6d50"}], "security_groups": [{"name": "tempest-securitygroup--1999120537"}], "key_name": "tempest-keypair-1437141545", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-90f43155-bc02-424a-a9f8-62d3eb2f6ee7', 'x-compute-request-id': 'req-90f43155-bc02-424a-a9f8-62d3eb2f6ee7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:51:40,808 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1437141545 0.279s 2022-10-04 20:51:40,809 130711 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, 04 Oct 2022 20:51:40 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-5c09af9c-8110-46d2-a561-3f3f69c69d28', 'x-compute-request-id': 'req-5c09af9c-8110-46d2-a561-3f3f69c69d28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-1437141545'} Body: b'' 2022-10-04 20:51:43,209 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/06e84a39-4727-46de-b199-8c844c51b542 2.399s 2022-10-04 20:51:43,210 130711 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-1f1b565f-7cfe-4db2-bb47-c4d0073d7c4d', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:51:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/06e84a39-4727-46de-b199-8c844c51b542'} Body: b'' 2022-10-04 20:51:43,410 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/06e84a39-4727-46de-b199-8c844c51b542 0.199s 2022-10-04 20:51:43,411 130711 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-ccacc5b8-df02-4bf8-912f-9fd6ddf55a3c', 'date': 'Tue, 04 Oct 2022 20:51:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/06e84a39-4727-46de-b199-8c844c51b542'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 06e84a39-4727-46de-b199-8c844c51b542 does not exist", "detail": ""}}' 2022-10-04 20:51:49,513 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/a451705a-56d1-4cb3-9a75-de46c7f0e423 6.102s 2022-10-04 20:51:49,514 130711 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-238ad666-8630-4d2b-bfe6-90af803f2cbe', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:51:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/a451705a-56d1-4cb3-9a75-de46c7f0e423'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft42.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:51:49,520 130711 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:51:49,529 130711 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:51:49,781 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.246s 2022-10-04 20:51:49,781 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-357011654", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJv3WZ8nASPdsWr1Yfz0p/S18ySc6WqbOPNTz9hTumMClAsRhrQ3qkK8qQc11/xROzo5TKRpgzCHROVI9QAv0BPAfhHzWGEeIcKZt/8oGc/HxO/Fk7YIlkG3Ut0q8lBTUQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30a9b071-52f4-4a3e-a3d0-b7e0d3ca7aca', 'x-compute-request-id': 'req-30a9b071-52f4-4a3e-a3d0-b7e0d3ca7aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-357011654", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJv3WZ8nASPdsWr1Yfz0p/S18ySc6WqbOPNTz9hTumMClAsRhrQ3qkK8qQc11/xROzo5TKRpgzCHROVI9QAv0BPAfhHzWGEeIcKZt/8oGc/HxO/Fk7YIlkG3Ut0q8lBTUQ==", "fingerprint": "ea:87:49:e4:c7:ba:51:52:e2:ba:d4:16:0e:bc:76:ba", "user_id": "6d11c1b7cf444372a6baeb027c455d5a"}}' 2022-10-04 20:51:49,787 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-357011654 created 2022-10-04 20:51:52,799 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 3.011s 2022-10-04 20:51:52,800 130711 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--2056665463", "description": "tempest-description--1694772081"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-c7dbfc21-2cdc-4c8a-b3ec-822fcacb3096', 'date': 'Tue, 04 Oct 2022 20:51:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "01446b11-06ae-479b-9ddb-731d5a908eb3", "name": "tempest-securitygroup--2056665463", "stateful": true, "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "tempest-description--1694772081", "shared": false, "security_group_rules": [{"id": "0af073e9-acb3-4347-9411-309226c61caa", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "01446b11-06ae-479b-9ddb-731d5a908eb3", "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": 1789, "description": null, "tags": [], "created_at": "2022-10-04T20:51:51Z", "updated_at": "2022-10-04T20:51:51Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}, {"id": "c5de0180-e927-4ccb-8acc-8e2c4f2a6e3a", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "01446b11-06ae-479b-9ddb-731d5a908eb3", "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": 1788, "description": null, "tags": [], "created_at": "2022-10-04T20:51:50Z", "updated_at": "2022-10-04T20:51:50Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}], "tags": [], "created_at": "2022-10-04T20:51:50Z", "updated_at": "2022-10-04T20:51:51Z", "revision_number": 1, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:54,729 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.928s 2022-10-04 20:51:54,730 130711 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": "01446b11-06ae-479b-9ddb-731d5a908eb3", "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-36631ffd-0ae2-4895-8cec-8c46fa04df39', 'date': 'Tue, 04 Oct 2022 20:51:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2babe012-4bea-4801-89b3-073a66b3be86", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "01446b11-06ae-479b-9ddb-731d5a908eb3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:53Z", "updated_at": "2022-10-04T20:51:53Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:56,541 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.810s 2022-10-04 20:51:56,542 130711 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": "01446b11-06ae-479b-9ddb-731d5a908eb3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c174943f-c6b1-4b5a-aaae-95505b8b94df', 'date': 'Tue, 04 Oct 2022 20:51:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4969140e-dc99-4bbd-86db-37e349ba2f1e", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "01446b11-06ae-479b-9ddb-731d5a908eb3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:51:55Z", "updated_at": "2022-10-04T20:51:55Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:51:56,542 130711 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2056665463 created 2022-10-04 20:52:02,648 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 6.104s 2022-10-04 20:52:02,653 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-b1d60336-859d-4fcd-95c3-fbc40381305c', 'date': 'Tue, 04 Oct 2022 20:52:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3c37c563-0575-43df-8ad5-59e5211f750c", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "floating_ip_address": "172.25.5.203", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:51:59Z", "updated_at": "2022-10-04T20:51:59Z", "revision_number": 0}}' 2022-10-04 20:52:02,654 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3c37c563-0575-43df-8ad5-59e5211f750c', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.203', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:59Z', 'updated_at': '2022-10-04T20:51:59Z', 'revision_number': 0, 'ip': '172.25.5.203'} created 2022-10-04 20:52:03,154 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.488s 2022-10-04 20:52:03,154 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e9038511-4c89-4a1c-bbad-7d018e100cef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6d11c1b7cf444372a6baeb027c455d5a", "name": "tempest-AttachVolumeNegativeTest-1123406746-project", "password_expires_at": null}, "audit_ids": ["wEKSnF7IQ3OkZ0nrZxj3Ng"], "expires_at": "2022-10-04T21:52:02.000000Z", "issued_at": "2022-10-04T20:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a4f1e433a6427ab380248125ebc5b6", "name": "tempest-AttachVolumeNegativeTest-1123406746"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:52:03,155 130711 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '271ee594-d335-4e64-9a5f-f76e148f6d50', 'name': 'tempest-AttachVolumeNegativeTest-1083054699-network', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 423, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:50:35Z', 'updated_at': '2022-10-04T20:50:36Z', 'revision_number': 1} available for tenant 2022-10-04 20:52:03,157 130711 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-357011654', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJv3WZ8nASPdsWr1Yfz0p/S18ySc6WqbOPNTz9hTumMClAsRhrQ3qkK8qQc11/xROzo5TKRpgzCHROVI9QAv0BPAfhHzWGEeIcKZt/8oGc/HxO/Fk7YIlkG3Ut0q8lBTUQ==', 'fingerprint': 'ea:87:49:e4:c7:ba:51:52:e2:ba:d4:16:0e:bc:76:ba', 'user_id': '6d11c1b7cf444372a6baeb027c455d5a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAMyGecW9+L3CFdt+p4KrmwjIGAL1VzSJ2Cv9jFCLCkZ5uRblOw1ZBZ\n7fdpmdN6WVygBwYFK4EEACKhZANiAASb91mfJwEj3bFq9WH89Kf0tfMknOlqmzjz\nU8/YU7pjApQLEYa0N6pCvKkHNdf8UTs6OUykaYMwh0TlSPUAL9ATwH4R81hhHiHC\nmbf/KBnPx8TvxZO2CJZBt1LdKvJQU1E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '01446b11-06ae-479b-9ddb-731d5a908eb3', 'name': 'tempest-securitygroup--2056665463', 'stateful': True, 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': 'tempest-description--1694772081', 'shared': False, 'security_group_rules': [{'id': '0af073e9-acb3-4347-9411-309226c61caa', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': '01446b11-06ae-479b-9ddb-731d5a908eb3', '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': 1789, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:51Z', 'updated_at': '2022-10-04T20:51:51Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, {'id': 'c5de0180-e927-4ccb-8acc-8e2c4f2a6e3a', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': '01446b11-06ae-479b-9ddb-731d5a908eb3', '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': 1788, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:51:50Z', 'updated_at': '2022-10-04T20:51:50Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}], 'tags': [], 'created_at': '2022-10-04T20:51:50Z', 'updated_at': '2022-10-04T20:51:51Z', 'revision_number': 1, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, 'floating_ip': {'id': '3c37c563-0575-43df-8ad5-59e5211f750c', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.203', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:51:59Z', 'updated_at': '2022-10-04T20:51:59Z', 'revision_number': 0, 'ip': '172.25.5.203'}} 2022-10-04 20:52:04,951 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://10.222.0.78/compute/v2.1/servers 1.793s 2022-10-04 20:52:04,952 130711 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-1451400724", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "271ee594-d335-4e64-9a5f-f76e148f6d50"}], "security_groups": [{"name": "tempest-securitygroup--2056665463"}], "key_name": "tempest-keypair-357011654", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2a90755d-f479-4af3-ba69-c5417e394f1a', 'x-compute-request-id': 'req-2a90755d-f479-4af3-ba69-c5417e394f1a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:52:05,167 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-357011654 0.214s 2022-10-04 20:52:05,168 130711 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, 04 Oct 2022 20:52:04 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-87e3afe5-f2c0-4dfb-a5c0-10a107f967ed', 'x-compute-request-id': 'req-87e3afe5-f2c0-4dfb-a5c0-10a107f967ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-357011654'} Body: b'' 2022-10-04 20:52:08,119 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/01446b11-06ae-479b-9ddb-731d5a908eb3 2.950s 2022-10-04 20:52:08,120 130711 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-f92c71b2-2f12-4e88-b361-1955561d464a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:52:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/01446b11-06ae-479b-9ddb-731d5a908eb3'} Body: b'' 2022-10-04 20:52:08,221 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/01446b11-06ae-479b-9ddb-731d5a908eb3 0.101s 2022-10-04 20:52:08,222 130711 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-3bc3afb9-287b-4020-95b2-fb275b97fdc5', 'date': 'Tue, 04 Oct 2022 20:52:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/01446b11-06ae-479b-9ddb-731d5a908eb3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 01446b11-06ae-479b-9ddb-731d5a908eb3 does not exist", "detail": ""}}' 2022-10-04 20:52:12,889 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/3c37c563-0575-43df-8ad5-59e5211f750c 4.666s 2022-10-04 20:52:12,889 130711 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-14881757-ad0a-476e-89e0-fccf25dba44a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:52:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/3c37c563-0575-43df-8ad5-59e5211f750c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft42.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 20:52:12,894 130711 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-04 20:52:12,894 130711 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-04 20:52:13,150 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.239s 2022-10-04 20:52:13,151 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-429756636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKtWjh+vqHzuD99qlC2JfZ0I4DwoMqyoQ/gYS26SzkfeImdyoXGTO2XWSVsqAbDi9jXh2IiXO012GDs9J8usfxnfQtIZQC0hQHrJXhx8Nkp7ziGlgKNkjrux8yTauJXbmA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f02cec0-e985-4058-a649-c979b778b3bd', 'x-compute-request-id': 'req-9f02cec0-e985-4058-a649-c979b778b3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-429756636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKtWjh+vqHzuD99qlC2JfZ0I4DwoMqyoQ/gYS26SzkfeImdyoXGTO2XWSVsqAbDi9jXh2IiXO012GDs9J8usfxnfQtIZQC0hQHrJXhx8Nkp7ziGlgKNkjrux8yTauJXbmA==", "fingerprint": "3a:4b:95:9f:12:d8:7b:bd:d5:68:08:fc:d9:b3:c8:91", "user_id": "6d11c1b7cf444372a6baeb027c455d5a"}}' 2022-10-04 20:52:13,156 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-429756636 created 2022-10-04 20:52:15,331 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.173s 2022-10-04 20:52:15,331 130711 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--74760378", "description": "tempest-description--1982788622"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-aa3cd1b3-38a7-403b-ae39-eb3f11f45d05', 'date': 'Tue, 04 Oct 2022 20:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bc8d01f1-c265-41f0-be55-36dde77735c7", "name": "tempest-securitygroup--74760378", "stateful": true, "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "tempest-description--1982788622", "shared": false, "security_group_rules": [{"id": "df137fb1-b29b-4d3c-89f9-cd8ec520b924", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "bc8d01f1-c265-41f0-be55-36dde77735c7", "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": 1830, "description": null, "tags": [], "created_at": "2022-10-04T20:52:14Z", "updated_at": "2022-10-04T20:52:14Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}, {"id": "ed14505d-2e24-4f97-a4a9-7af454dde7a0", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "bc8d01f1-c265-41f0-be55-36dde77735c7", "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": 1829, "description": null, "tags": [], "created_at": "2022-10-04T20:52:13Z", "updated_at": "2022-10-04T20:52:13Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}], "tags": [], "created_at": "2022-10-04T20:52:13Z", "updated_at": "2022-10-04T20:52:13Z", "revision_number": 1, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:52:17,066 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.733s 2022-10-04 20:52:17,066 130711 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": "bc8d01f1-c265-41f0-be55-36dde77735c7", "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-d290c9b3-2880-4cdb-a389-0cb7b6fbc5df', 'date': 'Tue, 04 Oct 2022 20:52:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7362430-5022-455d-9fbd-04ba109f2e73", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "bc8d01f1-c265-41f0-be55-36dde77735c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:52:16Z", "updated_at": "2022-10-04T20:52:16Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:52:19,326 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.259s 2022-10-04 20:52:19,326 130711 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": "bc8d01f1-c265-41f0-be55-36dde77735c7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ead83f1c-3c0e-411f-bade-6ddb048f9c5f', 'date': 'Tue, 04 Oct 2022 20:52:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1de3573b-b823-49ad-b12f-e649ea24adb6", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "security_group_id": "bc8d01f1-c265-41f0-be55-36dde77735c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T20:52:18Z", "updated_at": "2022-10-04T20:52:18Z", "revision_number": 0, "project_id": "72a4f1e433a6427ab380248125ebc5b6"}}' 2022-10-04 20:52:19,327 130711 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--74760378 created 2022-10-04 20:52:28,183 130711 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/floatingips 8.855s 2022-10-04 20:52:28,183 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-9ad36257-131e-46ea-95d6-b2f4f6babe6b', 'date': 'Tue, 04 Oct 2022 20:52:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "904f655f-02cc-438d-bfcf-009df2a000b8", "tenant_id": "72a4f1e433a6427ab380248125ebc5b6", "floating_ip_address": "172.25.5.77", "floating_network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72a4f1e433a6427ab380248125ebc5b6", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-04T20:52:22Z", "updated_at": "2022-10-04T20:52:22Z", "revision_number": 0}}' 2022-10-04 20:52:28,184 130711 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '904f655f-02cc-438d-bfcf-009df2a000b8', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.77', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:52:22Z', 'updated_at': '2022-10-04T20:52:22Z', 'revision_number': 0, 'ip': '172.25.5.77'} created 2022-10-04 20:52:28,619 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.421s 2022-10-04 20:52:28,627 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-324f2cce-6cd9-4913-96d7-b263b1430447', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6d11c1b7cf444372a6baeb027c455d5a", "name": "tempest-AttachVolumeNegativeTest-1123406746-project", "password_expires_at": null}, "audit_ids": ["vWn_9NrCRYWY0jPZWp8OdA"], "expires_at": "2022-10-04T21:52:28.000000Z", "issued_at": "2022-10-04T20:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a4f1e433a6427ab380248125ebc5b6", "name": "tempest-AttachVolumeNegativeTest-1123406746"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/72a4f1e433a6427ab380248125ebc5b6", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 20:52:28,628 130711 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '271ee594-d335-4e64-9a5f-f76e148f6d50', 'name': 'tempest-AttachVolumeNegativeTest-1083054699-network', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 423, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T20:50:35Z', 'updated_at': '2022-10-04T20:50:36Z', 'revision_number': 1} available for tenant 2022-10-04 20:52:28,629 130711 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-429756636', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKtWjh+vqHzuD99qlC2JfZ0I4DwoMqyoQ/gYS26SzkfeImdyoXGTO2XWSVsqAbDi9jXh2IiXO012GDs9J8usfxnfQtIZQC0hQHrJXhx8Nkp7ziGlgKNkjrux8yTauJXbmA==', 'fingerprint': '3a:4b:95:9f:12:d8:7b:bd:d5:68:08:fc:d9:b3:c8:91', 'user_id': '6d11c1b7cf444372a6baeb027c455d5a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpCILy4HA5dIxI8AQGCB8rCoUn3DJQ0uaRqzvkQGeD56KhMyburwLm\na5FcXnWBTR6gBwYFK4EEACKhZANiAASrVo4fr6h87g/fapQtiX2dCOA8KDKsqEP4\nGEtuks5H3iJncqFxkztl1klbKgGw4vY14diIlztNdhg7PSfLrH8Z30LSGUAtIUB6\nyV4cfDZKe84hpYCjZI67sfMk2riV25g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bc8d01f1-c265-41f0-be55-36dde77735c7', 'name': 'tempest-securitygroup--74760378', 'stateful': True, 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': 'tempest-description--1982788622', 'shared': False, 'security_group_rules': [{'id': 'df137fb1-b29b-4d3c-89f9-cd8ec520b924', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': 'bc8d01f1-c265-41f0-be55-36dde77735c7', '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': 1830, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:52:14Z', 'updated_at': '2022-10-04T20:52:14Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, {'id': 'ed14505d-2e24-4f97-a4a9-7af454dde7a0', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'security_group_id': 'bc8d01f1-c265-41f0-be55-36dde77735c7', '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': 1829, 'description': None, 'tags': [], 'created_at': '2022-10-04T20:52:13Z', 'updated_at': '2022-10-04T20:52:13Z', 'revision_number': 0, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}], 'tags': [], 'created_at': '2022-10-04T20:52:13Z', 'updated_at': '2022-10-04T20:52:13Z', 'revision_number': 1, 'project_id': '72a4f1e433a6427ab380248125ebc5b6'}, 'floating_ip': {'id': '904f655f-02cc-438d-bfcf-009df2a000b8', 'tenant_id': '72a4f1e433a6427ab380248125ebc5b6', 'floating_ip_address': '172.25.5.77', 'floating_network_id': '52a60aae-e230-4bd7-89bc-781767fd7892', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72a4f1e433a6427ab380248125ebc5b6', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-04T20:52:22Z', 'updated_at': '2022-10-04T20:52:22Z', 'revision_number': 0, 'ip': '172.25.5.77'}} 2022-10-04 20:52:29,709 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 1.078s 2022-10-04 20:52:29,709 130711 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-163559957", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "271ee594-d335-4e64-9a5f-f76e148f6d50"}], "security_groups": [{"name": "tempest-securitygroup--74760378"}], "key_name": "tempest-keypair-429756636", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 20:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-b50c9dcc-908e-4f83-910e-a9cea931f23c', 'x-compute-request-id': 'req-b50c9dcc-908e-4f83-910e-a9cea931f23c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 20:52:29,710 130711 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 2022-10-04 20:52:29,989 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-429756636 0.277s 2022-10-04 20:52:29,990 130711 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, 04 Oct 2022 20:52:29 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-a407061e-a8d8-4ed2-b38f-f4059abd816e', 'x-compute-request-id': 'req-a407061e-a8d8-4ed2-b38f-f4059abd816e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-keypair-429756636'} Body: b'' 2022-10-04 20:52:33,375 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/bc8d01f1-c265-41f0-be55-36dde77735c7 3.383s 2022-10-04 20:52:33,376 130711 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-afb6ee07-5fb2-4c43-ac1d-f37b56204834', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:52:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/bc8d01f1-c265-41f0-be55-36dde77735c7'} Body: b'' 2022-10-04 20:52:33,808 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.78:9696/networking/v2.0/security-groups/bc8d01f1-c265-41f0-be55-36dde77735c7 0.431s 2022-10-04 20:52:33,808 130711 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-1eeb56a8-4dd0-4228-8752-f7387ba53135', 'date': 'Tue, 04 Oct 2022 20:52:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/bc8d01f1-c265-41f0-be55-36dde77735c7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bc8d01f1-c265-41f0-be55-36dde77735c7 does not exist", "detail": ""}}' 2022-10-04 20:52:40,042 130711 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/floatingips/904f655f-02cc-438d-bfcf-009df2a000b8 6.233s 2022-10-04 20:52:40,043 130711 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-0d4b19c3-1751-4db7-b0e1-215f415e727e', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 20:52:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/floatingips/904f655f-02cc-438d-bfcf-009df2a000b8'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft43.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:08:17,891 130704 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.443s 2022-10-04 21:08:17,892 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7f88f60e-21c1-4fe1-8a9a-c8d85786841a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "24457d9efc564d55b1f5cc583d280881", "name": "tempest-VolumesActionsTest-828316693-project", "password_expires_at": null}, "audit_ids": ["KOmPOIvjTF-K2FM6mzVTrQ"], "expires_at": "2022-10-04T22:08:17.000000Z", "issued_at": "2022-10-04T21:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c709d51ca1644fd088da2b983c59270f", "name": "tempest-VolumesActionsTest-828316693"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_c709d51ca1644fd088da2b983c59270f", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/c709d51ca1644fd088da2b983c59270f", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/c709d51ca1644fd088da2b983c59270f", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/c709d51ca1644fd088da2b983c59270f", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:08:17,893 130704 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'e326a398-50f6-4558-9e2b-c19efe40e775', 'name': 'tempest-VolumesActionsTest-382235287-network', 'tenant_id': 'c709d51ca1644fd088da2b983c59270f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c709d51ca1644fd088da2b983c59270f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 415, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:07:59Z', 'updated_at': '2022-10-04T21:08:00Z', 'revision_number': 1} available for tenant 2022-10-04 21:08:20,928 130704 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 3.033s 2022-10-04 21:08:20,929 130704 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-1208116277", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "e326a398-50f6-4558-9e2b-c19efe40e775"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:08:17 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': '214', 'x-openstack-request-id': 'req-71f01cf2-a8d0-4a19-a9c0-e44c5fc33515', 'x-compute-request-id': 'req-71f01cf2-a8d0-4a19-a9c0-e44c5fc33515', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt43.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt43.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt43.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt43.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt43.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 4 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
fail
ft44.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:18:51,154 130712 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.399s 2022-10-04 21:18:51,154 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6fe99f3f-8dfa-4e85-a067-6c50c40c3fd4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "27d950f664e5445b81b8135876754702", "name": "tempest-VolumesActionsTest-273780053-project", "password_expires_at": null}, "audit_ids": ["FMXwE2XpQvO9i8qqIvshtg"], "expires_at": "2022-10-04T22:18:50.000000Z", "issued_at": "2022-10-04T21:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3fac9b31f4a46eaae79ae4e7dfc1b9c", "name": "tempest-VolumesActionsTest-273780053"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:18:51,155 130712 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '976bd4b4-7883-4dce-971d-3c0bf0316858', 'name': 'tempest-VolumesActionsTest-565845854-network', 'tenant_id': 'd3fac9b31f4a46eaae79ae4e7dfc1b9c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3fac9b31f4a46eaae79ae4e7dfc1b9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 421, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:18:41Z', 'updated_at': '2022-10-04T21:18:41Z', 'revision_number': 1} available for tenant 2022-10-04 21:18:52,590 130712 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://10.222.0.78/compute/v2.1/servers 1.427s 2022-10-04 21:18:52,591 130712 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-1523563228", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "976bd4b4-7883-4dce-971d-3c0bf0316858"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:18: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': '214', 'x-openstack-request-id': 'req-e90df0b9-4443-4e10-85f7-a59b4abe4115', 'x-compute-request-id': 'req-e90df0b9-4443-4e10-85f7-a59b4abe4115', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
fail
ft44.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:18:52,899 130712 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.261s 2022-10-04 21:18:52,899 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f58c0dd9-70a8-4770-92db-8b02ee0492a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "27d950f664e5445b81b8135876754702", "name": "tempest-VolumesActionsTest-273780053-project", "password_expires_at": null}, "audit_ids": ["5Ok8XmzIQ26f7Nknvr-RYA"], "expires_at": "2022-10-04T22:18:52.000000Z", "issued_at": "2022-10-04T21:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3fac9b31f4a46eaae79ae4e7dfc1b9c", "name": "tempest-VolumesActionsTest-273780053"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/d3fac9b31f4a46eaae79ae4e7dfc1b9c", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:18:52,900 130712 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '976bd4b4-7883-4dce-971d-3c0bf0316858', 'name': 'tempest-VolumesActionsTest-565845854-network', 'tenant_id': 'd3fac9b31f4a46eaae79ae4e7dfc1b9c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3fac9b31f4a46eaae79ae4e7dfc1b9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 421, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:18:41Z', 'updated_at': '2022-10-04T21:18:41Z', 'revision_number': 1} available for tenant 2022-10-04 21:18:53,547 130712 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://10.222.0.78/compute/v2.1/servers 0.646s 2022-10-04 21:18:53,548 130712 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-514007986", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "976bd4b4-7883-4dce-971d-3c0bf0316858"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-af856f9b-6b05-4ffa-a5ca-c02c28656fdf', 'x-compute-request-id': 'req-af856f9b-6b05-4ffa-a5ca-c02c28656fdf', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt44.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt44.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt44.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt44.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 4 | 2 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt45.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft45.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:22:08,187 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.317s 2022-10-04 21:22:08,187 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:22:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9639043-1dcc-4214-bc74-b494db496762', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9d9040fc0de14e1583a9f614c47096f6", "name": "tempest-VolumesSnapshotTestJSON-1089610052-project", "password_expires_at": null}, "audit_ids": ["Dv7db8AcT_y_MLYihhVjhw"], "expires_at": "2022-10-04T22:22:07.000000Z", "issued_at": "2022-10-04T21:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "407a5520d21e46e8bcaddabf536fadcd", "name": "tempest-VolumesSnapshotTestJSON-1089610052"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:22:08,188 130711 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'ef5b989d-e9a3-4739-9912-c35576cecbc1', 'name': 'tempest-VolumesSnapshotTestJSON-943056352-network', 'tenant_id': '407a5520d21e46e8bcaddabf536fadcd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '407a5520d21e46e8bcaddabf536fadcd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 419, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:18:25Z', 'updated_at': '2022-10-04T21:18:25Z', 'revision_number': 1} available for tenant 2022-10-04 21:22:09,468 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 500 POST http://10.222.0.78/compute/v2.1/servers 1.278s 2022-10-04 21:22:09,469 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1733246378", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "ef5b989d-e9a3-4739-9912-c35576cecbc1"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-551f6a70-d10d-4856-8bd5-f15ff40b5305', 'x-compute-request-id': 'req-551f6a70-d10d-4856-8bd5-f15ff40b5305', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 48, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt45.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft45.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:22:22,297 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots 0.671s 2022-10-04 21:22:22,297 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1720031c-367c-47ea-ac4c-46e0cd1091ab', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1720031c-367c-47ea-ac4c-46e0cd1091ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:21.932120", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "creating", "size": 1, "metadata": {}}}' 2022-10-04 21:22:22,374 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b 0.069s 2022-10-04 21:22:22,375 130711 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, 04 Oct 2022 21:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8209034d-0d4f-4323-8f99-83c0f073c3a4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8209034d-0d4f-4323-8f99-83c0f073c3a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "407a5520d21e46e8bcaddabf536fadcd", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:22:23,492 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b 0.105s 2022-10-04 21:22:23,493 130711 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, 04 Oct 2022 21:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc0f6dc-9ce0-4c94-bdbb-6d233c207e9b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc0f6dc-9ce0-4c94-bdbb-6d233c207e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "407a5520d21e46e8bcaddabf536fadcd", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:22:24,554 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b 0.051s 2022-10-04 21:22:24,555 130711 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, 04 Oct 2022 21:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a13d64-389b-4643-94ff-72af101a2dc4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9a13d64-389b-4643-94ff-72af101a2dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "407a5520d21e46e8bcaddabf536fadcd", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:22:25,691 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b 0.127s 2022-10-04 21:22:25,692 130711 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, 04 Oct 2022 21:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904d1835-7a54-4b5e-9d3f-07a1dd462fc2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904d1835-7a54-4b5e-9d3f-07a1dd462fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "407a5520d21e46e8bcaddabf536fadcd", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:22:26,750 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b 0.047s 2022-10-04 21:22:26,751 130711 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, 04 Oct 2022 21:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99b87e3b-af08-44e0-94be-503c7965c07e', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99b87e3b-af08-44e0-94be-503c7965c07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd/snapshots/9a11d18b-6fcb-46e0-8453-35703b6cde5b'} Body: b'{"snapshot": {"id": "9a11d18b-6fcb-46e0-8453-35703b6cde5b", "created_at": "2022-10-04T21:22:22.000000", "updated_at": "2022-10-04T21:22:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2032468311", "description": null, "volume_id": "392035c6-5181-4515-81f9-55704c18c7d1", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "407a5520d21e46e8bcaddabf536fadcd", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:22:26,759 130711 INFO [tempest.common.waiters] snapshot 9a11d18b-6fcb-46e0-8453-35703b6cde5b reached available after waiting for 4.759111 seconds 2022-10-04 21:22:27,034 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.265s 2022-10-04 21:22:27,035 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-34384108-d76b-4b32-9277-f6bf1704b8b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9d9040fc0de14e1583a9f614c47096f6", "name": "tempest-VolumesSnapshotTestJSON-1089610052-project", "password_expires_at": null}, "audit_ids": ["9TDlrRxyTaSCoUvVRu_utg"], "expires_at": "2022-10-04T22:22:26.000000Z", "issued_at": "2022-10-04T21:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "407a5520d21e46e8bcaddabf536fadcd", "name": "tempest-VolumesSnapshotTestJSON-1089610052"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/407a5520d21e46e8bcaddabf536fadcd", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:22:27,036 130711 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'ef5b989d-e9a3-4739-9912-c35576cecbc1', 'name': 'tempest-VolumesSnapshotTestJSON-943056352-network', 'tenant_id': '407a5520d21e46e8bcaddabf536fadcd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '407a5520d21e46e8bcaddabf536fadcd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 419, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:18:25Z', 'updated_at': '2022-10-04T21:18:25Z', 'revision_number': 1} available for tenant 2022-10-04 21:22:28,033 130711 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST http://10.222.0.78/compute/v2.1/servers 0.995s 2022-10-04 21:22:28,033 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1655674146", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "ef5b989d-e9a3-4739-9912-c35576cecbc1"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:22:27 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': '214', 'x-openstack-request-id': 'req-46929566-f191-4773-9544-8c7a794f1fe4', 'x-compute-request-id': 'req-46929566-f191-4773-9544-8c7a794f1fe4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 83, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 204, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt45.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt45.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 3 | 0 | 3 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
fail
ft46.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:30:19,604 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.683s 2022-10-04 21:30:19,605 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1894636868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEhuAZvorcniclxpfDe0M6Hyr3cr5Y+ZKDer3aTytBxDiXOS3lsJ2JEB9iRs7KOEIK36TD1VL3lmxKXrV57gxysLqlY24F2U43ZyEwugfhUUyxVKEYtlssUNKjnF1s6BvQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f429278-2697-463a-a63d-87f51774ad3f', 'x-compute-request-id': 'req-5f429278-2697-463a-a63d-87f51774ad3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1894636868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEhuAZvorcniclxpfDe0M6Hyr3cr5Y+ZKDer3aTytBxDiXOS3lsJ2JEB9iRs7KOEIK36TD1VL3lmxKXrV57gxysLqlY24F2U43ZyEwugfhUUyxVKEYtlssUNKjnF1s6BvQ==", "fingerprint": "ea:3f:c7:ce:73:50:05:c0:cd:b7:50:1c:ef:5e:55:cd", "user_id": "b83b49ea9a8c4f5fa6016e823ba673e9"}}' 2022-10-04 21:30:19,670 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.054s 2022-10-04 21:30:19,671 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-79507f13-bb12-4d41-9a8e-46dcc0e53f98', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83b49ea9a8c4f5fa6016e823ba673e9", "name": "tempest-TestEncryptedCinderVolumes-43116842-project", "password_expires_at": null}, "audit_ids": ["FI_og_0_TNuRZpUsP4bLkQ"], "expires_at": "2022-10-04T22:30:19.000000Z", "issued_at": "2022-10-04T21:30:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b7ddd272374c81b094a377fde7a3e1", "name": "tempest-TestEncryptedCinderVolumes-43116842"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:30:19,671 180165 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': 'ed3c2d19-cadf-4300-8f7a-53f540eb2994', 'name': 'tempest-TestEncryptedCinderVolumes-1994331134-network', 'tenant_id': '85b7ddd272374c81b094a377fde7a3e1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b7ddd272374c81b094a377fde7a3e1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:29:58Z', 'updated_at': '2022-10-04T21:29:58Z', 'revision_number': 1} available for tenant 2022-10-04 21:30:20,226 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 500 POST http://10.222.0.78/compute/v2.1/servers 0.554s 2022-10-04 21:30:20,227 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-667110219", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1894636868", "networks": [{"uuid": "ed3c2d19-cadf-4300-8f7a-53f540eb2994"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:19 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': '214', 'x-openstack-request-id': 'req-34400f32-b27a-4fe7-bba9-bc0499aedb00', 'x-compute-request-id': 'req-34400f32-b27a-4fe7-bba9-bc0499aedb00', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:30:20,356 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1894636868 0.123s 2022-10-04 21:30:20,356 180165 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, 04 Oct 2022 21:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5078b746-6181-42db-81b9-d0dd6a185b04', 'x-compute-request-id': 'req-5078b746-6181-42db-81b9-d0dd6a185b04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1894636868'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 82, in test_encrypted_cinder_volumes_cryptsetup server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 50, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
fail
ft46.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:30:20,536 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.173s 2022-10-04 21:30:20,537 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1708716658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtfaTjVLHZvs7D74tmm35aaRjSJXfcjqUx2R7UP6rA/ksmPrdNME6ykKKQjwhKXryG6/j0lxfRANS93wSnrXoIDXbRSODwzYSzNdRPaj33WlJFHJdMp7ltMz7UOCws8RA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f86d08d-3545-465e-a680-949f097cf8c9', 'x-compute-request-id': 'req-7f86d08d-3545-465e-a680-949f097cf8c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1708716658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtfaTjVLHZvs7D74tmm35aaRjSJXfcjqUx2R7UP6rA/ksmPrdNME6ykKKQjwhKXryG6/j0lxfRANS93wSnrXoIDXbRSODwzYSzNdRPaj33WlJFHJdMp7ltMz7UOCws8RA==", "fingerprint": "f7:bf:21:5e:5a:08:29:72:d8:c0:09:55:e3:e6:ef:07", "user_id": "b83b49ea9a8c4f5fa6016e823ba673e9"}}' 2022-10-04 21:30:20,614 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.060s 2022-10-04 21:30:20,614 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9d87120f-49ea-45cb-894e-d48f856e1b87', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83b49ea9a8c4f5fa6016e823ba673e9", "name": "tempest-TestEncryptedCinderVolumes-43116842-project", "password_expires_at": null}, "audit_ids": ["Orv8cPfDQ6Ki1PGIIKcpmw"], "expires_at": "2022-10-04T22:30:20.000000Z", "issued_at": "2022-10-04T21:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b7ddd272374c81b094a377fde7a3e1", "name": "tempest-TestEncryptedCinderVolumes-43116842"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:30:20,615 180165 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': 'ed3c2d19-cadf-4300-8f7a-53f540eb2994', 'name': 'tempest-TestEncryptedCinderVolumes-1994331134-network', 'tenant_id': '85b7ddd272374c81b094a377fde7a3e1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b7ddd272374c81b094a377fde7a3e1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:29:58Z', 'updated_at': '2022-10-04T21:29:58Z', 'revision_number': 1} available for tenant 2022-10-04 21:30:21,447 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 500 POST http://10.222.0.78/compute/v2.1/servers 0.831s 2022-10-04 21:30:21,448 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-1004543844", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1708716658", "networks": [{"uuid": "ed3c2d19-cadf-4300-8f7a-53f540eb2994"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-396b3650-d543-46b4-9dfd-a7c240c5f3b9', 'x-compute-request-id': 'req-396b3650-d543-46b4-9dfd-a7c240c5f3b9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:30:21,588 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1708716658 0.138s 2022-10-04 21:30:21,588 180165 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, 04 Oct 2022 21:30:21 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-714630c5-6f57-4467-82a2-6b267543dd8a', 'x-compute-request-id': 'req-714630c5-6f57-4467-82a2-6b267543dd8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1708716658'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 61, in test_encrypted_cinder_volumes_luks server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 50, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
fail
ft46.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:30:21,788 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.190s 2022-10-04 21:30:21,789 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-704221672", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdC10AlvPTF4Fu5GZ9wcIKGQOZ/4nGR/bALu9aj/F6dEm9Tr5Ao//1Rm/18jhGt1rSZ3Mtt2T+u1X6GJ1DKDdfu6VAVwoeoaPhxYpZFyjPfgYsxpL1pfVcNeLV3a/Bhsg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7921e95e-7e9c-406c-8fdb-5c4f5d12b844', 'x-compute-request-id': 'req-7921e95e-7e9c-406c-8fdb-5c4f5d12b844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-704221672", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdC10AlvPTF4Fu5GZ9wcIKGQOZ/4nGR/bALu9aj/F6dEm9Tr5Ao//1Rm/18jhGt1rSZ3Mtt2T+u1X6GJ1DKDdfu6VAVwoeoaPhxYpZFyjPfgYsxpL1pfVcNeLV3a/Bhsg==", "fingerprint": "a6:64:9b:ed:c2:ed:8d:cd:14:a6:bd:72:7e:3b:f8:1b", "user_id": "b83b49ea9a8c4f5fa6016e823ba673e9"}}' 2022-10-04 21:30:21,876 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.072s 2022-10-04 21:30:21,877 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f12271a3-fe69-4fb6-a523-696a0043e293', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83b49ea9a8c4f5fa6016e823ba673e9", "name": "tempest-TestEncryptedCinderVolumes-43116842-project", "password_expires_at": null}, "audit_ids": ["GNLP9BUeT0ey7yHlXZEyzg"], "expires_at": "2022-10-04T22:30:21.000000Z", "issued_at": "2022-10-04T21:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b7ddd272374c81b094a377fde7a3e1", "name": "tempest-TestEncryptedCinderVolumes-43116842"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/85b7ddd272374c81b094a377fde7a3e1", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:30:21,878 180165 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'ed3c2d19-cadf-4300-8f7a-53f540eb2994', 'name': 'tempest-TestEncryptedCinderVolumes-1994331134-network', 'tenant_id': '85b7ddd272374c81b094a377fde7a3e1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b7ddd272374c81b094a377fde7a3e1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:29:58Z', 'updated_at': '2022-10-04T21:29:58Z', 'revision_number': 1} available for tenant 2022-10-04 21:30:22,326 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 POST http://10.222.0.78/compute/v2.1/servers 0.446s 2022-10-04 21:30:22,327 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-797293577", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-704221672", "networks": [{"uuid": "ed3c2d19-cadf-4300-8f7a-53f540eb2994"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-189b3c87-4068-4a1f-97f1-aaa57e75aa7f', 'x-compute-request-id': 'req-189b3c87-4068-4a1f-97f1-aaa57e75aa7f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:30:22,472 180165 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-704221672 0.143s 2022-10-04 21:30:22,472 180165 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, 04 Oct 2022 21:30:22 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-0f2b81aa-0b5b-4163-9379-024893fb0e69', 'x-compute-request-id': 'req-0f2b81aa-0b5b-4163-9379-024893fb0e69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-704221672'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 73, in test_encrypted_cinder_volumes_luksv2 server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 50, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 0 | 2 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume] |
fail
ft47.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:31:01,156 180165 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-10-04 21:31:01,656 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.78/image/v2/images 0.499s 2022-10-04 21:31:01,657 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--260625585", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9395b47e-b508-4f8b-bc4c-d3e178654351', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/image/v2/images'} Body: b'{"name": "tempest-scenario-img--260625585", "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": "bb447ffc303348ce826e0d5bbb56f7f2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f0b332dc-0c83-4b57-ae65-e6ce928d7b00", "created_at": "2022-10-04T21:31:02Z", "updated_at": "2022-10-04T21:31:02Z", "tags": [], "self": "/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00", "file": "/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:31:18,497 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.78/image/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00/file 16.838s 2022-10-04 21:31:18,497 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7fbf1d9cc640> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-eddecaae-7139-401e-b98c-a41ea1bebaa4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00/file'} Body: b'' 2022-10-04 21:31:18,498 180165 DEBUG [tempest.scenario.manager] image:f0b332dc-0c83-4b57-ae65-e6ce928d7b00 2022-10-04 21:31:18,814 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.310s 2022-10-04 21:31:18,815 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-107274144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFh+xPhqubO9gOaetxQr4j/GUBxRxe3FNoOogiRfm14ITm9Ps0mrHXUNnvpt/XHu87oO0KHhMCF39LuOV0eC9CokdceTZNm9YxvEZcfUllppWN7wjGiVa/9EhJ1KqKUzUg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7f51a39-3f5e-4088-bf1a-46da79c65614', 'x-compute-request-id': 'req-e7f51a39-3f5e-4088-bf1a-46da79c65614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-107274144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFh+xPhqubO9gOaetxQr4j/GUBxRxe3FNoOogiRfm14ITm9Ps0mrHXUNnvpt/XHu87oO0KHhMCF39LuOV0eC9CokdceTZNm9YxvEZcfUllppWN7wjGiVa/9EhJ1KqKUzUg==", "fingerprint": "30:a1:78:d5:28:73:e2:c8:d9:61:20:e8:4a:1a:56:bf", "user_id": "0feaeaa5e2da4e15bccb37fd42695ef1"}}' 2022-10-04 21:31:18,892 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.062s 2022-10-04 21:31:18,893 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-881decbf-66c4-400f-922e-920b9723d35d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0feaeaa5e2da4e15bccb37fd42695ef1", "name": "tempest-TestMinimumBasicScenario-887229371-project", "password_expires_at": null}, "audit_ids": ["N-PXsrUuQhmk0tTpmGHqgA"], "expires_at": "2022-10-04T22:31:18.000000Z", "issued_at": "2022-10-04T21:31:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb447ffc303348ce826e0d5bbb56f7f2", "name": "tempest-TestMinimumBasicScenario-887229371"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:31:18,894 180165 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '998c3aee-0b65-4efb-bb93-b4fc9f316b4c', 'name': 'tempest-TestMinimumBasicScenario-718442148-network', 'tenant_id': 'bb447ffc303348ce826e0d5bbb56f7f2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb447ffc303348ce826e0d5bbb56f7f2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:30:41Z', 'updated_at': '2022-10-04T21:30:41Z', 'revision_number': 1} available for tenant 2022-10-04 21:31:19,423 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 POST http://10.222.0.78/compute/v2.1/servers 0.526s 2022-10-04 21:31:19,423 180165 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-242732744", "imageRef": "f0b332dc-0c83-4b57-ae65-e6ce928d7b00", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-107274144", "networks": [{"uuid": "998c3aee-0b65-4efb-bb93-b4fc9f316b4c"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5288d987-bca4-446d-abe1-51bb0f99382d', 'x-compute-request-id': 'req-5288d987-bca4-446d-abe1-51bb0f99382d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:31:19,578 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-107274144 0.146s 2022-10-04 21:31:19,578 180165 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, 04 Oct 2022 21:31:19 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-6d4c3955-c622-4d1d-8e37-2ce941480709', 'x-compute-request-id': 'req-6d4c3955-c622-4d1d-8e37-2ce941480709', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-107274144'} Body: b'' 2022-10-04 21:31:21,409 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.78/image/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00 1.829s 2022-10-04 21:31:21,409 180165 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, 04 Oct 2022 21:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e8465ce4-fde4-4418-a33e-1d2a0a2e42c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/f0b332dc-0c83-4b57-ae65-e6ce928d7b00'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 188, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft47.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:31:21,413 180165 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-10-04 21:31:21,681 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.78/image/v2/images 0.261s 2022-10-04 21:31:21,682 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1466775606", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-41eebf9d-363d-479e-a0d8-9bec19124095', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1466775606", "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": "bb447ffc303348ce826e0d5bbb56f7f2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "83d56bfc-e19a-47fc-a0cc-edab37068eff", "created_at": "2022-10-04T21:31:22Z", "updated_at": "2022-10-04T21:31:22Z", "tags": [], "self": "/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff", "file": "/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:31:37,215 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.78/image/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff/file 15.533s 2022-10-04 21:31:37,216 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7fbf1d65a310> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d75086b1-3b75-4a48-9bb9-12bc50f5e383', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff/file'} Body: b'' 2022-10-04 21:31:37,216 180165 DEBUG [tempest.scenario.manager] image:83d56bfc-e19a-47fc-a0cc-edab37068eff 2022-10-04 21:31:37,415 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.193s 2022-10-04 21:31:37,416 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-807442866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDOlul3Rea0uuxP1nOcdbO0oIgmvngJsOGHuLjK5kQJd+sFyBmB/6y3jTC49o1UmW6kyrTdK8RJnw7jE8OjsJpF7iq1wIOcO3ozvwjtIPG79qUQXdc79n1iyv8Kyshm7yA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa41675-272e-409e-b9ca-7de97b7375e0', 'x-compute-request-id': 'req-3fa41675-272e-409e-b9ca-7de97b7375e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-807442866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDOlul3Rea0uuxP1nOcdbO0oIgmvngJsOGHuLjK5kQJd+sFyBmB/6y3jTC49o1UmW6kyrTdK8RJnw7jE8OjsJpF7iq1wIOcO3ozvwjtIPG79qUQXdc79n1iyv8Kyshm7yA==", "fingerprint": "f6:ab:d1:78:62:6e:b0:1b:dc:69:89:42:73:70:f3:c6", "user_id": "0feaeaa5e2da4e15bccb37fd42695ef1"}}' 2022-10-04 21:31:37,494 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.061s 2022-10-04 21:31:37,495 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0c4ffbb8-a37f-440d-a458-fb5f5a55c064', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0feaeaa5e2da4e15bccb37fd42695ef1", "name": "tempest-TestMinimumBasicScenario-887229371-project", "password_expires_at": null}, "audit_ids": ["os1upFDxSPCuPTP3wOe4eQ"], "expires_at": "2022-10-04T22:31:37.000000Z", "issued_at": "2022-10-04T21:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb447ffc303348ce826e0d5bbb56f7f2", "name": "tempest-TestMinimumBasicScenario-887229371"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/bb447ffc303348ce826e0d5bbb56f7f2", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:31:37,496 180165 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '998c3aee-0b65-4efb-bb93-b4fc9f316b4c', 'name': 'tempest-TestMinimumBasicScenario-718442148-network', 'tenant_id': 'bb447ffc303348ce826e0d5bbb56f7f2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb447ffc303348ce826e0d5bbb56f7f2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:30:41Z', 'updated_at': '2022-10-04T21:30:41Z', 'revision_number': 1} available for tenant 2022-10-04 21:31:38,054 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://10.222.0.78/compute/v2.1/servers 0.555s 2022-10-04 21:31:38,054 180165 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-305677757", "imageRef": "83d56bfc-e19a-47fc-a0cc-edab37068eff", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-807442866", "networks": [{"uuid": "998c3aee-0b65-4efb-bb93-b4fc9f316b4c"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:37 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': '214', 'x-openstack-request-id': 'req-622e8da6-1172-4b61-a279-d7e6d0f8ddcb', 'x-compute-request-id': 'req-622e8da6-1172-4b61-a279-d7e6d0f8ddcb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:31:38,207 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-807442866 0.151s 2022-10-04 21:31:38,208 180165 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, 04 Oct 2022 21:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d49d963-8849-4ef2-b95d-82caa529e382', 'x-compute-request-id': 'req-4d49d963-8849-4ef2-b95d-82caa529e382', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-807442866'} Body: b'' 2022-10-04 21:31:39,878 180165 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.78/image/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff 1.669s 2022-10-04 21:31:39,879 180165 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, 04 Oct 2022 21:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-31081274-02ff-430f-8a9c-8c26cfe67d64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78/image/v2/images/83d56bfc-e19a-47fc-a0cc-edab37068eff'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 109, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 0 | 9 | 0 | 0 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
fail
ft48.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:02:16,936 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.954s 2022-10-04 21:02:16,937 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-665662603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMO2VYhZiGraGbiQsZAbU5SRReIb/mx2zym2g5L2kPg7/5yM26puK//wcQ9qU2/uQ+Z087IqufROHMud2guYruQKxV2kqy+Gut+12B+addtilcoEKQ/pz4b+GQaHYeVLQA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a252aca4-860f-4dfc-b369-230f87b7c546', 'x-compute-request-id': 'req-a252aca4-860f-4dfc-b369-230f87b7c546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-665662603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMO2VYhZiGraGbiQsZAbU5SRReIb/mx2zym2g5L2kPg7/5yM26puK//wcQ9qU2/uQ+Z087IqufROHMud2guYruQKxV2kqy+Gut+12B+addtilcoEKQ/pz4b+GQaHYeVLQA==", "fingerprint": "2e:13:84:35:e8:72:ba:41:84:b7:e0:40:0f:9a:52:55", "user_id": "626d1f96e801458eba55b56ff8fb3672"}}' 2022-10-04 21:02:18,948 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.994s 2022-10-04 21:02:18,949 130714 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-937483910", "description": "tempest-secgroup-smoke-937483910 description", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-72add5aa-5bca-401c-bdcd-100bccc71e98', 'date': 'Tue, 04 Oct 2022 21:02:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "name": "tempest-secgroup-smoke-937483910", "stateful": true, "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "description": "tempest-secgroup-smoke-937483910 description", "shared": false, "security_group_rules": [{"id": "5d4721b4-4d47-4b20-bba0-e7b002a4b984", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "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": 2869, "description": null, "tags": [], "created_at": "2022-10-04T21:02:18Z", "updated_at": "2022-10-04T21:02:18Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}, {"id": "dfb2817f-2c2f-41e7-a3b8-518c2aa4655a", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "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": 2868, "description": null, "tags": [], "created_at": "2022-10-04T21:02:18Z", "updated_at": "2022-10-04T21:02:18Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}], "tags": [], "created_at": "2022-10-04T21:02:18Z", "updated_at": "2022-10-04T21:02:18Z", "revision_number": 1, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:20,247 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.297s 2022-10-04 21:02:20,247 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-216fe6f4-5710-4d96-bf63-f0a580d889fa', 'date': 'Tue, 04 Oct 2022 21:02:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "88214881-fbbc-49f9-8590-002ab29993d3", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:19Z", "updated_at": "2022-10-04T21:02:19Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:22,738 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.490s 2022-10-04 21:02:22,739 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-59d6ec17-4c05-44be-b1f4-1f35674767fa', 'date': 'Tue, 04 Oct 2022 21:02:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e8edfb66-3352-45da-b530-3f13b57af5ec", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:21Z", "updated_at": "2022-10-04T21:02:21Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:24,260 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.519s 2022-10-04 21:02:24,261 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b696856a-8a7d-4e77-89c0-807e6e980b56', 'date': 'Tue, 04 Oct 2022 21:02:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3cccbb51-4a6a-42d9-a0f3-5e92e2a338d3", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:23Z", "updated_at": "2022-10-04T21:02:23Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:26,119 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.857s 2022-10-04 21:02:26,119 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b130ea5f-064d-4d82-a04a-a8efb4385dec', 'date': 'Tue, 04 Oct 2022 21:02:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e356d150-c3b9-432b-94a1-74110a89c683", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:25Z", "updated_at": "2022-10-04T21:02:25Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:28,008 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.887s 2022-10-04 21:02:28,009 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-741f09dc-8196-4dd0-9d6e-ed549ff72e44', 'date': 'Tue, 04 Oct 2022 21:02:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "76f68b9b-93fc-48d2-b8d8-415ec96ebcc0", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:27Z", "updated_at": "2022-10-04T21:02:27Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:29,367 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.357s 2022-10-04 21:02:29,368 130714 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": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-30d3a072-8b00-4029-9c94-dd337c4d20a8', 'date': 'Tue, 04 Oct 2022 21:02:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afa99351-8fcd-4fac-81dc-a8c09a356c58", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:02:28Z", "updated_at": "2022-10-04T21:02:28Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:30,512 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.142s 2022-10-04 21:02:30,513 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1308969648", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-102ef04c-62dc-4560-9692-015558412580', 'date': 'Tue, 04 Oct 2022 21:02:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e40afdc2-04d3-419c-b697-6ad6fc8f7435","name":"tempest-network-smoke--1308969648","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:02:29Z","updated_at":"2022-10-04T21:02:29Z","revision_number":1}}' 2022-10-04 21:02:44,243 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 13.729s 2022-10-04 21:02:44,244 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-190718568", "admin_state_up": true, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-83be7a19-61ae-413d-bc4b-65a8da7b5b17', 'date': 'Tue, 04 Oct 2022 21:02:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "c8a4a62e-cb50-4d66-9b32-52a69079a861", "name": "tempest-TestNetworkAdvancedServerOps-router-190718568", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.195"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:02:30Z", "updated_at": "2022-10-04T21:02:38Z", "revision_number": 3, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:02:44,914 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28 0.669s 2022-10-04 21:02:44,915 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-17b1a7a2-6c9b-43f1-8155-26d55bee298d', 'date': 'Tue, 04 Oct 2022 21:02:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:02:45,426 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.510s 2022-10-04 21:02:45,427 130714 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': '1360', 'x-openstack-request-id': 'req-4708eb7b-a787-44b1-840f-83078f72b1ed', 'date': 'Tue, 04 Oct 2022 21:02:45 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"1b2a3a26-fcd3-4533-99bb-de026b19575a","name":"","tenant_id":"e09b9c0d050c4bd28053a22fabbc84e0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["dcfc153f-b372-4eb5-ade0-49c8e6671ecf"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":false,"tags":[],"created_at":"2022-10-04T21:02:40Z","updated_at":"2022-10-04T21:02:43Z","revision_number":2,"project_id":"e09b9c0d050c4bd28053a22fabbc84e0","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":445},{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:02:45,636 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=1b2a3a26-fcd3-4533-99bb-de026b19575a&cidr=172.20.0.0%2F28 0.208s 2022-10-04 21:02:45,637 130714 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': '606', 'x-openstack-request-id': 'req-b692a39e-b9bc-4834-bd27-e4291c453b39', 'date': 'Tue, 04 Oct 2022 21:02:45 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=1b2a3a26-fcd3-4533-99bb-de026b19575a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[{"id":"dcfc153f-b372-4eb5-ade0-49c8e6671ecf","name":"","tenant_id":"e09b9c0d050c4bd28053a22fabbc84e0","network_id":"1b2a3a26-fcd3-4533-99bb-de026b19575a","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:02:43Z","updated_at":"2022-10-04T21:02:43Z","revision_number":0,"project_id":"e09b9c0d050c4bd28053a22fabbc84e0"}]}' 2022-10-04 21:02:45,782 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.143s 2022-10-04 21:02:45,782 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d169c709-56d0-4b74-bbb9-dbd6dbc48654', 'date': 'Tue, 04 Oct 2022 21:02:45 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:02:45,864 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.16%2F28 0.081s 2022-10-04 21:02:45,865 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-e8287c36-b6a8-41a4-8106-81f9bc2a66cb', 'date': 'Tue, 04 Oct 2022 21:02:45 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.16%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:02:46,354 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.488s 2022-10-04 21:02:46,355 130714 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': '1360', 'x-openstack-request-id': 'req-f7fcabce-7bf3-47cd-ae8c-ca1309da32fd', 'date': 'Tue, 04 Oct 2022 21:02:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"1b2a3a26-fcd3-4533-99bb-de026b19575a","name":"","tenant_id":"e09b9c0d050c4bd28053a22fabbc84e0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["dcfc153f-b372-4eb5-ade0-49c8e6671ecf"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":false,"tags":[],"created_at":"2022-10-04T21:02:40Z","updated_at":"2022-10-04T21:02:43Z","revision_number":2,"project_id":"e09b9c0d050c4bd28053a22fabbc84e0","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":445},{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:02:46,974 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=1b2a3a26-fcd3-4533-99bb-de026b19575a&cidr=172.20.0.16%2F28 0.618s 2022-10-04 21:02:46,979 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-25739093-e7b0-42a6-997a-a8e79b3948e0', 'date': 'Tue, 04 Oct 2022 21:02:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=1b2a3a26-fcd3-4533-99bb-de026b19575a&cidr=172.20.0.16%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:02:47,157 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.16%2F28 0.177s 2022-10-04 21:02:47,158 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a79df4ad-2f3f-472e-8b92-6e72a054eb9f', 'date': 'Tue, 04 Oct 2022 21:02:47 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.16%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:02:51,737 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 4.578s 2022-10-04 21:02:51,738 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1611896828", "network_id": "e40afdc2-04d3-419c-b697-6ad6fc8f7435", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "ip_version": 4, "cidr": "172.20.0.16/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '636', 'x-openstack-request-id': 'req-aa12f411-7f45-440f-b3e9-df32e8a7e827', 'date': 'Tue, 04 Oct 2022 21:02:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"fc9dee2e-1902-4d82-a2e2-2c9a46bc5349","name":"tempest-subnet-smoke-1611896828","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","network_id":"e40afdc2-04d3-419c-b697-6ad6fc8f7435","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.17","cidr":"172.20.0.16/28","allocation_pools":[{"start":"172.20.0.18","end":"172.20.0.30"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:02:48Z","updated_at":"2022-10-04T21:02:48Z","revision_number":0,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:06,776 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861/add_router_interface 15.036s 2022-10-04 21:03:06,777 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "fc9dee2e-1902-4d82-a2e2-2c9a46bc5349"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-792e5d77-b03b-4a6a-9f4d-9005efd8d9f6', 'date': 'Tue, 04 Oct 2022 21:03:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861/add_router_interface'} Body: b'{"id": "c8a4a62e-cb50-4d66-9b32-52a69079a861", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "322c2467-a308-4197-9d45-fd24561ca042", "network_id": "e40afdc2-04d3-419c-b697-6ad6fc8f7435", "subnet_id": "fc9dee2e-1902-4d82-a2e2-2c9a46bc5349", "subnet_ids": ["fc9dee2e-1902-4d82-a2e2-2c9a46bc5349"]}' 2022-10-04 21:03:07,029 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.238s 2022-10-04 21:03:07,030 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-89d69e38-1aa5-4186-9ae6-92de8adb2fbf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "626d1f96e801458eba55b56ff8fb3672", "name": "tempest-TestNetworkAdvancedServerOps-1969028259-project", "password_expires_at": null}, "audit_ids": ["qZjIxL6uQ62WJeD4ltNNfQ"], "expires_at": "2022-10-04T22:03:06.000000Z", "issued_at": "2022-10-04T21:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f27496d38be44c29c3cd5bc4ae008d8", "name": "tempest-TestNetworkAdvancedServerOps-1969028259"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:03:07,031 130714 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-10-04 21:03:10,126 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 3.093s 2022-10-04 21:03:10,127 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-935978450", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "e40afdc2-04d3-419c-b697-6ad6fc8f7435"}], "key_name": "tempest-TestNetworkAdvancedServerOps-665662603", "security_groups": [{"name": "tempest-secgroup-smoke-937483910"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-11858816-361c-48b5-85c9-f6fcdbe495b8', 'x-compute-request-id': 'req-11858816-361c-48b5-85c9-f6fcdbe495b8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:03:24,243 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861/remove_router_interface 14.100s 2022-10-04 21:03:24,244 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "fc9dee2e-1902-4d82-a2e2-2c9a46bc5349"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4c3d2a75-1b35-4340-b772-9402301d8173', 'date': 'Tue, 04 Oct 2022 21:03:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861/remove_router_interface'} Body: b'{"id": "c8a4a62e-cb50-4d66-9b32-52a69079a861", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "322c2467-a308-4197-9d45-fd24561ca042", "network_id": "e40afdc2-04d3-419c-b697-6ad6fc8f7435", "subnet_id": "fc9dee2e-1902-4d82-a2e2-2c9a46bc5349", "subnet_ids": ["fc9dee2e-1902-4d82-a2e2-2c9a46bc5349"]}' 2022-10-04 21:03:27,288 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/fc9dee2e-1902-4d82-a2e2-2c9a46bc5349 3.042s 2022-10-04 21:03:27,288 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-83ced25d-b8af-46cb-bf77-bb67c233379d', 'date': 'Tue, 04 Oct 2022 21:03:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/fc9dee2e-1902-4d82-a2e2-2c9a46bc5349'} Body: b'' 2022-10-04 21:03:34,410 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861 7.120s 2022-10-04 21:03:34,410 130714 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-0d6c8087-fcf4-4837-aa2b-6f40a40f52fd', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:03:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/c8a4a62e-cb50-4d66-9b32-52a69079a861'} Body: b'' 2022-10-04 21:03:38,242 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/e40afdc2-04d3-419c-b697-6ad6fc8f7435 3.829s 2022-10-04 21:03:38,242 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-9a8287a4-3104-43b3-a149-43c65fc7af57', 'date': 'Tue, 04 Oct 2022 21:03:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/e40afdc2-04d3-419c-b697-6ad6fc8f7435'} Body: b'' 2022-10-04 21:03:39,416 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f 1.172s 2022-10-04 21:03:39,416 130714 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-acad3289-e3d0-4ecc-b8cc-5cf396568b1c', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:03:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/c8fe9dfa-e8d4-4a7c-8842-6ea1b29b1c0f'} Body: b'' 2022-10-04 21:03:39,693 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-665662603 0.276s 2022-10-04 21:03:39,694 130714 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, 04 Oct 2022 21:03:39 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-90d5931d-ad99-410e-aada-0f20ea2f2787', 'x-compute-request-id': 'req-90d5931d-ad99-410e-aada-0f20ea2f2787', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-665662603'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 225, in test_server_connectivity_cold_migration server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
fail
ft48.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:03:40,054 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.335s 2022-10-04 21:03:40,055 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-954964540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVKAHB7k5GORknhpa1s1R2t6J7KtcCYzV2w6KWcv+/bRIlBA90ut7KZhbkhvL224lvSvzEy47ungnSBXaycVc6DlB9q7RZH0Ffm6jf6sMklTXSXYBUlgNHtOwmBnhnnPg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-625c95f3-ed03-493f-bfc8-6ec1e4f4337f', 'x-compute-request-id': 'req-625c95f3-ed03-493f-bfc8-6ec1e4f4337f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-954964540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVKAHB7k5GORknhpa1s1R2t6J7KtcCYzV2w6KWcv+/bRIlBA90ut7KZhbkhvL224lvSvzEy47ungnSBXaycVc6DlB9q7RZH0Ffm6jf6sMklTXSXYBUlgNHtOwmBnhnnPg==", "fingerprint": "6f:06:5c:95:35:47:24:84:5c:22:06:ad:d1:e6:56:6e", "user_id": "626d1f96e801458eba55b56ff8fb3672"}}' 2022-10-04 21:03:42,008 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.947s 2022-10-04 21:03:42,008 130714 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-1174763856", "description": "tempest-secgroup-smoke-1174763856 description", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-2b61b88b-6b98-4485-91b8-4ec97ea4f948', 'date': 'Tue, 04 Oct 2022 21:03:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "name": "tempest-secgroup-smoke-1174763856", "stateful": true, "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "description": "tempest-secgroup-smoke-1174763856 description", "shared": false, "security_group_rules": [{"id": "d0059aca-b76e-4e98-a56b-bee5e51d2ce2", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "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": 3046, "description": null, "tags": [], "created_at": "2022-10-04T21:03:40Z", "updated_at": "2022-10-04T21:03:40Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}, {"id": "fce0dcd1-c1de-4ac6-9603-d80bba5b1930", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "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": 3045, "description": null, "tags": [], "created_at": "2022-10-04T21:03:40Z", "updated_at": "2022-10-04T21:03:40Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}], "tags": [], "created_at": "2022-10-04T21:03:40Z", "updated_at": "2022-10-04T21:03:40Z", "revision_number": 1, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:45,729 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 3.720s 2022-10-04 21:03:45,730 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-90e452c6-2ffd-4e0b-9de9-21a38cec9ae2', 'date': 'Tue, 04 Oct 2022 21:03:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b828604d-30b7-4496-b0a4-d66b2773003e", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:45Z", "updated_at": "2022-10-04T21:03:45Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:47,042 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.311s 2022-10-04 21:03:47,043 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-6fed6fed-5c91-4a94-bdbf-5d2e4b7d004c', 'date': 'Tue, 04 Oct 2022 21:03:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a1faf22-a5e0-4f86-a313-2440debb1984", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:46Z", "updated_at": "2022-10-04T21:03:46Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:48,440 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.396s 2022-10-04 21:03:48,441 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b265f589-c100-4b12-9d6d-6c6aae366f65', 'date': 'Tue, 04 Oct 2022 21:03:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47e698cb-eb81-421a-a658-02f91cf02d9b", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:47Z", "updated_at": "2022-10-04T21:03:47Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:54,635 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 6.192s 2022-10-04 21:03:54,638 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-00ffbf11-73f5-497e-8932-5ec0fa794d6c', 'date': 'Tue, 04 Oct 2022 21:03:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e5584c4-d0a9-4639-a336-ae1f08b987f8", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:53Z", "updated_at": "2022-10-04T21:03:53Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:55,953 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.314s 2022-10-04 21:03:55,954 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9093024a-7718-48c3-901e-16a287c36df8', 'date': 'Tue, 04 Oct 2022 21:03:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f14d80c-7d41-499e-90be-9f3c97aa092c", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:55Z", "updated_at": "2022-10-04T21:03:55Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:56,725 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.770s 2022-10-04 21:03:56,725 130714 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": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-48f57937-aaac-41a8-b41b-d0fbf70318f5', 'date': 'Tue, 04 Oct 2022 21:03:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a38e06c-c700-4587-aac1-77f6a370ecae", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "37c3136c-37d5-42cd-b487-5c7b4c3862a4", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:03:56Z", "updated_at": "2022-10-04T21:03:56Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:03:58,451 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.724s 2022-10-04 21:03:58,452 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1899230504", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-73b14604-5b02-4ae0-8578-893844086458', 'date': 'Tue, 04 Oct 2022 21:03:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"83e6ca08-c33d-48fc-a208-86007e616c48","name":"tempest-network-smoke--1899230504","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:03:57Z","updated_at":"2022-10-04T21:03:57Z","revision_number":1}}' 2022-10-04 21:04:14,189 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 15.736s 2022-10-04 21:04:14,190 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-690852720", "admin_state_up": true, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-55aec331-c5ff-462a-bf87-603cbd18c3c4', 'date': 'Tue, 04 Oct 2022 21:04:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "32c0ac75-fe41-4723-860f-71b5134d36f5", "name": "tempest-TestNetworkAdvancedServerOps-router-690852720", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.52"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:03:59Z", "updated_at": "2022-10-04T21:04:08Z", "revision_number": 3, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:04:14,302 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28 0.111s 2022-10-04 21:04:14,302 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7c355071-4f6d-480c-b0ec-59ca8ce88edd', 'date': 'Tue, 04 Oct 2022 21:04:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:04:14,680 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.376s 2022-10-04 21:04:14,680 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-2861a4dc-4b39-4c6b-8dd3-02e5cf06af35', 'date': 'Tue, 04 Oct 2022 21:04:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:04:14,752 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.071s 2022-10-04 21:04:14,753 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-072110c1-7187-4a63-a5a4-faf8cd57fb9c', 'date': 'Tue, 04 Oct 2022 21:04:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:04:18,619 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 3.864s 2022-10-04 21:04:18,619 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1818411884", "network_id": "83e6ca08-c33d-48fc-a208-86007e616c48", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-9afcddb1-5534-41f7-b4c6-14c2d88bbcd6', 'date': 'Tue, 04 Oct 2022 21:04:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"edf181e1-912f-4051-b678-c7530596e3b6","name":"tempest-subnet-smoke-1818411884","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","network_id":"83e6ca08-c33d-48fc-a208-86007e616c48","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:04:15Z","updated_at":"2022-10-04T21:04:15Z","revision_number":0,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:04:33,224 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5/add_router_interface 14.603s 2022-10-04 21:04:33,224 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "edf181e1-912f-4051-b678-c7530596e3b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fd95d305-c70f-485f-a7c6-ea84abafb073', 'date': 'Tue, 04 Oct 2022 21:04:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5/add_router_interface'} Body: b'{"id": "32c0ac75-fe41-4723-860f-71b5134d36f5", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "d5efc412-b4f2-4345-adfa-c089706dbd2d", "network_id": "83e6ca08-c33d-48fc-a208-86007e616c48", "subnet_id": "edf181e1-912f-4051-b678-c7530596e3b6", "subnet_ids": ["edf181e1-912f-4051-b678-c7530596e3b6"]}' 2022-10-04 21:04:33,559 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.321s 2022-10-04 21:04:33,560 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3948a54d-5a16-4d25-bca2-d25fdacd39f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "626d1f96e801458eba55b56ff8fb3672", "name": "tempest-TestNetworkAdvancedServerOps-1969028259-project", "password_expires_at": null}, "audit_ids": ["YCb8nLLnSbiVhIU7Rzi50Q"], "expires_at": "2022-10-04T22:04:33.000000Z", "issued_at": "2022-10-04T21:04:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f27496d38be44c29c3cd5bc4ae008d8", "name": "tempest-TestNetworkAdvancedServerOps-1969028259"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:04:33,560 130714 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert) Found network None available for tenant 2022-10-04 21:04:37,116 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 500 POST http://10.222.0.78/compute/v2.1/servers 3.554s 2022-10-04 21:04:37,117 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-321576569", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "83e6ca08-c33d-48fc-a208-86007e616c48"}], "key_name": "tempest-TestNetworkAdvancedServerOps-954964540", "security_groups": [{"name": "tempest-secgroup-smoke-1174763856"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0fcdc576-b666-47c9-9c0b-ddec12345ad6', 'x-compute-request-id': 'req-0fcdc576-b666-47c9-9c0b-ddec12345ad6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:04:49,111 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5/remove_router_interface 11.993s 2022-10-04 21:04:49,112 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "edf181e1-912f-4051-b678-c7530596e3b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d304961a-b5dc-448d-9629-9b55bced6917', 'date': 'Tue, 04 Oct 2022 21:04:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5/remove_router_interface'} Body: b'{"id": "32c0ac75-fe41-4723-860f-71b5134d36f5", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "d5efc412-b4f2-4345-adfa-c089706dbd2d", "network_id": "83e6ca08-c33d-48fc-a208-86007e616c48", "subnet_id": "edf181e1-912f-4051-b678-c7530596e3b6", "subnet_ids": ["edf181e1-912f-4051-b678-c7530596e3b6"]}' 2022-10-04 21:04:50,647 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/edf181e1-912f-4051-b678-c7530596e3b6 1.534s 2022-10-04 21:04:50,648 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-9cb12cdf-430e-48a2-8c42-84230ed2e9b7', 'date': 'Tue, 04 Oct 2022 21:04:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/edf181e1-912f-4051-b678-c7530596e3b6'} Body: b'' 2022-10-04 21:04:56,374 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5 5.725s 2022-10-04 21:04:56,374 130714 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-3fe68c2b-cec0-4b1a-8827-3953d56da429', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:04:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/32c0ac75-fe41-4723-860f-71b5134d36f5'} Body: b'' 2022-10-04 21:04:58,670 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/83e6ca08-c33d-48fc-a208-86007e616c48 2.294s 2022-10-04 21:04:58,671 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-144b9932-849a-4e7a-bfaa-24643bc2f6c9', 'date': 'Tue, 04 Oct 2022 21:04:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/83e6ca08-c33d-48fc-a208-86007e616c48'} Body: b'' 2022-10-04 21:05:00,213 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/37c3136c-37d5-42cd-b487-5c7b4c3862a4 1.541s 2022-10-04 21:05:00,213 130714 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-9f78c92b-8a71-4d52-89da-eba5732a3967', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:05:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/37c3136c-37d5-42cd-b487-5c7b4c3862a4'} Body: b'' 2022-10-04 21:05:00,662 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-954964540 0.448s 2022-10-04 21:05:00,673 130714 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, 04 Oct 2022 21:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7aab49-d02f-41ac-8aa1-4aa6d01ccda7', 'x-compute-request-id': 'req-df7aab49-d02f-41ac-8aa1-4aa6d01ccda7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-954964540'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 296, in test_server_connectivity_cold_migration_revert server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
fail
ft48.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:05:01,156 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.467s 2022-10-04 21:05:01,156 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1406504571", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBID/niNd+ZWrGYipDXTX51yYfb1Zty7pZYEmXqQpLlL+KNiLT9Jf5Aa50632Lh8OUr6nEuX11qwC19TJ+q/ZaGyxuhiicB+ttpj8Ee+cpu/FnroX88i5DUItGHTK+K74Aw=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b2731ae-406f-4893-a484-5e255cd2c9f6', 'x-compute-request-id': 'req-9b2731ae-406f-4893-a484-5e255cd2c9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1406504571", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBID/niNd+ZWrGYipDXTX51yYfb1Zty7pZYEmXqQpLlL+KNiLT9Jf5Aa50632Lh8OUr6nEuX11qwC19TJ+q/ZaGyxuhiicB+ttpj8Ee+cpu/FnroX88i5DUItGHTK+K74Aw==", "fingerprint": "b7:50:c7:59:3a:c5:5b:41:ee:f8:e7:33:e8:3a:b7:6d", "user_id": "626d1f96e801458eba55b56ff8fb3672"}}' 2022-10-04 21:05:02,493 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.323s 2022-10-04 21:05:02,494 130714 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-498437900", "description": "tempest-secgroup-smoke-498437900 description", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6a7b5f7a-7bf4-409a-8786-00694ad01666', 'date': 'Tue, 04 Oct 2022 21:05:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "name": "tempest-secgroup-smoke-498437900", "stateful": true, "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "description": "tempest-secgroup-smoke-498437900 description", "shared": false, "security_group_rules": [{"id": "855f01c8-380d-416f-b3d7-7ee2bbef473c", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "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": 3156, "description": null, "tags": [], "created_at": "2022-10-04T21:05:01Z", "updated_at": "2022-10-04T21:05:01Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}, {"id": "8b2eb71d-fc4f-4894-afa4-eda5dcbd1827", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "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": 3155, "description": null, "tags": [], "created_at": "2022-10-04T21:05:01Z", "updated_at": "2022-10-04T21:05:01Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}], "tags": [], "created_at": "2022-10-04T21:05:01Z", "updated_at": "2022-10-04T21:05:01Z", "revision_number": 1, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:04,453 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.958s 2022-10-04 21:05:04,453 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-7d12a85e-783a-495f-b4f3-658dfc76db53', 'date': 'Tue, 04 Oct 2022 21:05:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc93b7a3-66c1-4e3a-a26a-120bb6ba0f81", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:03Z", "updated_at": "2022-10-04T21:05:03Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:05,802 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.347s 2022-10-04 21:05:05,809 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-744d92cd-500f-41ab-8add-71f16dbc79e6', 'date': 'Tue, 04 Oct 2022 21:05:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "473ca69b-c303-4823-85ba-107280596aa9", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:04Z", "updated_at": "2022-10-04T21:05:04Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:07,072 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.261s 2022-10-04 21:05:07,072 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a136d31f-6a83-463b-b508-9f9b1874f25e', 'date': 'Tue, 04 Oct 2022 21:05:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ebf19a0-10f3-47ad-85e2-31c66946855e", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:06Z", "updated_at": "2022-10-04T21:05:06Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:08,629 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.555s 2022-10-04 21:05:08,630 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1eade8a2-ebd2-43c7-a54b-7c2ef5136fd8', 'date': 'Tue, 04 Oct 2022 21:05:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "edf3604f-5583-41ac-933f-e898ec552c30", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:07Z", "updated_at": "2022-10-04T21:05:07Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:10,155 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.524s 2022-10-04 21:05:10,155 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d19016ba-c28a-4a54-a44b-3305ef13b933', 'date': 'Tue, 04 Oct 2022 21:05:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f8b2913d-eb6b-4db1-ac45-a6659812318a", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:09Z", "updated_at": "2022-10-04T21:05:09Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:12,301 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.144s 2022-10-04 21:05:12,302 130714 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": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-27e78729-4a26-4463-a5ac-85ce3c512897', 'date': 'Tue, 04 Oct 2022 21:05:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99eff3f9-6973-437c-aab5-32d9d8afedcc", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:05:10Z", "updated_at": "2022-10-04T21:05:10Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:13,807 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.504s 2022-10-04 21:05:13,808 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--632260843", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1736acb8-ee91-45c5-bb39-3333a6c1f1ba', 'date': 'Tue, 04 Oct 2022 21:05:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0174c07f-0690-4847-842d-3c215843c7b7","name":"tempest-network-smoke--632260843","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:05:12Z","updated_at":"2022-10-04T21:05:12Z","revision_number":1}}' 2022-10-04 21:05:27,238 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 13.428s 2022-10-04 21:05:27,238 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1409850452", "admin_state_up": true, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-03081bde-d5f6-4f55-8b33-f69c5f825a3d', 'date': 'Tue, 04 Oct 2022 21:05:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "ab4225c2-31fa-4557-a5bc-2666fb065de6", "name": "tempest-TestNetworkAdvancedServerOps-router-1409850452", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.120"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:05:14Z", "updated_at": "2022-10-04T21:05:21Z", "revision_number": 3, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:27,570 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28 0.330s 2022-10-04 21:05:27,570 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-604ecf44-ff77-43b3-b3f2-fb79ad0d59aa', 'date': 'Tue, 04 Oct 2022 21:05:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:05:28,506 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.934s 2022-10-04 21:05:28,507 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-59d77b6b-b8f9-450d-a6a6-0feee06835bf', 'date': 'Tue, 04 Oct 2022 21:05:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:05:28,727 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.219s 2022-10-04 21:05:28,727 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-1bd9833e-1928-4992-8df8-c867df5c105b', 'date': 'Tue, 04 Oct 2022 21:05:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:05:32,293 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 3.564s 2022-10-04 21:05:32,293 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1031442901", "network_id": "0174c07f-0690-4847-842d-3c215843c7b7", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-e8436347-8e62-49dd-95ee-69bd4ff2d419', 'date': 'Tue, 04 Oct 2022 21:05:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"58ab6a3c-b636-436d-878c-ae3c73113bd6","name":"tempest-subnet-smoke-1031442901","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","network_id":"0174c07f-0690-4847-842d-3c215843c7b7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:05:29Z","updated_at":"2022-10-04T21:05:29Z","revision_number":0,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:05:48,432 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6/add_router_interface 16.137s 2022-10-04 21:05:48,433 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "58ab6a3c-b636-436d-878c-ae3c73113bd6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7ed2db8b-e24b-4ec9-9e0c-ce8fc328d17d', 'date': 'Tue, 04 Oct 2022 21:05:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6/add_router_interface'} Body: b'{"id": "ab4225c2-31fa-4557-a5bc-2666fb065de6", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "05a08ae2-6419-4170-b480-14d04b06b3d1", "network_id": "0174c07f-0690-4847-842d-3c215843c7b7", "subnet_id": "58ab6a3c-b636-436d-878c-ae3c73113bd6", "subnet_ids": ["58ab6a3c-b636-436d-878c-ae3c73113bd6"]}' 2022-10-04 21:05:49,090 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.637s 2022-10-04 21:05:49,092 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cb02b895-6327-468b-a67d-42c17b4483ee', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "626d1f96e801458eba55b56ff8fb3672", "name": "tempest-TestNetworkAdvancedServerOps-1969028259-project", "password_expires_at": null}, "audit_ids": ["6gLOaywkRx2G9ZzxWLAciQ"], "expires_at": "2022-10-04T22:05:48.000000Z", "issued_at": "2022-10-04T21:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f27496d38be44c29c3cd5bc4ae008d8", "name": "tempest-TestNetworkAdvancedServerOps-1969028259"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:05:49,092 130714 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-10-04 21:05:51,049 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 500 POST http://10.222.0.78/compute/v2.1/servers 1.955s 2022-10-04 21:05:51,049 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1378580523", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "0174c07f-0690-4847-842d-3c215843c7b7"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1406504571", "security_groups": [{"name": "tempest-secgroup-smoke-498437900"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-06dceed1-8c54-4937-b57a-4eff90c2b8a8', 'x-compute-request-id': 'req-06dceed1-8c54-4937-b57a-4eff90c2b8a8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:06:01,740 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6/remove_router_interface 10.688s 2022-10-04 21:06:01,741 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "58ab6a3c-b636-436d-878c-ae3c73113bd6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d3c308f6-fcb2-426b-829c-341f941cf625', 'date': 'Tue, 04 Oct 2022 21:06:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6/remove_router_interface'} Body: b'{"id": "ab4225c2-31fa-4557-a5bc-2666fb065de6", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "05a08ae2-6419-4170-b480-14d04b06b3d1", "network_id": "0174c07f-0690-4847-842d-3c215843c7b7", "subnet_id": "58ab6a3c-b636-436d-878c-ae3c73113bd6", "subnet_ids": ["58ab6a3c-b636-436d-878c-ae3c73113bd6"]}' 2022-10-04 21:06:07,449 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/58ab6a3c-b636-436d-878c-ae3c73113bd6 5.707s 2022-10-04 21:06:07,450 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ef798738-c647-4425-b79e-bfccd957800c', 'date': 'Tue, 04 Oct 2022 21:06:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/58ab6a3c-b636-436d-878c-ae3c73113bd6'} Body: b'' 2022-10-04 21:06:15,922 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6 8.471s 2022-10-04 21:06:15,922 130714 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-ea186085-122a-4ae6-be7b-596a81664e41', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/ab4225c2-31fa-4557-a5bc-2666fb065de6'} Body: b'' 2022-10-04 21:06:20,862 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/0174c07f-0690-4847-842d-3c215843c7b7 4.939s 2022-10-04 21:06:20,863 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-bbc99ada-6bf6-4a39-849b-1ecd665c62b9', 'date': 'Tue, 04 Oct 2022 21:06:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/0174c07f-0690-4847-842d-3c215843c7b7'} Body: b'' 2022-10-04 21:06:23,748 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc 2.884s 2022-10-04 21:06:23,749 130714 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-c764a867-395f-466b-a6d3-821b7a9e9604', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:06:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/b5b0f0ae-4974-4cb4-9c72-1bf1f93533cc'} Body: b'' 2022-10-04 21:06:24,071 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406504571 0.321s 2022-10-04 21:06:24,072 130714 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, 04 Oct 2022 21:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c36df0b1-3b58-4afd-b28f-d6a692d3d0d9', 'x-compute-request-id': 'req-c36df0b1-3b58-4afd-b28f-d6a692d3d0d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406504571'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 251, in test_server_connectivity_live_migration server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
fail
ft48.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:06:26,130 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 2.047s 2022-10-04 21:06:26,131 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-825189224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGKlwvl1og7OKQnI0IvuRA87Lxi3hy8lstQ4CYVj6aIsclDb56dAyKOql1XWbVtadULXxEKPz6MKAPOfK2562kLQsMqhw12c2IoxEI9FJ9tbab9KRvej2afMtyH229zkog=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f3df104-a220-40f8-8aaa-1429570e938b', 'x-compute-request-id': 'req-1f3df104-a220-40f8-8aaa-1429570e938b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-825189224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGKlwvl1og7OKQnI0IvuRA87Lxi3hy8lstQ4CYVj6aIsclDb56dAyKOql1XWbVtadULXxEKPz6MKAPOfK2562kLQsMqhw12c2IoxEI9FJ9tbab9KRvej2afMtyH229zkog==", "fingerprint": "4e:9c:6e:b7:0a:90:99:c0:2c:6b:64:00:c9:07:1c:50", "user_id": "626d1f96e801458eba55b56ff8fb3672"}}' 2022-10-04 21:06:28,481 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.342s 2022-10-04 21:06:28,482 130714 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-2100757578", "description": "tempest-secgroup-smoke-2100757578 description", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-09ec775b-97ce-4a34-81f1-4a940b75edef', 'date': 'Tue, 04 Oct 2022 21:06:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "name": "tempest-secgroup-smoke-2100757578", "stateful": true, "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "description": "tempest-secgroup-smoke-2100757578 description", "shared": false, "security_group_rules": [{"id": "20fc897d-0db6-4816-ba02-2f2f9a90fce1", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "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": 3299, "description": null, "tags": [], "created_at": "2022-10-04T21:06:26Z", "updated_at": "2022-10-04T21:06:26Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}, {"id": "709d7bd7-3043-4a3e-9e1e-f9527cf1e5e8", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "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": 3298, "description": null, "tags": [], "created_at": "2022-10-04T21:06:26Z", "updated_at": "2022-10-04T21:06:26Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}], "tags": [], "created_at": "2022-10-04T21:06:26Z", "updated_at": "2022-10-04T21:06:26Z", "revision_number": 1, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:30,534 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.051s 2022-10-04 21:06:30,535 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-23c1196b-97e6-46dd-8836-7db4a6c08660', 'date': 'Tue, 04 Oct 2022 21:06:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07ddd3ca-9e8c-43b5-916b-c073dd397209", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:29Z", "updated_at": "2022-10-04T21:06:29Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:31,919 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.383s 2022-10-04 21:06:31,919 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "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-993ec747-3c48-477a-9b94-bddde17af355', 'date': 'Tue, 04 Oct 2022 21:06:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5ad1646-06cd-4735-94c6-fa2ee46c4649", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:31Z", "updated_at": "2022-10-04T21:06:31Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:34,002 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.081s 2022-10-04 21:06:34,002 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a45e2976-97ee-4048-b989-1f73bdfb8e97', 'date': 'Tue, 04 Oct 2022 21:06:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c7139c62-e25c-4100-9bf6-4b9e2413fd0f", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:32Z", "updated_at": "2022-10-04T21:06:32Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:36,065 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.061s 2022-10-04 21:06:36,065 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-bbecb62f-5a97-4d9c-8dc5-b7f3fac709f8', 'date': 'Tue, 04 Oct 2022 21:06:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "40c89479-59b5-4f3e-a4b6-f0b07ae44a56", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:34Z", "updated_at": "2022-10-04T21:06:34Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:37,841 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.774s 2022-10-04 21:06:37,841 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-6a805b8b-f3b8-4db8-a783-5ad7e0b8979b', 'date': 'Tue, 04 Oct 2022 21:06:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "031da9a5-3e33-4f21-93d2-2e9eaca0ff17", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:37Z", "updated_at": "2022-10-04T21:06:37Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:39,744 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.902s 2022-10-04 21:06:39,745 130714 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": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-72a4567f-f60f-450a-b2a1-25df71c07bb6', 'date': 'Tue, 04 Oct 2022 21:06:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fd8ceba-c83e-4e2a-89ec-8b5f61d851dc", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "security_group_id": "fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:39Z", "updated_at": "2022-10-04T21:06:39Z", "revision_number": 0, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:41,138 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.391s 2022-10-04 21:06:41,138 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--981524219", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1ee87375-1952-44aa-8430-6ed47cce215e', 'date': 'Tue, 04 Oct 2022 21:06:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a474691d-037a-419a-8b70-0073c7bbfc01","name":"tempest-network-smoke--981524219","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:06:40Z","updated_at":"2022-10-04T21:06:40Z","revision_number":1}}' 2022-10-04 21:06:55,845 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 14.705s 2022-10-04 21:06:55,845 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-569934637", "admin_state_up": true, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-3069cd7b-5183-43bf-99de-48623c6d06a0', 'date': 'Tue, 04 Oct 2022 21:06:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "3cceef38-5bbb-48d2-867f-52c1ffcc92d7", "name": "tempest-TestNetworkAdvancedServerOps-router-569934637", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.209"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:06:41Z", "updated_at": "2022-10-04T21:06:51Z", "revision_number": 3, "project_id": "2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:06:55,982 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28 0.135s 2022-10-04 21:06:55,982 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-6a092389-dcc1-46c9-9f91-1441c6fe6754', 'date': 'Tue, 04 Oct 2022 21:06:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=2f27496d38be44c29c3cd5bc4ae008d8&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:06:56,537 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.553s 2022-10-04 21:06:56,538 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-87b89c87-6e7f-474a-a567-c5ed6b13f397', 'date': 'Tue, 04 Oct 2022 21:06:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:06:56,637 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.098s 2022-10-04 21:06:56,647 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c350d785-c164-44d0-8aec-38eb3fa41792', 'date': 'Tue, 04 Oct 2022 21:06:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:06:58,922 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 2.274s 2022-10-04 21:06:58,923 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1797381913", "network_id": "a474691d-037a-419a-8b70-0073c7bbfc01", "project_id": "2f27496d38be44c29c3cd5bc4ae008d8", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4f005964-1574-43f3-a29c-b5fd79d1bbdb', 'date': 'Tue, 04 Oct 2022 21:06:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86","name":"tempest-subnet-smoke-1797381913","tenant_id":"2f27496d38be44c29c3cd5bc4ae008d8","network_id":"a474691d-037a-419a-8b70-0073c7bbfc01","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:06:57Z","updated_at":"2022-10-04T21:06:57Z","revision_number":0,"project_id":"2f27496d38be44c29c3cd5bc4ae008d8"}}' 2022-10-04 21:07:19,569 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7/add_router_interface 20.644s 2022-10-04 21:07:19,569 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-79c4f969-c3be-40d5-a6c2-50af564e6945', 'date': 'Tue, 04 Oct 2022 21:07:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7/add_router_interface'} Body: b'{"id": "3cceef38-5bbb-48d2-867f-52c1ffcc92d7", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "8674c683-cd95-489f-9514-37c757d04b62", "network_id": "a474691d-037a-419a-8b70-0073c7bbfc01", "subnet_id": "aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86", "subnet_ids": ["aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86"]}' 2022-10-04 21:07:19,986 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.401s 2022-10-04 21:07:19,987 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e77f2d70-15a1-4570-9644-21955f8ce998', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "626d1f96e801458eba55b56ff8fb3672", "name": "tempest-TestNetworkAdvancedServerOps-1969028259-project", "password_expires_at": null}, "audit_ids": ["gryqB0YGS2COwXSw46phMQ"], "expires_at": "2022-10-04T22:07:19.000000Z", "issued_at": "2022-10-04T21:07:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f27496d38be44c29c3cd5bc4ae008d8", "name": "tempest-TestNetworkAdvancedServerOps-1969028259"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/2f27496d38be44c29c3cd5bc4ae008d8", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:07:19,987 130714 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-10-04 21:07:23,480 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.78/compute/v2.1/servers 3.492s 2022-10-04 21:07:23,481 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1747736045", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "a474691d-037a-419a-8b70-0073c7bbfc01"}], "key_name": "tempest-TestNetworkAdvancedServerOps-825189224", "security_groups": [{"name": "tempest-secgroup-smoke-2100757578"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:07:19 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': '214', 'x-openstack-request-id': 'req-f232ce3a-3d96-4a2e-a652-038027126efd', 'x-compute-request-id': 'req-f232ce3a-3d96-4a2e-a652-038027126efd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:07:33,644 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7/remove_router_interface 10.161s 2022-10-04 21:07:33,644 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-797a0c3d-8d15-4da0-8ad4-f32ffadf68ac', 'date': 'Tue, 04 Oct 2022 21:07:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7/remove_router_interface'} Body: b'{"id": "3cceef38-5bbb-48d2-867f-52c1ffcc92d7", "tenant_id": "2f27496d38be44c29c3cd5bc4ae008d8", "port_id": "8674c683-cd95-489f-9514-37c757d04b62", "network_id": "a474691d-037a-419a-8b70-0073c7bbfc01", "subnet_id": "aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86", "subnet_ids": ["aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86"]}' 2022-10-04 21:07:35,191 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86 1.545s 2022-10-04 21:07:35,191 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-3e7729f2-87d1-4554-910b-05d7aa0ff4c6', 'date': 'Tue, 04 Oct 2022 21:07:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/aa6a2a58-a3c2-4cb9-809e-7bc7a02cfb86'} Body: b'' 2022-10-04 21:07:42,448 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7 7.255s 2022-10-04 21:07:42,449 130714 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-dde58bab-b9f2-498c-8772-a47a33ea751b', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:07:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3cceef38-5bbb-48d2-867f-52c1ffcc92d7'} Body: b'' 2022-10-04 21:07:44,588 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/a474691d-037a-419a-8b70-0073c7bbfc01 2.138s 2022-10-04 21:07:44,589 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-9fa4547d-8af7-42dc-bf6a-0276c1546737', 'date': 'Tue, 04 Oct 2022 21:07:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/a474691d-037a-419a-8b70-0073c7bbfc01'} Body: b'' 2022-10-04 21:07:46,524 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3 1.934s 2022-10-04 21:07:46,525 130714 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-f08c4168-9548-4a7a-aae9-a29bb560d1d6', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:07:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/fcbb99c0-db2a-47d0-ad3e-f85c2dc63fd3'} Body: b'' 2022-10-04 21:07:46,827 130714 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-825189224 0.301s 2022-10-04 21:07:46,828 130714 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, 04 Oct 2022 21:07:46 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-4b1745ce-1f87-4af8-80d6-9aa31f78151e', 'x-compute-request-id': 'req-4b1745ce-1f87-4af8-80d6-9aa31f78151e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-825189224'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 142, in test_server_connectivity_rebuild server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
fail
ft48.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:31:59,934 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.538s 2022-10-04 21:31:59,934 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1869835532", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkxFIFS+5h/0K4Sfnb+NLT37v+ViFHdqwBOUbGGhjepJ4ALHOmHFIlCkuB1QC5XpGYQgYimnvOTWgZoj6lZKfTy+jVzREW/Wy8sbJfrJQDvSVHw3CVNdc9zznbN8hnp+g=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72de4e97-d55f-4416-8f0e-ddf76bcccaa4', 'x-compute-request-id': 'req-72de4e97-d55f-4416-8f0e-ddf76bcccaa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1869835532", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBkxFIFS+5h/0K4Sfnb+NLT37v+ViFHdqwBOUbGGhjepJ4ALHOmHFIlCkuB1QC5XpGYQgYimnvOTWgZoj6lZKfTy+jVzREW/Wy8sbJfrJQDvSVHw3CVNdc9zznbN8hnp+g==", "fingerprint": "c8:06:e6:3c:7f:f8:2f:ab:28:a6:e1:62:b5:88:bf:79", "user_id": "7b1f3277f1cd436ba2d864142da13dce"}}' 2022-10-04 21:32:00,903 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.962s 2022-10-04 21:32:00,904 180165 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-837291908", "description": "tempest-secgroup-smoke-837291908 description", "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-ae9068ff-6ad5-4c92-8f88-0fb586e91523', 'date': 'Tue, 04 Oct 2022 21:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "name": "tempest-secgroup-smoke-837291908", "stateful": true, "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "description": "tempest-secgroup-smoke-837291908 description", "shared": false, "security_group_rules": [{"id": "2e5e9b54-5f99-43e8-80d3-07afbc36bdab", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "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": 4268, "description": null, "tags": [], "created_at": "2022-10-04T21:32:00Z", "updated_at": "2022-10-04T21:32:00Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}, {"id": "8847f87c-77bf-4010-913e-fe3911f8290c", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "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": 4267, "description": null, "tags": [], "created_at": "2022-10-04T21:32:00Z", "updated_at": "2022-10-04T21:32:00Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}], "tags": [], "created_at": "2022-10-04T21:32:00Z", "updated_at": "2022-10-04T21:32:00Z", "revision_number": 1, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:01,500 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.594s 2022-10-04 21:32:01,501 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-94974962-df8e-45d9-be31-23a2fbeb3318', 'date': 'Tue, 04 Oct 2022 21:32:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "616ed16e-1cad-4fcb-bfb6-c9a08f198a86", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:01Z", "updated_at": "2022-10-04T21:32:01Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:02,190 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.688s 2022-10-04 21:32:02,191 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-d1dffb8d-0284-4bf1-b6f0-69d666e058d6', 'date': 'Tue, 04 Oct 2022 21:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f08c673-51a8-4c13-a2ef-6f5d1870101c", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:01Z", "updated_at": "2022-10-04T21:32:01Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:02,691 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.499s 2022-10-04 21:32:02,692 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-96e9eeaf-107a-465b-8b28-36d7e07a4c16', 'date': 'Tue, 04 Oct 2022 21:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff500026-cfc6-46a0-848b-da444dcffdf9", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:02Z", "updated_at": "2022-10-04T21:32:02Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:03,213 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.521s 2022-10-04 21:32:03,214 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-01d8074f-2fe8-477d-90e4-11999433b1a7', 'date': 'Tue, 04 Oct 2022 21:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9de06169-2ee2-4ba1-b7d7-98f4a57c3db0", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:02Z", "updated_at": "2022-10-04T21:32:02Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:03,767 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.552s 2022-10-04 21:32:03,768 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b725752a-9f99-4f94-b06b-bb24decb7498', 'date': 'Tue, 04 Oct 2022 21:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "379f3728-fa8d-49b9-902b-deffdace2fb7", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:03Z", "updated_at": "2022-10-04T21:32:03Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:04,414 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.645s 2022-10-04 21:32:04,415 180165 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": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-adbf9fa7-70d3-4c28-a72f-39e35fc1ba8e', 'date': 'Tue, 04 Oct 2022 21:32:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80db0cbd-6701-4d3e-a45b-45bb073d5248", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "5fc711cf-2b76-41f6-9df9-f417de6db4fd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:04Z", "updated_at": "2022-10-04T21:32:04Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:05,075 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.659s 2022-10-04 21:32:05,076 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--222788896", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-21fef39e-b483-414d-b05c-1d3df727712e', 'date': 'Tue, 04 Oct 2022 21:32:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"76daae96-6421-44e2-8529-62ef69164d2e","name":"tempest-network-smoke--222788896","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6fc5c72665164a0c8d9e7e476c283e98","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:32:04Z","updated_at":"2022-10-04T21:32:04Z","revision_number":1}}' 2022-10-04 21:32:08,648 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 3.570s 2022-10-04 21:32:08,649 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-617602430", "admin_state_up": true, "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-071cbd6a-027a-434d-b151-02ee7105bdb0', 'date': 'Tue, 04 Oct 2022 21:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8c664e51-fe02-4cb9-8cd2-5521ea00d352", "name": "tempest-TestNetworkAdvancedServerOps-router-617602430", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.38"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:32:05Z", "updated_at": "2022-10-04T21:32:07Z", "revision_number": 3, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:08,909 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28 0.258s 2022-10-04 21:32:08,909 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-299f6b96-6a95-4d9c-899a-8266aa983f11', 'date': 'Tue, 04 Oct 2022 21:32:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:09,091 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.180s 2022-10-04 21:32:09,091 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-f4dfd2aa-49f7-4a4a-8ca9-9cd2d28d8c72', 'date': 'Tue, 04 Oct 2022 21:32:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:32:09,154 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.061s 2022-10-04 21:32:09,155 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-e9d74e9f-35f8-4ff6-8993-23e821c24ebe', 'date': 'Tue, 04 Oct 2022 21:32:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:10,540 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.384s 2022-10-04 21:32:10,541 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-1917376635", "network_id": "76daae96-6421-44e2-8529-62ef69164d2e", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-fd97a7fb-2439-4ace-a1c8-7dc703381f8c', 'date': 'Tue, 04 Oct 2022 21:32:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"16998509-5874-4055-90a2-909dc3cae29b","name":"tempest-subnet-smoke-1917376635","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","network_id":"76daae96-6421-44e2-8529-62ef69164d2e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:32:09Z","updated_at":"2022-10-04T21:32:09Z","revision_number":0,"project_id":"6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:14,697 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352/add_router_interface 4.155s 2022-10-04 21:32:14,697 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "16998509-5874-4055-90a2-909dc3cae29b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c33fea4b-f025-4d3f-aa70-5181f73a2a44', 'date': 'Tue, 04 Oct 2022 21:32:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352/add_router_interface'} Body: b'{"id": "8c664e51-fe02-4cb9-8cd2-5521ea00d352", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "cf652993-d1f4-4567-af9d-49f5188f40dc", "network_id": "76daae96-6421-44e2-8529-62ef69164d2e", "subnet_id": "16998509-5874-4055-90a2-909dc3cae29b", "subnet_ids": ["16998509-5874-4055-90a2-909dc3cae29b"]}' 2022-10-04 21:32:14,786 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.078s 2022-10-04 21:32:14,787 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b89843eb-2553-4d9b-a7bb-b264b4183c97', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1f3277f1cd436ba2d864142da13dce", "name": "tempest-TestNetworkAdvancedServerOps-377206252-project", "password_expires_at": null}, "audit_ids": ["-hRqKkJaQrSPc8t3NCQaUw"], "expires_at": "2022-10-04T22:32:14.000000Z", "issued_at": "2022-10-04T21:32:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fc5c72665164a0c8d9e7e476c283e98", "name": "tempest-TestNetworkAdvancedServerOps-377206252"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:32:14,788 180165 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-10-04 21:32:15,476 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.78/compute/v2.1/servers 0.686s 2022-10-04 21:32:15,476 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-135497027", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "76daae96-6421-44e2-8529-62ef69164d2e"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1869835532", "security_groups": [{"name": "tempest-secgroup-smoke-837291908"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-25a7e7ef-f314-4998-b7e9-64a5a4148cff', 'x-compute-request-id': 'req-25a7e7ef-f314-4998-b7e9-64a5a4148cff', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:32:18,978 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352/remove_router_interface 3.491s 2022-10-04 21:32:18,979 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "16998509-5874-4055-90a2-909dc3cae29b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f656a21d-df66-4e28-9ab0-8d5c785361ef', 'date': 'Tue, 04 Oct 2022 21:32:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352/remove_router_interface'} Body: b'{"id": "8c664e51-fe02-4cb9-8cd2-5521ea00d352", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "cf652993-d1f4-4567-af9d-49f5188f40dc", "network_id": "76daae96-6421-44e2-8529-62ef69164d2e", "subnet_id": "16998509-5874-4055-90a2-909dc3cae29b", "subnet_ids": ["16998509-5874-4055-90a2-909dc3cae29b"]}' 2022-10-04 21:32:19,690 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/16998509-5874-4055-90a2-909dc3cae29b 0.711s 2022-10-04 21:32:19,691 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8e3e2467-c3dd-4cf6-8a6a-6b535afd429f', 'date': 'Tue, 04 Oct 2022 21:32:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/16998509-5874-4055-90a2-909dc3cae29b'} Body: b'' 2022-10-04 21:32:21,867 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352 2.175s 2022-10-04 21:32:21,868 180165 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-cd776f00-00b3-470a-b307-63dd7d944e7b', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:32:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/8c664e51-fe02-4cb9-8cd2-5521ea00d352'} Body: b'' 2022-10-04 21:32:22,618 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/76daae96-6421-44e2-8529-62ef69164d2e 0.749s 2022-10-04 21:32:22,619 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-cae02198-d424-4146-a269-95e85029a452', 'date': 'Tue, 04 Oct 2022 21:32:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/76daae96-6421-44e2-8529-62ef69164d2e'} Body: b'' 2022-10-04 21:32:22,997 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/5fc711cf-2b76-41f6-9df9-f417de6db4fd 0.377s 2022-10-04 21:32:22,998 180165 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-f0826824-c69e-480f-8a43-3bc33860da1c', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:32:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/5fc711cf-2b76-41f6-9df9-f417de6db4fd'} Body: b'' 2022-10-04 21:32:23,179 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1869835532 0.180s 2022-10-04 21:32:23,180 180165 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, 04 Oct 2022 21:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc3833d-171c-4e7c-8206-378db21a428a', 'x-compute-request-id': 'req-6bc3833d-171c-4e7c-8206-378db21a428a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1869835532'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 158, in test_server_connectivity_pause_unpause server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
fail
ft48.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:32:23,381 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.191s 2022-10-04 21:32:23,382 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1964061042", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPZuzskrJ9pSwHCSO7t4918Hn+8QfzEPVwK/1IJBx+7XdkXj8ofeYCSwZUDikjyAcxs5Px+Uv9hk5sj1RBWfNw4y10R51s1P4MXu4Wal7pev4x8veaVT3ASby/GCr/scfQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a645de7-6b8a-4c29-ba4f-91dac63fd1bd', 'x-compute-request-id': 'req-9a645de7-6b8a-4c29-ba4f-91dac63fd1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1964061042", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPZuzskrJ9pSwHCSO7t4918Hn+8QfzEPVwK/1IJBx+7XdkXj8ofeYCSwZUDikjyAcxs5Px+Uv9hk5sj1RBWfNw4y10R51s1P4MXu4Wal7pev4x8veaVT3ASby/GCr/scfQ==", "fingerprint": "4a:c2:79:8f:ef:7e:9b:4d:07:24:d3:82:95:77:93:f3", "user_id": "7b1f3277f1cd436ba2d864142da13dce"}}' 2022-10-04 21:32:24,133 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.745s 2022-10-04 21:32:24,134 180165 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-784476948", "description": "tempest-secgroup-smoke-784476948 description", "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-58ac0b67-228d-473a-bed0-e991f4b880d0', 'date': 'Tue, 04 Oct 2022 21:32:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "name": "tempest-secgroup-smoke-784476948", "stateful": true, "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "description": "tempest-secgroup-smoke-784476948 description", "shared": false, "security_group_rules": [{"id": "2577c8c2-ad14-491d-a97e-933975977f38", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "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": 4284, "description": null, "tags": [], "created_at": "2022-10-04T21:32:23Z", "updated_at": "2022-10-04T21:32:23Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}, {"id": "6a6d927f-d5cc-4fd3-b355-0200bd76b30d", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "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": 4283, "description": null, "tags": [], "created_at": "2022-10-04T21:32:23Z", "updated_at": "2022-10-04T21:32:23Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}], "tags": [], "created_at": "2022-10-04T21:32:23Z", "updated_at": "2022-10-04T21:32:23Z", "revision_number": 1, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:24,785 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.650s 2022-10-04 21:32:24,786 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-12bfa50b-2397-4c1d-a98c-881aed035804', 'date': 'Tue, 04 Oct 2022 21:32:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f0d6b6b-81a7-4039-91d0-783188f3a6be", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:24Z", "updated_at": "2022-10-04T21:32:24Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:25,305 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.518s 2022-10-04 21:32:25,305 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-5252951a-5259-4fc7-9157-bf675fe38f40', 'date': 'Tue, 04 Oct 2022 21:32:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3e9e2ca-8523-459e-86b1-49bd3a733c58", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:25Z", "updated_at": "2022-10-04T21:32:25Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:25,876 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.569s 2022-10-04 21:32:25,876 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f498ffd3-8558-4f8a-83ed-05f91c96b719', 'date': 'Tue, 04 Oct 2022 21:32:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c76aacc6-cd16-4b55-bd14-e2a0173761b8", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:25Z", "updated_at": "2022-10-04T21:32:25Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:26,481 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.603s 2022-10-04 21:32:26,482 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-71b2a2db-1ee6-4d53-9710-0b4ba6038d88', 'date': 'Tue, 04 Oct 2022 21:32:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c98f729-5905-4c26-bc44-5015664db60a", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:26Z", "updated_at": "2022-10-04T21:32:26Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:27,036 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.554s 2022-10-04 21:32:27,037 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3c5219ac-269c-4998-b180-eafa1083e599', 'date': 'Tue, 04 Oct 2022 21:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f045e48c-4ed0-4fba-9cac-0fe28bc12d53", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:26Z", "updated_at": "2022-10-04T21:32:26Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:27,608 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.569s 2022-10-04 21:32:27,608 180165 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": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-955302f0-f07d-4714-a0d6-8142dcc7a57f', 'date': 'Tue, 04 Oct 2022 21:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e0f5b6cc-abe2-4763-b2b5-fc940f8cff83", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "bc0a2f2f-bd34-4fd4-961d-853a49d8248a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:27Z", "updated_at": "2022-10-04T21:32:27Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:28,281 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.672s 2022-10-04 21:32:28,282 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1560832132", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f15773fa-e880-4c05-9077-1be2716a08cb', 'date': 'Tue, 04 Oct 2022 21:32:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"1f0188cc-e7b9-4a59-96eb-bff5f373b8df","name":"tempest-network-smoke--1560832132","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6fc5c72665164a0c8d9e7e476c283e98","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:32:27Z","updated_at":"2022-10-04T21:32:27Z","revision_number":1}}' 2022-10-04 21:32:31,773 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 3.489s 2022-10-04 21:32:31,773 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1228562017", "admin_state_up": true, "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-28a93783-8ce6-428f-8732-55b2b2e72733', 'date': 'Tue, 04 Oct 2022 21:32:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "6fc463ab-9516-4443-942a-818ea2f6a481", "name": "tempest-TestNetworkAdvancedServerOps-router-1228562017", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.71"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:32:28Z", "updated_at": "2022-10-04T21:32:30Z", "revision_number": 3, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:31,846 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28 0.071s 2022-10-04 21:32:31,846 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-cc987cf6-ab13-4f13-bcc6-8bfa750e5169', 'date': 'Tue, 04 Oct 2022 21:32:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:32,156 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.308s 2022-10-04 21:32:32,156 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-211a3c9c-540e-4b3b-ad9d-4ce21d56d954', 'date': 'Tue, 04 Oct 2022 21:32:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:32:32,212 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.055s 2022-10-04 21:32:32,213 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-b933c991-2f6f-4154-8605-4a6c711ecdee', 'date': 'Tue, 04 Oct 2022 21:32:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:33,572 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.358s 2022-10-04 21:32:33,573 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-922258908", "network_id": "1f0188cc-e7b9-4a59-96eb-bff5f373b8df", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-e5511e2d-5583-48f4-bc16-ca62e0de6b97', 'date': 'Tue, 04 Oct 2022 21:32:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"180452ec-977f-44f6-8140-72bffd87cfbf","name":"tempest-subnet-smoke-922258908","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","network_id":"1f0188cc-e7b9-4a59-96eb-bff5f373b8df","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:32:32Z","updated_at":"2022-10-04T21:32:32Z","revision_number":0,"project_id":"6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:38,689 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481/add_router_interface 5.114s 2022-10-04 21:32:38,689 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "180452ec-977f-44f6-8140-72bffd87cfbf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-33910889-feeb-426a-be18-0474ca79fc93', 'date': 'Tue, 04 Oct 2022 21:32:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481/add_router_interface'} Body: b'{"id": "6fc463ab-9516-4443-942a-818ea2f6a481", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "54e03f30-a243-4fa5-bc15-7dd9b42dcb37", "network_id": "1f0188cc-e7b9-4a59-96eb-bff5f373b8df", "subnet_id": "180452ec-977f-44f6-8140-72bffd87cfbf", "subnet_ids": ["180452ec-977f-44f6-8140-72bffd87cfbf"]}' 2022-10-04 21:32:38,761 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.060s 2022-10-04 21:32:38,761 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-056f2c44-57b3-42a2-8a27-3bc0a049494d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1f3277f1cd436ba2d864142da13dce", "name": "tempest-TestNetworkAdvancedServerOps-377206252-project", "password_expires_at": null}, "audit_ids": ["bFYoT_OATf2yI5x_AZhD2w"], "expires_at": "2022-10-04T22:32:38.000000Z", "issued_at": "2022-10-04T21:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fc5c72665164a0c8d9e7e476c283e98", "name": "tempest-TestNetworkAdvancedServerOps-377206252"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:32:38,762 180165 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-10-04 21:32:39,422 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.78/compute/v2.1/servers 0.657s 2022-10-04 21:32:39,422 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-798164549", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "1f0188cc-e7b9-4a59-96eb-bff5f373b8df"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1964061042", "security_groups": [{"name": "tempest-secgroup-smoke-784476948"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-80447bca-f131-42dd-a045-3bce8283bafd', 'x-compute-request-id': 'req-80447bca-f131-42dd-a045-3bce8283bafd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:32:42,284 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481/remove_router_interface 2.859s 2022-10-04 21:32:42,284 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "180452ec-977f-44f6-8140-72bffd87cfbf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-db213f7d-ecf8-4254-ad1f-e268c3d10ed6', 'date': 'Tue, 04 Oct 2022 21:32:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481/remove_router_interface'} Body: b'{"id": "6fc463ab-9516-4443-942a-818ea2f6a481", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "54e03f30-a243-4fa5-bc15-7dd9b42dcb37", "network_id": "1f0188cc-e7b9-4a59-96eb-bff5f373b8df", "subnet_id": "180452ec-977f-44f6-8140-72bffd87cfbf", "subnet_ids": ["180452ec-977f-44f6-8140-72bffd87cfbf"]}' 2022-10-04 21:32:43,173 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/180452ec-977f-44f6-8140-72bffd87cfbf 0.888s 2022-10-04 21:32:43,174 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7a770235-2e20-498d-bd3b-a3e0eb31538e', 'date': 'Tue, 04 Oct 2022 21:32:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/180452ec-977f-44f6-8140-72bffd87cfbf'} Body: b'' 2022-10-04 21:32:45,572 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481 2.397s 2022-10-04 21:32:45,573 180165 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-5b0b40b3-5e26-45ab-894a-95d181161bd8', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:32:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/6fc463ab-9516-4443-942a-818ea2f6a481'} Body: b'' 2022-10-04 21:32:46,299 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/1f0188cc-e7b9-4a59-96eb-bff5f373b8df 0.725s 2022-10-04 21:32:46,300 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-28742cae-7759-4867-8ad5-0f0746ac3862', 'date': 'Tue, 04 Oct 2022 21:32:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/1f0188cc-e7b9-4a59-96eb-bff5f373b8df'} Body: b'' 2022-10-04 21:32:46,751 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/bc0a2f2f-bd34-4fd4-961d-853a49d8248a 0.450s 2022-10-04 21:32:46,752 180165 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-1668bf96-ccb8-4fe0-9e07-a8784a068a6a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:32:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/bc0a2f2f-bd34-4fd4-961d-853a49d8248a'} Body: b'' 2022-10-04 21:32:46,928 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1964061042 0.174s 2022-10-04 21:32:46,928 180165 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, 04 Oct 2022 21:32:46 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-b87dc106-32e3-4ad9-a6ea-2340d810f03f', 'x-compute-request-id': 'req-b87dc106-32e3-4ad9-a6ea-2340d810f03f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1964061042'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 131, in test_server_connectivity_reboot server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
fail
ft48.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:32:47,156 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.218s 2022-10-04 21:32:47,157 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1319722986", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9d5AvN2lZjeFy/eSbkuqSEPvQ+mgiHduBTmUZJB58MjEZk9FGNPgWbq7uDgfRjok4c338IyhJ4UzV5uvOt60tO/l4RK2s98bf3vQ5gM6y3BFO4/CXZkUAUpepkSB6VGA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-173fe6b1-bb99-40a1-b84c-c1fa4fa5ed23', 'x-compute-request-id': 'req-173fe6b1-bb99-40a1-b84c-c1fa4fa5ed23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1319722986", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9d5AvN2lZjeFy/eSbkuqSEPvQ+mgiHduBTmUZJB58MjEZk9FGNPgWbq7uDgfRjok4c338IyhJ4UzV5uvOt60tO/l4RK2s98bf3vQ5gM6y3BFO4/CXZkUAUpepkSB6VGA==", "fingerprint": "0d:b4:c7:1f:29:bf:02:d4:33:58:85:60:5a:2a:9b:37", "user_id": "7b1f3277f1cd436ba2d864142da13dce"}}' 2022-10-04 21:32:47,676 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.513s 2022-10-04 21:32:47,677 180165 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-1701005403", "description": "tempest-secgroup-smoke-1701005403 description", "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-30e3b269-8bd0-48b1-b5a4-b46bceecd31d', 'date': 'Tue, 04 Oct 2022 21:32:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "name": "tempest-secgroup-smoke-1701005403", "stateful": true, "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "description": "tempest-secgroup-smoke-1701005403 description", "shared": false, "security_group_rules": [{"id": "29dea779-7e6e-403c-88b8-882f3e8247f5", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "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": 4299, "description": null, "tags": [], "created_at": "2022-10-04T21:32:47Z", "updated_at": "2022-10-04T21:32:47Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}, {"id": "9ab5de87-e183-42dc-9799-57511d7cf87b", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "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": 4300, "description": null, "tags": [], "created_at": "2022-10-04T21:32:47Z", "updated_at": "2022-10-04T21:32:47Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}], "tags": [], "created_at": "2022-10-04T21:32:47Z", "updated_at": "2022-10-04T21:32:47Z", "revision_number": 1, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:48,208 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.529s 2022-10-04 21:32:48,208 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-f99e9144-042b-48a4-9758-dfa6a7b78ffb', 'date': 'Tue, 04 Oct 2022 21:32:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0e5fd3b0-2845-4f58-9640-242c092becff", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:47Z", "updated_at": "2022-10-04T21:32:47Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:48,722 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.513s 2022-10-04 21:32:48,723 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-ff1c57e3-0174-4be6-b610-172ca02f8ecc', 'date': 'Tue, 04 Oct 2022 21:32:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afbf0b05-00e2-40fc-a637-a96163d9960a", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:48Z", "updated_at": "2022-10-04T21:32:48Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:49,296 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.571s 2022-10-04 21:32:49,296 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0f864c9c-788c-4d6a-beb2-e60642cb164f', 'date': 'Tue, 04 Oct 2022 21:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96e71584-6c1d-4f8a-8feb-a5369fa5a354", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:49Z", "updated_at": "2022-10-04T21:32:49Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:49,841 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.544s 2022-10-04 21:32:49,842 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b7779079-8ab4-4ac8-83fb-be0e62a58d55', 'date': 'Tue, 04 Oct 2022 21:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c3cbbb31-f9af-46ff-894f-f6afc7591cce", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:49Z", "updated_at": "2022-10-04T21:32:49Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:50,421 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.578s 2022-10-04 21:32:50,422 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-313bb626-8766-4481-a5ab-3ec6a12f5b5a', 'date': 'Tue, 04 Oct 2022 21:32:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96a51291-3f17-4da4-b37d-d7c564ad83d9", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:50Z", "updated_at": "2022-10-04T21:32:50Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:51,081 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.658s 2022-10-04 21:32:51,081 180165 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": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b150246c-3b8e-47ec-8ec6-79d7b0c1625d', 'date': 'Tue, 04 Oct 2022 21:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9da57b52-88af-4e1b-9830-d557def5231d", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "c958ab3c-bbf9-4c2e-a781-1cadc13d2895", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:32:50Z", "updated_at": "2022-10-04T21:32:50Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:51,776 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.680s 2022-10-04 21:32:51,776 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1096630961", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-66fe1010-6dd8-4379-b778-b4dc8c178502', 'date': 'Tue, 04 Oct 2022 21:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c6775902-8faa-40a7-b7f0-24bf091bf915","name":"tempest-network-smoke--1096630961","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6fc5c72665164a0c8d9e7e476c283e98","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:32:51Z","updated_at":"2022-10-04T21:32:51Z","revision_number":1}}' 2022-10-04 21:32:55,530 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 3.753s 2022-10-04 21:32:55,531 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-2137754908", "admin_state_up": true, "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-9a7eb88f-c0b2-4ead-8628-08bf68176480', 'date': 'Tue, 04 Oct 2022 21:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "f97f6e72-2e39-4be4-937e-006eb5fa5f54", "name": "tempest-TestNetworkAdvancedServerOps-router-2137754908", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.13"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:32:51Z", "updated_at": "2022-10-04T21:32:54Z", "revision_number": 3, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:32:55,576 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28 0.044s 2022-10-04 21:32:55,577 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-e5591d2a-f3d4-4d62-a637-84645de4eb3b', 'date': 'Tue, 04 Oct 2022 21:32:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:55,784 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.206s 2022-10-04 21:32:55,785 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-f1eab5a2-8302-4b3b-a8d2-96e1e728a7fb', 'date': 'Tue, 04 Oct 2022 21:32:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:32:55,843 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.056s 2022-10-04 21:32:55,843 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c431edae-2b3c-49bc-8005-e3661d38c540', 'date': 'Tue, 04 Oct 2022 21:32:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:32:57,192 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.347s 2022-10-04 21:32:57,192 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-917568772", "network_id": "c6775902-8faa-40a7-b7f0-24bf091bf915", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-9a176dee-9a9c-4b87-b9db-d74e66f3414b', 'date': 'Tue, 04 Oct 2022 21:32:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0809d332-1293-4195-b48d-f8a37bb06dfc","name":"tempest-subnet-smoke-917568772","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","network_id":"c6775902-8faa-40a7-b7f0-24bf091bf915","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:32:56Z","updated_at":"2022-10-04T21:32:56Z","revision_number":0,"project_id":"6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:01,415 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54/add_router_interface 4.222s 2022-10-04 21:33:01,416 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0809d332-1293-4195-b48d-f8a37bb06dfc"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-189eb4dc-bb75-4b26-9d4a-f5b97e508bf6', 'date': 'Tue, 04 Oct 2022 21:33:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54/add_router_interface'} Body: b'{"id": "f97f6e72-2e39-4be4-937e-006eb5fa5f54", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "e03d1681-f3c0-436e-af01-637e364316b6", "network_id": "c6775902-8faa-40a7-b7f0-24bf091bf915", "subnet_id": "0809d332-1293-4195-b48d-f8a37bb06dfc", "subnet_ids": ["0809d332-1293-4195-b48d-f8a37bb06dfc"]}' 2022-10-04 21:33:01,495 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.066s 2022-10-04 21:33:01,496 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6f9b73ca-30f9-4214-a5f5-dff862bcbac0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1f3277f1cd436ba2d864142da13dce", "name": "tempest-TestNetworkAdvancedServerOps-377206252-project", "password_expires_at": null}, "audit_ids": ["pYP8Qgj8R0ut6_N9uVjxEA"], "expires_at": "2022-10-04T22:33:01.000000Z", "issued_at": "2022-10-04T21:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fc5c72665164a0c8d9e7e476c283e98", "name": "tempest-TestNetworkAdvancedServerOps-377206252"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:33:01,496 180165 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-10-04 21:33:02,332 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.78/compute/v2.1/servers 0.834s 2022-10-04 21:33:02,332 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-533257461", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "c6775902-8faa-40a7-b7f0-24bf091bf915"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1319722986", "security_groups": [{"name": "tempest-secgroup-smoke-1701005403"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-46ac6281-5ff4-4f21-8edb-311f2d599f4f', 'x-compute-request-id': 'req-46ac6281-5ff4-4f21-8edb-311f2d599f4f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:33:05,641 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54/remove_router_interface 3.307s 2022-10-04 21:33:05,641 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "0809d332-1293-4195-b48d-f8a37bb06dfc"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8c999c3a-3a19-4915-870a-aed0ac8e065b', 'date': 'Tue, 04 Oct 2022 21:33:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54/remove_router_interface'} Body: b'{"id": "f97f6e72-2e39-4be4-937e-006eb5fa5f54", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "e03d1681-f3c0-436e-af01-637e364316b6", "network_id": "c6775902-8faa-40a7-b7f0-24bf091bf915", "subnet_id": "0809d332-1293-4195-b48d-f8a37bb06dfc", "subnet_ids": ["0809d332-1293-4195-b48d-f8a37bb06dfc"]}' 2022-10-04 21:33:06,267 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/0809d332-1293-4195-b48d-f8a37bb06dfc 0.625s 2022-10-04 21:33:06,268 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-2a809dc8-0897-4464-a57d-88021da6398d', 'date': 'Tue, 04 Oct 2022 21:33:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/0809d332-1293-4195-b48d-f8a37bb06dfc'} Body: b'' 2022-10-04 21:33:08,031 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54 1.763s 2022-10-04 21:33:08,032 180165 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-bedb7629-7385-41cd-bdb8-be387c40518d', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/f97f6e72-2e39-4be4-937e-006eb5fa5f54'} Body: b'' 2022-10-04 21:33:08,838 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/c6775902-8faa-40a7-b7f0-24bf091bf915 0.798s 2022-10-04 21:33:08,838 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-76887749-080d-4452-86c1-3d3d53e84cf9', 'date': 'Tue, 04 Oct 2022 21:33:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/c6775902-8faa-40a7-b7f0-24bf091bf915'} Body: b'' 2022-10-04 21:33:09,276 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/c958ab3c-bbf9-4c2e-a781-1cadc13d2895 0.437s 2022-10-04 21:33:09,277 180165 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-61aa7201-d404-48b0-980e-a142f0a8d87b', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/c958ab3c-bbf9-4c2e-a781-1cadc13d2895'} Body: b'' 2022-10-04 21:33:09,456 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1319722986 0.178s 2022-10-04 21:33:09,457 180165 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, 04 Oct 2022 21:33:09 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-c41da101-6798-40e0-954a-004bd4cca6aa', 'x-compute-request-id': 'req-c41da101-6798-40e0-954a-004bd4cca6aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1319722986'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 195, in test_server_connectivity_resize server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
fail
ft48.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:33:09,716 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.250s 2022-10-04 21:33:09,717 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1092172141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKb6au3ihTc6X3ecESQJrChJsgIzmdSiuD7VB1aC+YVtLs2UZX6Uoyr4+ILyWd+JdnKXMRbewPjut67BjCSYNnAhjULmTN+oHMgkdF7HDUMqlvxKgVPbGnGgwKziabncCQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f9ac06a-b566-411d-9229-db5dbf5c1e13', 'x-compute-request-id': 'req-2f9ac06a-b566-411d-9229-db5dbf5c1e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1092172141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKb6au3ihTc6X3ecESQJrChJsgIzmdSiuD7VB1aC+YVtLs2UZX6Uoyr4+ILyWd+JdnKXMRbewPjut67BjCSYNnAhjULmTN+oHMgkdF7HDUMqlvxKgVPbGnGgwKziabncCQ==", "fingerprint": "1f:a2:78:2c:1c:b6:fa:2f:1f:b7:fe:b8:2e:57:24:2a", "user_id": "7b1f3277f1cd436ba2d864142da13dce"}}' 2022-10-04 21:33:10,272 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.548s 2022-10-04 21:33:10,272 180165 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-1893449357", "description": "tempest-secgroup-smoke-1893449357 description", "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-bf3f8c90-8238-4a1a-b077-6540a78ce15e', 'date': 'Tue, 04 Oct 2022 21:33:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "182b4a66-a083-4c02-be31-121b673af0bc", "name": "tempest-secgroup-smoke-1893449357", "stateful": true, "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "description": "tempest-secgroup-smoke-1893449357 description", "shared": false, "security_group_rules": [{"id": "35ab9b2e-cb70-4268-a817-0219fe11a672", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "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": 4316, "description": null, "tags": [], "created_at": "2022-10-04T21:33:09Z", "updated_at": "2022-10-04T21:33:09Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}, {"id": "639827e6-211d-46c1-b1d9-e01f41b11ae8", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "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": 4315, "description": null, "tags": [], "created_at": "2022-10-04T21:33:09Z", "updated_at": "2022-10-04T21:33:09Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}], "tags": [], "created_at": "2022-10-04T21:33:09Z", "updated_at": "2022-10-04T21:33:09Z", "revision_number": 1, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:10,846 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.573s 2022-10-04 21:33:10,847 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-c1994276-5417-4468-a3ec-359ba9ff952c', 'date': 'Tue, 04 Oct 2022 21:33:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09928800-bfe9-4761-9750-183a2a0eeff3", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:10Z", "updated_at": "2022-10-04T21:33:10Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:11,365 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.517s 2022-10-04 21:33:11,366 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-342feb5e-5984-4bc5-9cc6-e4c02a5c46c0', 'date': 'Tue, 04 Oct 2022 21:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "130862ae-a39d-4e34-a2a7-4f1a427409e5", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:11Z", "updated_at": "2022-10-04T21:33:11Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:11,978 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.610s 2022-10-04 21:33:11,978 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-80ec2051-8023-4413-81ae-a2cf844f8acc', 'date': 'Tue, 04 Oct 2022 21:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed277d4e-2532-45aa-b5da-5c546735989e", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:11Z", "updated_at": "2022-10-04T21:33:11Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:12,584 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.604s 2022-10-04 21:33:12,584 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9c8008f1-7d21-44c0-a333-e21dde1626c8', 'date': 'Tue, 04 Oct 2022 21:33:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffb18900-ccde-405f-a34e-8c58870e6ebf", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:12Z", "updated_at": "2022-10-04T21:33:12Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:13,176 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.591s 2022-10-04 21:33:13,177 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-83a26267-a311-46f6-911f-847b04f5b8a5', 'date': 'Tue, 04 Oct 2022 21:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fa1a6499-fef8-4970-a9f5-fc8ea0d26b5b", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:12Z", "updated_at": "2022-10-04T21:33:12Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:13,742 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.564s 2022-10-04 21:33:13,743 180165 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": "182b4a66-a083-4c02-be31-121b673af0bc", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-48a7d713-3e4c-4716-85de-21a7dd945f81', 'date': 'Tue, 04 Oct 2022 21:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d76627d2-c8a9-44f8-8458-7991e5f9290f", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "182b4a66-a083-4c02-be31-121b673af0bc", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:13Z", "updated_at": "2022-10-04T21:33:13Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:14,451 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.707s 2022-10-04 21:33:14,452 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1761121308", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-72a8e2b5-21d1-49c1-b3ae-733b8203c5c9', 'date': 'Tue, 04 Oct 2022 21:33:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d1e24038-f5b9-4c89-b219-2da945f09d84","name":"tempest-network-smoke--1761121308","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6fc5c72665164a0c8d9e7e476c283e98","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:33:13Z","updated_at":"2022-10-04T21:33:13Z","revision_number":1}}' 2022-10-04 21:33:17,782 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 3.329s 2022-10-04 21:33:17,783 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-299338760", "admin_state_up": true, "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-12ddbd48-2eac-486b-9bdc-e290faf34a97', 'date': 'Tue, 04 Oct 2022 21:33:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "0e305cce-1040-475f-9e49-4d23044c9026", "name": "tempest-TestNetworkAdvancedServerOps-router-299338760", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.105"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:33:14Z", "updated_at": "2022-10-04T21:33:16Z", "revision_number": 3, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:17,835 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28 0.050s 2022-10-04 21:33:17,835 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-43ab67c5-d008-4d21-bd90-ac704919d826', 'date': 'Tue, 04 Oct 2022 21:33:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:33:18,024 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.187s 2022-10-04 21:33:18,024 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-1357b934-b434-453c-8e07-da7cbff9f27e', 'date': 'Tue, 04 Oct 2022 21:33:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:33:18,094 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.060s 2022-10-04 21:33:18,094 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7d686843-61d5-4530-96e5-683221a0e511', 'date': 'Tue, 04 Oct 2022 21:33:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:33:19,417 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.321s 2022-10-04 21:33:19,417 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-586074566", "network_id": "d1e24038-f5b9-4c89-b219-2da945f09d84", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-5ddc29ef-d115-48ba-af0b-2f151691e8b4', 'date': 'Tue, 04 Oct 2022 21:33:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b68210c-0903-47c4-a50d-b5bc4921fb70","name":"tempest-subnet-smoke-586074566","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","network_id":"d1e24038-f5b9-4c89-b219-2da945f09d84","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:33:18Z","updated_at":"2022-10-04T21:33:18Z","revision_number":0,"project_id":"6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:24,225 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026/add_router_interface 4.807s 2022-10-04 21:33:24,226 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "6b68210c-0903-47c4-a50d-b5bc4921fb70"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-206a6ea6-b709-4b81-96f7-49a84fffe5a8', 'date': 'Tue, 04 Oct 2022 21:33:24 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026/add_router_interface'} Body: b'{"id": "0e305cce-1040-475f-9e49-4d23044c9026", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "d01d43fb-6a48-472f-b66a-a688e9c4f1e9", "network_id": "d1e24038-f5b9-4c89-b219-2da945f09d84", "subnet_id": "6b68210c-0903-47c4-a50d-b5bc4921fb70", "subnet_ids": ["6b68210c-0903-47c4-a50d-b5bc4921fb70"]}' 2022-10-04 21:33:24,300 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.063s 2022-10-04 21:33:24,300 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2667d7f8-d83b-4598-b11a-9daf00222e5a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1f3277f1cd436ba2d864142da13dce", "name": "tempest-TestNetworkAdvancedServerOps-377206252-project", "password_expires_at": null}, "audit_ids": ["pZsbtehNRGWxp9czpR-DIg"], "expires_at": "2022-10-04T22:33:24.000000Z", "issued_at": "2022-10-04T21:33:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fc5c72665164a0c8d9e7e476c283e98", "name": "tempest-TestNetworkAdvancedServerOps-377206252"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:33:24,301 180165 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-10-04 21:33:24,935 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.78/compute/v2.1/servers 0.633s 2022-10-04 21:33:24,936 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1688394926", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "d1e24038-f5b9-4c89-b219-2da945f09d84"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1092172141", "security_groups": [{"name": "tempest-secgroup-smoke-1893449357"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3981702b-aa64-430a-9ae8-e1734a82fb4d', 'x-compute-request-id': 'req-3981702b-aa64-430a-9ae8-e1734a82fb4d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:33:27,881 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026/remove_router_interface 2.943s 2022-10-04 21:33:27,881 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "6b68210c-0903-47c4-a50d-b5bc4921fb70"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-82af89a0-3bcc-48ec-916b-241c0545d279', 'date': 'Tue, 04 Oct 2022 21:33:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026/remove_router_interface'} Body: b'{"id": "0e305cce-1040-475f-9e49-4d23044c9026", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "d01d43fb-6a48-472f-b66a-a688e9c4f1e9", "network_id": "d1e24038-f5b9-4c89-b219-2da945f09d84", "subnet_id": "6b68210c-0903-47c4-a50d-b5bc4921fb70", "subnet_ids": ["6b68210c-0903-47c4-a50d-b5bc4921fb70"]}' 2022-10-04 21:33:28,549 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/6b68210c-0903-47c4-a50d-b5bc4921fb70 0.667s 2022-10-04 21:33:28,550 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-36852bd5-8735-4c98-bdf6-dc611eaf1995', 'date': 'Tue, 04 Oct 2022 21:33:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/6b68210c-0903-47c4-a50d-b5bc4921fb70'} Body: b'' 2022-10-04 21:33:30,510 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026 1.959s 2022-10-04 21:33:30,510 180165 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-fddbbfe6-d053-4b67-ab40-b455a9d0d8d1', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/0e305cce-1040-475f-9e49-4d23044c9026'} Body: b'' 2022-10-04 21:33:31,187 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/d1e24038-f5b9-4c89-b219-2da945f09d84 0.675s 2022-10-04 21:33:31,187 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-e56e9058-2572-4281-976c-de6fd0d2ce21', 'date': 'Tue, 04 Oct 2022 21:33:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/d1e24038-f5b9-4c89-b219-2da945f09d84'} Body: b'' 2022-10-04 21:33:31,636 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/182b4a66-a083-4c02-be31-121b673af0bc 0.447s 2022-10-04 21:33:31,637 180165 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-6496193b-98fe-4f71-8f02-9221f50a96d0', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/182b4a66-a083-4c02-be31-121b673af0bc'} Body: b'' 2022-10-04 21:33:31,796 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1092172141 0.159s 2022-10-04 21:33:31,797 180165 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, 04 Oct 2022 21:33:31 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-b09c90b0-c308-453b-bd40-809feeaaf7e5', 'x-compute-request-id': 'req-b09c90b0-c308-453b-bd40-809feeaaf7e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1092172141'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 115, in test_server_connectivity_stop_start server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
fail
ft48.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:33:31,995 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.189s 2022-10-04 21:33:31,996 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1448702563", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIzjGuG4eNfwtjxDHtJsx6A2ocX0lCLPlA8FS0mNMOvEPm6BEnB0trqO8Mt2pdE/Ph3JBcKRoEnmuCZtqQX0Il9jcmNXOpMH55KLaWTaEHEPVQk87CLcadRsuj1pDCqfsw=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-301a8c63-19d4-404b-b8c1-313a26d730bb', 'x-compute-request-id': 'req-301a8c63-19d4-404b-b8c1-313a26d730bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1448702563", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIzjGuG4eNfwtjxDHtJsx6A2ocX0lCLPlA8FS0mNMOvEPm6BEnB0trqO8Mt2pdE/Ph3JBcKRoEnmuCZtqQX0Il9jcmNXOpMH55KLaWTaEHEPVQk87CLcadRsuj1pDCqfsw==", "fingerprint": "59:54:cb:ea:01:e5:20:ef:31:db:a8:dd:db:10:4e:5e", "user_id": "7b1f3277f1cd436ba2d864142da13dce"}}' 2022-10-04 21:33:32,606 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.604s 2022-10-04 21:33:32,607 180165 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-848597109", "description": "tempest-secgroup-smoke-848597109 description", "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-79f94163-081d-42d1-b90b-c43974081b46', 'date': 'Tue, 04 Oct 2022 21:33:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "name": "tempest-secgroup-smoke-848597109", "stateful": true, "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "description": "tempest-secgroup-smoke-848597109 description", "shared": false, "security_group_rules": [{"id": "234a5c15-9f13-440d-a483-cbff80ab64da", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "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": 4331, "description": null, "tags": [], "created_at": "2022-10-04T21:33:32Z", "updated_at": "2022-10-04T21:33:32Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}, {"id": "8e03992b-b870-4181-b514-4248e852b963", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "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": 4332, "description": null, "tags": [], "created_at": "2022-10-04T21:33:32Z", "updated_at": "2022-10-04T21:33:32Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}], "tags": [], "created_at": "2022-10-04T21:33:32Z", "updated_at": "2022-10-04T21:33:32Z", "revision_number": 1, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:33,137 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.529s 2022-10-04 21:33:33,138 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-a705eb9f-ce97-483a-b46b-e0442a768d52', 'date': 'Tue, 04 Oct 2022 21:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18c36890-d0ca-4622-987d-d07dcf638887", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:32Z", "updated_at": "2022-10-04T21:33:32Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:33,669 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.529s 2022-10-04 21:33:33,669 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "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-8fad2449-6b68-432e-b50f-c0d426fcefc0', 'date': 'Tue, 04 Oct 2022 21:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "59ddf734-cfcd-40a1-b062-f0d4fc46df40", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:33Z", "updated_at": "2022-10-04T21:33:33Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:34,292 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.621s 2022-10-04 21:33:34,293 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a3ee2082-d42e-4e64-a8fd-81a827c7166a', 'date': 'Tue, 04 Oct 2022 21:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "66e2ff3c-5681-489a-84b3-4ef7576ab025", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:33Z", "updated_at": "2022-10-04T21:33:33Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:34,801 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.507s 2022-10-04 21:33:34,802 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-55043417-b59d-458c-bb74-702a09dbd44c', 'date': 'Tue, 04 Oct 2022 21:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "466a783a-b248-468e-9c07-1e9d96affbcc", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:34Z", "updated_at": "2022-10-04T21:33:34Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:35,381 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.572s 2022-10-04 21:33:35,382 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8bd88512-dbf4-4731-a97e-c24ffde87b37', 'date': 'Tue, 04 Oct 2022 21:33:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ddf3cf6-7884-41d5-a874-a03b104bf20b", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:35Z", "updated_at": "2022-10-04T21:33:35Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:35,940 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.557s 2022-10-04 21:33:35,940 180165 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": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-56fc0a65-b171-4614-ba40-46e095d82a7c', 'date': 'Tue, 04 Oct 2022 21:33:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8d8aa13-b9fc-4633-aad7-897f3d65ab2c", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "security_group_id": "02a2cada-e05a-4c1a-b9ab-c23564463de9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:33:35Z", "updated_at": "2022-10-04T21:33:35Z", "revision_number": 0, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:36,612 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.671s 2022-10-04 21:33:36,612 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1046752855", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f8dde780-600e-4441-a2c5-ee1e9d79e606', 'date': 'Tue, 04 Oct 2022 21:33:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d25972dc-60d0-47f5-b831-4a3bf81123c2","name":"tempest-network-smoke--1046752855","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6fc5c72665164a0c8d9e7e476c283e98","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:33:36Z","updated_at":"2022-10-04T21:33:36Z","revision_number":1}}' 2022-10-04 21:33:40,594 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 3.981s 2022-10-04 21:33:40,595 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1089056410", "admin_state_up": true, "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-224cf7d0-8839-4e54-9c3c-af29e7d1caa6', 'date': 'Tue, 04 Oct 2022 21:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013", "name": "tempest-TestNetworkAdvancedServerOps-router-1089056410", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.184"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:33:36Z", "updated_at": "2022-10-04T21:33:38Z", "revision_number": 3, "project_id": "6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:40,657 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28 0.061s 2022-10-04 21:33:40,658 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2893222e-a0b1-4d91-941f-787542f70995', 'date': 'Tue, 04 Oct 2022 21:33:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=6fc5c72665164a0c8d9e7e476c283e98&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:33:40,862 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.203s 2022-10-04 21:33:40,863 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-dc308de1-afe6-4af0-84a2-9f8f909698ba', 'date': 'Tue, 04 Oct 2022 21:33:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:33:40,914 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.050s 2022-10-04 21:33:40,915 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-1ac35a17-1c4c-4756-94ab-1e400ec180c6', 'date': 'Tue, 04 Oct 2022 21:33:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:33:42,221 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.305s 2022-10-04 21:33:42,221 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-375265711", "network_id": "d25972dc-60d0-47f5-b831-4a3bf81123c2", "project_id": "6fc5c72665164a0c8d9e7e476c283e98", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-d71de858-70ab-4fbd-b7be-04834900759c', 'date': 'Tue, 04 Oct 2022 21:33:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"c4164ed8-a4c0-45ed-ac31-668e80587347","name":"tempest-subnet-smoke-375265711","tenant_id":"6fc5c72665164a0c8d9e7e476c283e98","network_id":"d25972dc-60d0-47f5-b831-4a3bf81123c2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:33:41Z","updated_at":"2022-10-04T21:33:41Z","revision_number":0,"project_id":"6fc5c72665164a0c8d9e7e476c283e98"}}' 2022-10-04 21:33:46,830 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013/add_router_interface 4.607s 2022-10-04 21:33:46,831 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "c4164ed8-a4c0-45ed-ac31-668e80587347"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-98c19b39-e600-4d8e-9cec-7b58458318b0', 'date': 'Tue, 04 Oct 2022 21:33:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013/add_router_interface'} Body: b'{"id": "d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "84bce301-93b5-470e-8cdb-67f885adeae3", "network_id": "d25972dc-60d0-47f5-b831-4a3bf81123c2", "subnet_id": "c4164ed8-a4c0-45ed-ac31-668e80587347", "subnet_ids": ["c4164ed8-a4c0-45ed-ac31-668e80587347"]}' 2022-10-04 21:33:46,907 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.065s 2022-10-04 21:33:46,908 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3c33b872-5ce7-4ff3-b25a-f2f56e95ee7a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1f3277f1cd436ba2d864142da13dce", "name": "tempest-TestNetworkAdvancedServerOps-377206252-project", "password_expires_at": null}, "audit_ids": ["JUoSBKavQyG3vNOpJIWs_w"], "expires_at": "2022-10-04T22:33:46.000000Z", "issued_at": "2022-10-04T21:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fc5c72665164a0c8d9e7e476c283e98", "name": "tempest-TestNetworkAdvancedServerOps-377206252"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6fc5c72665164a0c8d9e7e476c283e98", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:33:46,909 180165 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-10-04 21:33:47,659 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.78/compute/v2.1/servers 0.748s 2022-10-04 21:33:47,659 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-325241308", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "d25972dc-60d0-47f5-b831-4a3bf81123c2"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1448702563", "security_groups": [{"name": "tempest-secgroup-smoke-848597109"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-d7c95e96-d3ab-44d4-ad69-4cf266c03879', 'x-compute-request-id': 'req-d7c95e96-d3ab-44d4-ad69-4cf266c03879', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:33:50,624 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013/remove_router_interface 2.964s 2022-10-04 21:33:50,625 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "c4164ed8-a4c0-45ed-ac31-668e80587347"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f1ee502f-785c-47d3-a9aa-1a042302c3e4', 'date': 'Tue, 04 Oct 2022 21:33:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013/remove_router_interface'} Body: b'{"id": "d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013", "tenant_id": "6fc5c72665164a0c8d9e7e476c283e98", "port_id": "84bce301-93b5-470e-8cdb-67f885adeae3", "network_id": "d25972dc-60d0-47f5-b831-4a3bf81123c2", "subnet_id": "c4164ed8-a4c0-45ed-ac31-668e80587347", "subnet_ids": ["c4164ed8-a4c0-45ed-ac31-668e80587347"]}' 2022-10-04 21:33:51,798 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/c4164ed8-a4c0-45ed-ac31-668e80587347 1.171s 2022-10-04 21:33:51,798 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-cd3c97c3-a4d9-40e1-af75-347b4283dcfc', 'date': 'Tue, 04 Oct 2022 21:33:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/c4164ed8-a4c0-45ed-ac31-668e80587347'} Body: b'' 2022-10-04 21:33:53,503 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013 1.703s 2022-10-04 21:33:53,503 180165 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-7de3196f-5445-433f-9242-9d6b51dbd69e', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/d3aa4d97-5162-4e6b-9ab6-4c5f3ff76013'} Body: b'' 2022-10-04 21:33:54,220 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/d25972dc-60d0-47f5-b831-4a3bf81123c2 0.716s 2022-10-04 21:33:54,221 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-51584a4f-7899-4242-9656-0555efee3838', 'date': 'Tue, 04 Oct 2022 21:33:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/d25972dc-60d0-47f5-b831-4a3bf81123c2'} Body: b'' 2022-10-04 21:33:54,659 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/02a2cada-e05a-4c1a-b9ab-c23564463de9 0.437s 2022-10-04 21:33:54,660 180165 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-fdac7689-c5ed-48e8-ae1a-4b8da95be996', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:33:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/02a2cada-e05a-4c1a-b9ab-c23564463de9'} Body: b'' 2022-10-04 21:33:54,845 180165 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1448702563 0.184s 2022-10-04 21:33:54,845 180165 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, 04 Oct 2022 21:33:54 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-6f773e72-ee18-4e13-88a2-b2b0fc001dbe', 'x-compute-request-id': 'req-6f773e72-ee18-4e13-88a2-b2b0fc001dbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1448702563'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 176, in test_server_connectivity_suspend_resume server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 70, in _setup_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 4 | 0 | 2 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
fail
ft49.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:20:22,093 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 1.979s 2022-10-04 21:20:22,093 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--167325735", "project_id": "be36678756d4429b91d971abf8fdcdd1", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6a5b4003-29ff-4838-ae61-0d8a7ca6995c', 'date': 'Tue, 04 Oct 2022 21:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9117a828-a129-4df1-96d5-b5ba21b94347","name":"tempest-network-smoke--167325735","tenant_id":"be36678756d4429b91d971abf8fdcdd1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"be36678756d4429b91d971abf8fdcdd1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:20:21Z","updated_at":"2022-10-04T21:20:21Z","revision_number":1}}' 2022-10-04 21:20:26,475 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 4.380s 2022-10-04 21:20:26,476 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-669958482", "admin_state_up": true, "project_id": "be36678756d4429b91d971abf8fdcdd1", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-e65fec2b-a53b-4e04-8459-d49ba0afc0c2', 'date': 'Tue, 04 Oct 2022 21:20:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "a1807e95-4e89-43b3-9c51-162f7f3febd5", "name": "tempest-TestNetworkBasicOps-router-669958482", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.193"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:20:22Z", "updated_at": "2022-10-04T21:20:24Z", "revision_number": 3, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:26,684 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=be36678756d4429b91d971abf8fdcdd1&cidr=172.20.0.0%2F28 0.207s 2022-10-04 21:20:26,684 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-786cef34-ddf5-495c-9b9e-1c3d083cba05', 'date': 'Tue, 04 Oct 2022 21:20:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=be36678756d4429b91d971abf8fdcdd1&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:20:26,885 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.199s 2022-10-04 21:20:26,885 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-57d73ee9-dd0a-40be-ae16-10ddf85ba495', 'date': 'Tue, 04 Oct 2022 21:20:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:20:26,957 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.070s 2022-10-04 21:20:26,962 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-237d2f37-0626-4001-ab04-1c8818bc335c', 'date': 'Tue, 04 Oct 2022 21:20:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:20:29,049 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 2.086s 2022-10-04 21:20:29,050 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-192353720", "network_id": "9117a828-a129-4df1-96d5-b5ba21b94347", "project_id": "be36678756d4429b91d971abf8fdcdd1", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-e41fde3f-762c-4c17-abbe-ee4f7c07676e', 'date': 'Tue, 04 Oct 2022 21:20:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"7ea27bc0-2cdc-464e-afa2-2198bb270ccb","name":"tempest-subnet-smoke-192353720","tenant_id":"be36678756d4429b91d971abf8fdcdd1","network_id":"9117a828-a129-4df1-96d5-b5ba21b94347","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:20:27Z","updated_at":"2022-10-04T21:20:27Z","revision_number":0,"project_id":"be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:37,216 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5/add_router_interface 8.165s 2022-10-04 21:20:37,217 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "7ea27bc0-2cdc-464e-afa2-2198bb270ccb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-443b3b06-160f-4b50-9a46-bfdf92ee4f12', 'date': 'Tue, 04 Oct 2022 21:20:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5/add_router_interface'} Body: b'{"id": "a1807e95-4e89-43b3-9c51-162f7f3febd5", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "port_id": "9fe600f2-735b-4d30-bc38-16bafc8b12be", "network_id": "9117a828-a129-4df1-96d5-b5ba21b94347", "subnet_id": "7ea27bc0-2cdc-464e-afa2-2198bb270ccb", "subnet_ids": ["7ea27bc0-2cdc-464e-afa2-2198bb270ccb"]}' 2022-10-04 21:20:37,909 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/networks 0.691s 2022-10-04 21:20:37,910 130712 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': '4790', 'x-openstack-request-id': 'req-ecd68c29-7144-48a7-8cb7-374764a040af', 'date': 'Tue, 04 Oct 2022 21:20:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"42fbb05e-3f96-444f-a676-04ee9d06a8c7","name":"shared","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e1956090-7ed7-4d05-a46e-a7b0885ca8e4"],"shared":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T20:23:26Z","updated_at":"2022-10-04T20:23:30Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":440},{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"798c0142-6487-4be9-a55d-44c8d2cb7e55","name":"tempest-TestVolumeBootPattern-889438361-network","tenant_id":"06b106a291b44599bb30d5040d82a3cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["bd34efe2-3b3f-4e96-b9de-b3f211c41807"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:16:03Z","updated_at":"2022-10-04T21:16:05Z","revision_number":2,"project_id":"06b106a291b44599bb30d5040d82a3cb","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":406},{"id":"9117a828-a129-4df1-96d5-b5ba21b94347","name":"tempest-network-smoke--167325735","tenant_id":"be36678756d4429b91d971abf8fdcdd1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["7ea27bc0-2cdc-464e-afa2-2198bb270ccb"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:20:21Z","updated_at":"2022-10-04T21:20:27Z","revision_number":2,"project_id":"be36678756d4429b91d971abf8fdcdd1","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":407},{"id":"c8b80004-c09c-4f58-9799-5997d5d0429e","name":"tempest-TestVolumeBootPattern-1601825564-network","tenant_id":"6f35d354850f457d84b23ae003a92e9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["68b9fecc-e785-4f54-b8d9-3333d830d126"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:16:32Z","updated_at":"2022-10-04T21:16:34Z","revision_number":2,"project_id":"6f35d354850f457d84b23ae003a92e9c","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":408},{"id":"e150aec6-ffaa-4e39-b7e2-9b944c88f778","name":"private","tenant_id":"d23a587c3520484596c285914dbbb738","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9c5bb2d3-d37b-4059-9a65-f3b80fe94c4a"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T20:19:28Z","updated_at":"2022-10-04T20:22:21Z","revision_number":3,"project_id":"d23a587c3520484596c285914dbbb738","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":436},{"id": 2022-10-04 21:20:38,140 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets 0.229s 2022-10-04 21:20:38,141 130712 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': '4450', 'x-openstack-request-id': 'req-36a41675-461a-42c6-b8ea-4c0b001e7179', 'date': 'Tue, 04 Oct 2022 21:20:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"02e5aebc-6a4e-44fe-98c2-62d5709d44bf","name":"tempest-VolumesSnapshotTestJSON-943056352-subnet","tenant_id":"407a5520d21e46e8bcaddabf536fadcd","network_id":"ef5b989d-e9a3-4739-9912-c35576cecbc1","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:18:26Z","updated_at":"2022-10-04T21:18:26Z","revision_number":0,"project_id":"407a5520d21e46e8bcaddabf536fadcd"},{"id":"68b9fecc-e785-4f54-b8d9-3333d830d126","name":"tempest-TestVolumeBootPattern-1601825564-subnet","tenant_id":"6f35d354850f457d84b23ae003a92e9c","network_id":"c8b80004-c09c-4f58-9799-5997d5d0429e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:16:34Z","updated_at":"2022-10-04T21:16:34Z","revision_number":0,"project_id":"6f35d354850f457d84b23ae003a92e9c"},{"id":"7ea27bc0-2cdc-464e-afa2-2198bb270ccb","name":"tempest-subnet-smoke-192353720","tenant_id":"be36678756d4429b91d971abf8fdcdd1","network_id":"9117a828-a129-4df1-96d5-b5ba21b94347","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:20:27Z","updated_at":"2022-10-04T21:20:27Z","revision_number":0,"project_id":"be36678756d4429b91d971abf8fdcdd1"},{"id":"96e1494d-e1f1-405b-8524-682cbb2a53ae","name":"public-subnet","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","network_id":"52a60aae-e230-4bd7-89bc-781767fd7892","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.5.1","cidr":"172.25.5.0/24","allocation_pools":[{"start":"172.25.5.2","end":"172.25.5.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:20:03Z","updated_at":"2022-10-04T20:20:03Z","revision_number":0,"project_id":"39207e776fb342b89ba6688e4c9f0eb3"},{"id":"9c5bb2d3-d37b-4059-9a65-f3b80fe94c4a","name":"private-subnet","tenant_id":"d23a587c3520484596c285914dbbb738","network_id":"e150aec6-ffaa-4e39-b7e2-9b944c88f778","ip_version":4,"subnetpool_id":"dd144327-72a2-48d7-8da9-90cb58f7b2ba","enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/26","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.62"}],"host_routes":[],"dns_nameservers":["8.8.8.8","8.8.4.4"],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:19:33Z","updated_at":"2022-10-04T20:22:21Z","revision_number":1,"project_id":"d23a587c3520484596c285914dbbb738"},{"id":"bd34efe2-3b3f-4e96-b9de-b3f211c41807","name":"tempest-TestVolumeBootPattern-889438361-subnet","tenant_id":"06b106a291b44599bb30d5040d82a3cb","network_id":"798c0142-6487-4be9-a55d-44c8d2cb7e55","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:16:05Z","updated_at":"2022-10-04T21:16:05Z","revision_number":0,"project_id":"06b106a291b44599bb30d5040d82a3cb"},{"id":"e1956090-7ed7-4d05-a46e-a7b0885ca8e4","name":"shared-subnet","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","network_id":"42fbb05e-3f96-444f-a676-04ee9d06a8c7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ 2022-10-04 21:20:39,405 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.78:9696/networking/v2.0/routers 1.263s 2022-10-04 21:20:39,405 130712 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': '2851', 'x-openstack-request-id': 'req-ae0c5513-dd5f-4c62-9272-638cc46121b7', 'date': 'Tue, 04 Oct 2022 21:20:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "2aa15eab-55dd-4f2a-b927-9a635cd2a8f0", "name": "tempest-TestVolumeBootPattern-889438361-router", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.80"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:16:07Z", "updated_at": "2022-10-04T21:16:22Z", "revision_number": 4, "project_id": "06b106a291b44599bb30d5040d82a3cb"}, {"id": "35b4f5d8-d4bc-48b3-a15c-0dbced0a5a96", "name": "router1", "tenant_id": "d23a587c3520484596c285914dbbb738", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.211"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T20:19:45Z", "updated_at": "2022-10-04T20:20:10Z", "revision_number": 4, "project_id": "d23a587c3520484596c285914dbbb738"}, {"id": "a1807e95-4e89-43b3-9c51-162f7f3febd5", "name": "tempest-TestNetworkBasicOps-router-669958482", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.193"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:20:22Z", "updated_at": "2022-10-04T21:20:33Z", "revision_number": 4, "project_id": "be36678756d4429b91d971abf8fdcdd1"}, {"id": "f27d0276-fff5-4d4d-8df7-8f6336dd45ee", "name": "tempest-TestVolumeBootPattern-1601825564-router", "tenant_id": "6f35d354850f457d84b23ae003a92e9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.59"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:16:35Z", "updated_at": "2022-10-04T21:16:50Z", "revision_number": 4, "project_id": "6f35d354850f457d84b23ae003a92e9c"}]}' 2022-10-04 21:20:39,831 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.420s 2022-10-04 21:20:39,832 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1861678137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPKZajOrotySZYZomv8kw+FWm4M6BU8QZ9+oIJ71aSbjzrDZCm+DTNhVFn44xb9kGlCfeFhD/oJlU+gSwyRxpwD1U18lJZdRTuPDTU0jCbd8u0wCMADBeGPMY7jY23k0tA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72f90fa-b8a8-4f2c-830f-f3d4ee046f35', 'x-compute-request-id': 'req-e72f90fa-b8a8-4f2c-830f-f3d4ee046f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1861678137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPKZajOrotySZYZomv8kw+FWm4M6BU8QZ9+oIJ71aSbjzrDZCm+DTNhVFn44xb9kGlCfeFhD/oJlU+gSwyRxpwD1U18lJZdRTuPDTU0jCbd8u0wCMADBeGPMY7jY23k0tA==", "fingerprint": "ed:19:52:88:d0:cb:7d:e1:bc:dd:57:db:0a:5b:75:89", "user_id": "dc367e6de31d47e4aa924b4da0d826c8"}}' 2022-10-04 21:20:40,734 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.896s 2022-10-04 21:20:40,735 130712 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-323967812", "description": "tempest-secgroup-smoke-323967812 description", "project_id": "be36678756d4429b91d971abf8fdcdd1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-fbbdbf8a-facf-4947-b83d-9f6162b588f3', 'date': 'Tue, 04 Oct 2022 21:20:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c1686647-bd23-4283-bba5-842384ffefaa", "name": "tempest-secgroup-smoke-323967812", "stateful": true, "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "description": "tempest-secgroup-smoke-323967812 description", "shared": false, "security_group_rules": [{"id": "0f3c296f-28da-4c6c-bcec-971684ad04fd", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "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": 3974, "description": null, "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}, {"id": "c8823f2b-5e44-4526-a42f-b880bb6e60c4", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "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": 3975, "description": null, "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}], "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 1, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:41,523 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.786s 2022-10-04 21:20:41,523 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "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-1fae53a4-f3d4-4950-a418-04a3d87df7ca', 'date': 'Tue, 04 Oct 2022 21:20:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea567c89-1756-4f62-93e4-868da66c7f8b", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:41Z", "updated_at": "2022-10-04T21:20:41Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:42,314 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.789s 2022-10-04 21:20:42,315 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "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-c8a415b0-5202-4077-8dce-137ff5570f92', 'date': 'Tue, 04 Oct 2022 21:20:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "039a7579-7ddd-45a1-8431-7db669b655ec", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:42Z", "updated_at": "2022-10-04T21:20:42Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:43,127 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.810s 2022-10-04 21:20:43,127 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2687a64b-90f7-40ef-add5-4d387d400b65', 'date': 'Tue, 04 Oct 2022 21:20:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d4f08da-676d-427b-84fd-e956780dfb47", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:42Z", "updated_at": "2022-10-04T21:20:42Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:43,935 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.806s 2022-10-04 21:20:43,935 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e87dd903-3389-402d-b1d1-cd3f760e27fc', 'date': 'Tue, 04 Oct 2022 21:20:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32e55666-bac5-4071-81f7-683bd0993bb4", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:43Z", "updated_at": "2022-10-04T21:20:43Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:44,612 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.676s 2022-10-04 21:20:44,613 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5819e2bf-675b-4ac1-954d-bfa1f9311921', 'date': 'Tue, 04 Oct 2022 21:20:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c4fa940d-b1c9-4859-8c73-fde4674801e3", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:44Z", "updated_at": "2022-10-04T21:20:44Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:45,585 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.971s 2022-10-04 21:20:45,585 130712 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": "c1686647-bd23-4283-bba5-842384ffefaa", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-02b5fe3c-d4f4-4295-a670-0fe2ab171f7a', 'date': 'Tue, 04 Oct 2022 21:20:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c889e61a-8faa-411c-bad5-772880cfeaa5", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "c1686647-bd23-4283-bba5-842384ffefaa", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:44Z", "updated_at": "2022-10-04T21:20:44Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:20:45,748 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.148s 2022-10-04 21:20:45,749 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-209dc673-0940-4a25-8eeb-09d38e46d154', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dc367e6de31d47e4aa924b4da0d826c8", "name": "tempest-TestNetworkBasicOps-342040419-project", "password_expires_at": null}, "audit_ids": ["s_toJ6nvTc-wm_zOG8xzfw"], "expires_at": "2022-10-04T22:20:45.000000Z", "issued_at": "2022-10-04T21:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be36678756d4429b91d971abf8fdcdd1", "name": "tempest-TestNetworkBasicOps-342040419"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:20:45,749 130712 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-10-04 21:20:46,659 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.78/compute/v2.1/servers 0.909s 2022-10-04 21:20:46,660 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-661481791", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "9117a828-a129-4df1-96d5-b5ba21b94347"}], "key_name": "tempest-TestNetworkBasicOps-1861678137", "security_groups": [{"name": "tempest-secgroup-smoke-323967812"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20: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': '214', 'x-openstack-request-id': 'req-ca72fc78-5fe1-425b-8151-680b2764ed91', 'x-compute-request-id': 'req-ca72fc78-5fe1-425b-8151-680b2764ed91', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:20:47,254 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/c1686647-bd23-4283-bba5-842384ffefaa 0.587s 2022-10-04 21:20:47,255 130712 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-ab0a44f1-bba0-48a2-90b1-e3d95721a807', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:20:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/c1686647-bd23-4283-bba5-842384ffefaa'} Body: b'' 2022-10-04 21:20:47,466 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1861678137 0.210s 2022-10-04 21:20:47,466 130712 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, 04 Oct 2022 21:20:47 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-399b68c4-1dc4-4dc5-ae26-bae41e7989eb', 'x-compute-request-id': 'req-399b68c4-1dc4-4dc5-ae26-bae41e7989eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1861678137'} Body: b'' 2022-10-04 21:20:51,440 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5/remove_router_interface 3.973s 2022-10-04 21:20:51,441 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "7ea27bc0-2cdc-464e-afa2-2198bb270ccb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-aeaabaae-6b63-4a02-af72-66771406e5e3', 'date': 'Tue, 04 Oct 2022 21:20:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5/remove_router_interface'} Body: b'{"id": "a1807e95-4e89-43b3-9c51-162f7f3febd5", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "port_id": "9fe600f2-735b-4d30-bc38-16bafc8b12be", "network_id": "9117a828-a129-4df1-96d5-b5ba21b94347", "subnet_id": "7ea27bc0-2cdc-464e-afa2-2198bb270ccb", "subnet_ids": ["7ea27bc0-2cdc-464e-afa2-2198bb270ccb"]}' 2022-10-04 21:20:52,559 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/7ea27bc0-2cdc-464e-afa2-2198bb270ccb 1.117s 2022-10-04 21:20:52,560 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-d2293f41-08f9-47b5-abe7-09dc3d8eb350', 'date': 'Tue, 04 Oct 2022 21:20:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/7ea27bc0-2cdc-464e-afa2-2198bb270ccb'} Body: b'' 2022-10-04 21:20:55,186 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5 2.626s 2022-10-04 21:20:55,187 130712 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-4c25e48c-0465-48c0-bbe2-ae135059c6e2', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:20:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/a1807e95-4e89-43b3-9c51-162f7f3febd5'} Body: b'' 2022-10-04 21:20:56,291 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/9117a828-a129-4df1-96d5-b5ba21b94347 1.103s 2022-10-04 21:20:56,292 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-978193d9-e766-4acf-9d86-25ef191852d2', 'date': 'Tue, 04 Oct 2022 21:20:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/9117a828-a129-4df1-96d5-b5ba21b94347'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 493, in test_connectivity_between_vms_on_different_networks self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt49.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
fail
ft49.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:20:57,175 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 0.871s 2022-10-04 21:20:57,175 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1220058512", "project_id": "be36678756d4429b91d971abf8fdcdd1", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f1b07d7f-663c-40ab-b3ef-d09d2ffa7e15', 'date': 'Tue, 04 Oct 2022 21:20:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7100c14e-1e77-4a3c-bfe4-abb194c80f28","name":"tempest-network-smoke--1220058512","tenant_id":"be36678756d4429b91d971abf8fdcdd1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"be36678756d4429b91d971abf8fdcdd1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:20:56Z","updated_at":"2022-10-04T21:20:56Z","revision_number":1}}' 2022-10-04 21:21:02,094 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 4.917s 2022-10-04 21:21:02,094 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-410771039", "admin_state_up": true, "project_id": "be36678756d4429b91d971abf8fdcdd1", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '686', 'x-openstack-request-id': 'req-daa7a383-24f8-481f-a418-6ae26a827cbf', 'date': 'Tue, 04 Oct 2022 21:21:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "66b58ea0-e442-43af-9e77-b2f5e25583c2", "name": "tempest-TestNetworkBasicOps-router-410771039", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.40"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:20:57Z", "updated_at": "2022-10-04T21:20:59Z", "revision_number": 3, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:02,162 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=be36678756d4429b91d971abf8fdcdd1&cidr=172.20.0.0%2F28 0.067s 2022-10-04 21:21:02,163 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c76eeea2-46bc-406d-962a-f39f51e9b1b8', 'date': 'Tue, 04 Oct 2022 21:21:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=be36678756d4429b91d971abf8fdcdd1&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:21:02,468 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.304s 2022-10-04 21:21:02,469 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-3eed7f6f-454b-46b2-bfb5-2a17bba35961', 'date': 'Tue, 04 Oct 2022 21:21:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:21:02,546 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.076s 2022-10-04 21:21:02,546 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-09ab6318-fac7-46cc-9992-f1ec8d459448', 'date': 'Tue, 04 Oct 2022 21:21:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:21:04,168 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 1.621s 2022-10-04 21:21:04,169 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-2130604415", "network_id": "7100c14e-1e77-4a3c-bfe4-abb194c80f28", "project_id": "be36678756d4429b91d971abf8fdcdd1", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-c9ca5359-7ab7-4063-952b-7b7d0fe45273', 'date': 'Tue, 04 Oct 2022 21:21:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a0fdbb49-7a55-4997-86e0-b6f0c8a34a22","name":"tempest-subnet-smoke-2130604415","tenant_id":"be36678756d4429b91d971abf8fdcdd1","network_id":"7100c14e-1e77-4a3c-bfe4-abb194c80f28","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:21:03Z","updated_at":"2022-10-04T21:21:03Z","revision_number":0,"project_id":"be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:11,652 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2/add_router_interface 7.482s 2022-10-04 21:21:11,662 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a0fdbb49-7a55-4997-86e0-b6f0c8a34a22"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-250e6b04-bf95-4284-888b-edae148c10f6', 'date': 'Tue, 04 Oct 2022 21:21:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2/add_router_interface'} Body: b'{"id": "66b58ea0-e442-43af-9e77-b2f5e25583c2", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "port_id": "de67af85-0666-4138-b17b-0bffee37a3e1", "network_id": "7100c14e-1e77-4a3c-bfe4-abb194c80f28", "subnet_id": "a0fdbb49-7a55-4997-86e0-b6f0c8a34a22", "subnet_ids": ["a0fdbb49-7a55-4997-86e0-b6f0c8a34a22"]}' 2022-10-04 21:21:12,266 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/networks 0.603s 2022-10-04 21:21:12,267 130712 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': '4791', 'x-openstack-request-id': 'req-dd4122d4-9755-4110-b1be-0c5ee742259d', 'date': 'Tue, 04 Oct 2022 21:21:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"42fbb05e-3f96-444f-a676-04ee9d06a8c7","name":"shared","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e1956090-7ed7-4d05-a46e-a7b0885ca8e4"],"shared":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T20:23:26Z","updated_at":"2022-10-04T20:23:30Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":440},{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"7100c14e-1e77-4a3c-bfe4-abb194c80f28","name":"tempest-network-smoke--1220058512","tenant_id":"be36678756d4429b91d971abf8fdcdd1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["a0fdbb49-7a55-4997-86e0-b6f0c8a34a22"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:20:56Z","updated_at":"2022-10-04T21:21:03Z","revision_number":2,"project_id":"be36678756d4429b91d971abf8fdcdd1","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":446},{"id":"798c0142-6487-4be9-a55d-44c8d2cb7e55","name":"tempest-TestVolumeBootPattern-889438361-network","tenant_id":"06b106a291b44599bb30d5040d82a3cb","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["bd34efe2-3b3f-4e96-b9de-b3f211c41807"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:16:03Z","updated_at":"2022-10-04T21:16:05Z","revision_number":2,"project_id":"06b106a291b44599bb30d5040d82a3cb","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":406},{"id":"c8b80004-c09c-4f58-9799-5997d5d0429e","name":"tempest-TestVolumeBootPattern-1601825564-network","tenant_id":"6f35d354850f457d84b23ae003a92e9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["68b9fecc-e785-4f54-b8d9-3333d830d126"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T21:16:32Z","updated_at":"2022-10-04T21:16:34Z","revision_number":2,"project_id":"6f35d354850f457d84b23ae003a92e9c","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":408},{"id":"e150aec6-ffaa-4e39-b7e2-9b944c88f778","name":"private","tenant_id":"d23a587c3520484596c285914dbbb738","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9c5bb2d3-d37b-4059-9a65-f3b80fe94c4a"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-04T20:19:28Z","updated_at":"2022-10-04T20:22:21Z","revision_number":3,"project_id":"d23a587c3520484596c285914dbbb738","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":436},{"id" 2022-10-04 21:21:12,570 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets 0.301s 2022-10-04 21:21:12,570 130712 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': '4451', 'x-openstack-request-id': 'req-935c1203-9d9a-4817-b59d-aaea0cf8563e', 'date': 'Tue, 04 Oct 2022 21:21:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"02e5aebc-6a4e-44fe-98c2-62d5709d44bf","name":"tempest-VolumesSnapshotTestJSON-943056352-subnet","tenant_id":"407a5520d21e46e8bcaddabf536fadcd","network_id":"ef5b989d-e9a3-4739-9912-c35576cecbc1","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:18:26Z","updated_at":"2022-10-04T21:18:26Z","revision_number":0,"project_id":"407a5520d21e46e8bcaddabf536fadcd"},{"id":"68b9fecc-e785-4f54-b8d9-3333d830d126","name":"tempest-TestVolumeBootPattern-1601825564-subnet","tenant_id":"6f35d354850f457d84b23ae003a92e9c","network_id":"c8b80004-c09c-4f58-9799-5997d5d0429e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:16:34Z","updated_at":"2022-10-04T21:16:34Z","revision_number":0,"project_id":"6f35d354850f457d84b23ae003a92e9c"},{"id":"96e1494d-e1f1-405b-8524-682cbb2a53ae","name":"public-subnet","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","network_id":"52a60aae-e230-4bd7-89bc-781767fd7892","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.5.1","cidr":"172.25.5.0/24","allocation_pools":[{"start":"172.25.5.2","end":"172.25.5.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:20:03Z","updated_at":"2022-10-04T20:20:03Z","revision_number":0,"project_id":"39207e776fb342b89ba6688e4c9f0eb3"},{"id":"9c5bb2d3-d37b-4059-9a65-f3b80fe94c4a","name":"private-subnet","tenant_id":"d23a587c3520484596c285914dbbb738","network_id":"e150aec6-ffaa-4e39-b7e2-9b944c88f778","ip_version":4,"subnetpool_id":"dd144327-72a2-48d7-8da9-90cb58f7b2ba","enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/26","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.62"}],"host_routes":[],"dns_nameservers":["8.8.8.8","8.8.4.4"],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T20:19:33Z","updated_at":"2022-10-04T20:22:21Z","revision_number":1,"project_id":"d23a587c3520484596c285914dbbb738"},{"id":"a0fdbb49-7a55-4997-86e0-b6f0c8a34a22","name":"tempest-subnet-smoke-2130604415","tenant_id":"be36678756d4429b91d971abf8fdcdd1","network_id":"7100c14e-1e77-4a3c-bfe4-abb194c80f28","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:21:03Z","updated_at":"2022-10-04T21:21:03Z","revision_number":0,"project_id":"be36678756d4429b91d971abf8fdcdd1"},{"id":"bd34efe2-3b3f-4e96-b9de-b3f211c41807","name":"tempest-TestVolumeBootPattern-889438361-subnet","tenant_id":"06b106a291b44599bb30d5040d82a3cb","network_id":"798c0142-6487-4be9-a55d-44c8d2cb7e55","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:16:05Z","updated_at":"2022-10-04T21:16:05Z","revision_number":0,"project_id":"06b106a291b44599bb30d5040d82a3cb"},{"id":"e1956090-7ed7-4d05-a46e-a7b0885ca8e4","name":"shared-subnet","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","network_id":"42fbb05e-3f96-444f-a676-04ee9d06a8c7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway 2022-10-04 21:21:13,172 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.78:9696/networking/v2.0/routers 0.600s 2022-10-04 21:21:13,173 130712 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': '2850', 'x-openstack-request-id': 'req-287d2410-1c64-4037-81d6-485279390051', 'date': 'Tue, 04 Oct 2022 21:21:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "2aa15eab-55dd-4f2a-b927-9a635cd2a8f0", "name": "tempest-TestVolumeBootPattern-889438361-router", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.80"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:16:07Z", "updated_at": "2022-10-04T21:16:22Z", "revision_number": 4, "project_id": "06b106a291b44599bb30d5040d82a3cb"}, {"id": "35b4f5d8-d4bc-48b3-a15c-0dbced0a5a96", "name": "router1", "tenant_id": "d23a587c3520484596c285914dbbb738", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.211"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T20:19:45Z", "updated_at": "2022-10-04T20:20:10Z", "revision_number": 4, "project_id": "d23a587c3520484596c285914dbbb738"}, {"id": "66b58ea0-e442-43af-9e77-b2f5e25583c2", "name": "tempest-TestNetworkBasicOps-router-410771039", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.40"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:20:57Z", "updated_at": "2022-10-04T21:21:08Z", "revision_number": 4, "project_id": "be36678756d4429b91d971abf8fdcdd1"}, {"id": "f27d0276-fff5-4d4d-8df7-8f6336dd45ee", "name": "tempest-TestVolumeBootPattern-1601825564-router", "tenant_id": "6f35d354850f457d84b23ae003a92e9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.59"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:16:35Z", "updated_at": "2022-10-04T21:16:50Z", "revision_number": 4, "project_id": "6f35d354850f457d84b23ae003a92e9c"}]}' 2022-10-04 21:21:13,648 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.467s 2022-10-04 21:21:13,648 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-55072171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFi78N4zFXh2ZbEvuCGVEmVqc8O1jkE7KVSabC2OusAPwz0oq0iuvkeZyTjWTs0V0cTgu9NRSEFNHUh+Yf2+otUvp7d7Ien3dPvpS7x+cjVzC3aWdiaUTyb1kWL+NIiomA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21e3312d-5b88-4daa-afa7-3c20fad84108', 'x-compute-request-id': 'req-21e3312d-5b88-4daa-afa7-3c20fad84108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-55072171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFi78N4zFXh2ZbEvuCGVEmVqc8O1jkE7KVSabC2OusAPwz0oq0iuvkeZyTjWTs0V0cTgu9NRSEFNHUh+Yf2+otUvp7d7Ien3dPvpS7x+cjVzC3aWdiaUTyb1kWL+NIiomA==", "fingerprint": "d6:ac:61:87:81:85:95:93:a7:f7:b6:10:82:40:f2:ab", "user_id": "dc367e6de31d47e4aa924b4da0d826c8"}}' 2022-10-04 21:21:14,427 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.775s 2022-10-04 21:21:14,428 130712 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-656974808", "description": "tempest-secgroup-smoke-656974808 description", "project_id": "be36678756d4429b91d971abf8fdcdd1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-45db5754-1a1b-45c3-94a5-8cb5d507aabc', 'date': 'Tue, 04 Oct 2022 21:21:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "name": "tempest-secgroup-smoke-656974808", "stateful": true, "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "description": "tempest-secgroup-smoke-656974808 description", "shared": false, "security_group_rules": [{"id": "2896216f-e398-466c-8ddd-3ccee9959151", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "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": 3999, "description": null, "tags": [], "created_at": "2022-10-04T21:21:13Z", "updated_at": "2022-10-04T21:21:13Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}, {"id": "bec7a8ea-25a1-4d68-ba08-aeb7833591fc", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "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": 4000, "description": null, "tags": [], "created_at": "2022-10-04T21:21:14Z", "updated_at": "2022-10-04T21:21:14Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}], "tags": [], "created_at": "2022-10-04T21:21:13Z", "updated_at": "2022-10-04T21:21:14Z", "revision_number": 1, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:15,269 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.840s 2022-10-04 21:21:15,270 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "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-d867cc3e-7d17-4d19-ab6c-b1f6a7e3f62f', 'date': 'Tue, 04 Oct 2022 21:21:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b1e566a-234c-46c5-8cb0-74a9f6c3aff7", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:14Z", "updated_at": "2022-10-04T21:21:14Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:16,225 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.954s 2022-10-04 21:21:16,227 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "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-c2a0acdc-e6a3-4da7-b42a-ef7c3749c87d', 'date': 'Tue, 04 Oct 2022 21:21:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6f41d76-5796-4b81-b82d-c10fef9c498b", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:15Z", "updated_at": "2022-10-04T21:21:15Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:16,958 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.730s 2022-10-04 21:21:16,959 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-418f9e0a-946c-453d-9169-56b4b97a3a1c', 'date': 'Tue, 04 Oct 2022 21:21:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "84f7828c-f18e-4e0e-a9da-fcbfaf76848f", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:16Z", "updated_at": "2022-10-04T21:21:16Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:18,415 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.454s 2022-10-04 21:21:18,415 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7f9f26d0-e1b6-4e03-8da2-6ea147f5e380', 'date': 'Tue, 04 Oct 2022 21:21:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f5ab68f1-dee4-47bc-b0fc-8640aaecc5ae", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:17Z", "updated_at": "2022-10-04T21:21:17Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:19,280 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.863s 2022-10-04 21:21:19,281 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c1c58a8f-fc9c-4d37-9cb8-f0f07a2bb7d0', 'date': 'Tue, 04 Oct 2022 21:21:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49ec3626-11e7-4e2d-9448-e52d9bfc3c14", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:18Z", "updated_at": "2022-10-04T21:21:18Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:20,126 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.844s 2022-10-04 21:21:20,126 130712 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": "b398bb9c-cb09-4f13-8414-85cca3702dae", "project_id": "be36678756d4429b91d971abf8fdcdd1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-8355c5b9-368a-42a3-976e-8796aee694f0', 'date': 'Tue, 04 Oct 2022 21:21:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2434d74d-1f0f-48a2-a999-244ca1e35257", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "security_group_id": "b398bb9c-cb09-4f13-8414-85cca3702dae", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:21:19Z", "updated_at": "2022-10-04T21:21:19Z", "revision_number": 0, "project_id": "be36678756d4429b91d971abf8fdcdd1"}}' 2022-10-04 21:21:20,383 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.065s 2022-10-04 21:21:20,384 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8baa18ef-c3df-4d3e-91de-30bd878a4f80', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dc367e6de31d47e4aa924b4da0d826c8", "name": "tempest-TestNetworkBasicOps-342040419-project", "password_expires_at": null}, "audit_ids": ["_QN3zoDiS8GV1sezf2iO-A"], "expires_at": "2022-10-04T22:21:20.000000Z", "issued_at": "2022-10-04T21:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be36678756d4429b91d971abf8fdcdd1", "name": "tempest-TestNetworkBasicOps-342040419"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/be36678756d4429b91d971abf8fdcdd1", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:21:20,384 130712 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-10-04 21:21:21,484 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.78/compute/v2.1/servers 1.098s 2022-10-04 21:21:21,485 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1364761342", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "7100c14e-1e77-4a3c-bfe4-abb194c80f28"}], "key_name": "tempest-TestNetworkBasicOps-55072171", "security_groups": [{"name": "tempest-secgroup-smoke-656974808"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-895cd745-a75e-43b6-88e3-90c7cffb94bc', 'x-compute-request-id': 'req-895cd745-a75e-43b6-88e3-90c7cffb94bc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:21:22,063 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/b398bb9c-cb09-4f13-8414-85cca3702dae 0.576s 2022-10-04 21:21:22,064 130712 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-79ddb547-82c8-4adb-a6f7-1655bdcfc237', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:21:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/b398bb9c-cb09-4f13-8414-85cca3702dae'} Body: b'' 2022-10-04 21:21:22,256 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-55072171 0.191s 2022-10-04 21:21:22,256 130712 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, 04 Oct 2022 21:21:22 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-b57279f2-d889-404b-aa0b-9b36db223d89', 'x-compute-request-id': 'req-b57279f2-d889-404b-aa0b-9b36db223d89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-55072171'} Body: b'' 2022-10-04 21:21:26,692 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2/remove_router_interface 4.435s 2022-10-04 21:21:26,693 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a0fdbb49-7a55-4997-86e0-b6f0c8a34a22"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-68810108-66e3-4da7-b174-e2c7fc704455', 'date': 'Tue, 04 Oct 2022 21:21:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2/remove_router_interface'} Body: b'{"id": "66b58ea0-e442-43af-9e77-b2f5e25583c2", "tenant_id": "be36678756d4429b91d971abf8fdcdd1", "port_id": "de67af85-0666-4138-b17b-0bffee37a3e1", "network_id": "7100c14e-1e77-4a3c-bfe4-abb194c80f28", "subnet_id": "a0fdbb49-7a55-4997-86e0-b6f0c8a34a22", "subnet_ids": ["a0fdbb49-7a55-4997-86e0-b6f0c8a34a22"]}' 2022-10-04 21:21:27,649 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/a0fdbb49-7a55-4997-86e0-b6f0c8a34a22 0.955s 2022-10-04 21:21:27,650 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7591f3d0-00e9-4e2e-bbba-5c9e459c3772', 'date': 'Tue, 04 Oct 2022 21:21:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/a0fdbb49-7a55-4997-86e0-b6f0c8a34a22'} Body: b'' 2022-10-04 21:21:30,486 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2 2.835s 2022-10-04 21:21:30,486 130712 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-046dfe4c-7b77-4b7f-87af-6ee5d7b56e4c', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:21:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/66b58ea0-e442-43af-9e77-b2f5e25583c2'} Body: b'' 2022-10-04 21:21:31,680 130712 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/7100c14e-1e77-4a3c-bfe4-abb194c80f28 1.192s 2022-10-04 21:21:31,680 130712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-96bd36cd-61f5-4f90-88e3-abff533e3fc8', 'date': 'Tue, 04 Oct 2022 21:21:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/7100c14e-1e77-4a3c-bfe4-abb194c80f28'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 455, in test_mtu_sized_frames self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt49.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
||||||
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
fail
ft50.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:05:38,864 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.284s 2022-10-04 21:05:38,865 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1622478477", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBqfTfp2rrAFnnRLbg8x3LGeZ7r+K8HYanYLp8cdcY6PNVqGiaWw/NHLRqEM0V7NSaFL6N8QpHIihUBfPCUVRWgTN3x0brO2nFWDzjSjukT7fD2G33ks5vRmxlDQQg3Z2A=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49b255e-92d1-4c3f-8ec6-79789993a902', 'x-compute-request-id': 'req-d49b255e-92d1-4c3f-8ec6-79789993a902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1622478477", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBqfTfp2rrAFnnRLbg8x3LGeZ7r+K8HYanYLp8cdcY6PNVqGiaWw/NHLRqEM0V7NSaFL6N8QpHIihUBfPCUVRWgTN3x0brO2nFWDzjSjukT7fD2G33ks5vRmxlDQQg3Z2A==", "fingerprint": "c0:4b:00:d0:ef:0c:a7:96:7b:f3:f3:85:22:08:b4:af", "user_id": "8784a9c574a34c7dad4d96760dad1c7f"}}' 2022-10-04 21:05:44,429 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/networks 5.559s 2022-10-04 21:05:44,430 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--234702975", "project_id": "42290e303c56447082419baf9e037472", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-df98429f-0a20-4566-9a5b-6b67325925b0', 'date': 'Tue, 04 Oct 2022 21:05:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8f1fda65-0ab5-4b30-9102-f4b35461052c","name":"tempest-network-smoke--234702975","tenant_id":"42290e303c56447082419baf9e037472","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"42290e303c56447082419baf9e037472","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-10-04T21:05:41Z","updated_at":"2022-10-04T21:05:42Z","revision_number":1}}' 2022-10-04 21:06:00,432 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/routers 16.000s 2022-10-04 21:06:00,432 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1379478609", "admin_state_up": true, "project_id": "42290e303c56447082419baf9e037472", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-2b5cae5c-e521-4ddc-bc82-96347d7f4755', 'date': 'Tue, 04 Oct 2022 21:06:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "3a7821d1-7c0c-4b7d-a58f-babf5abbb027", "name": "tempest-TestSecurityGroupsBasicOps-router-1379478609", "tenant_id": "42290e303c56447082419baf9e037472", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "52a60aae-e230-4bd7-89bc-781767fd7892", "external_fixed_ips": [{"subnet_id": "96e1494d-e1f1-405b-8524-682cbb2a53ae", "ip_address": "172.25.5.117"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-04T21:05:45Z", "updated_at": "2022-10-04T21:05:53Z", "revision_number": 3, "project_id": "42290e303c56447082419baf9e037472"}}' 2022-10-04 21:06:02,306 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?project_id=42290e303c56447082419baf9e037472&cidr=172.20.0.0%2F28 1.872s 2022-10-04 21:06:02,306 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-af757d44-3937-4cff-88f2-03cc3b424cd0', 'date': 'Tue, 04 Oct 2022 21:06:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?project_id=42290e303c56447082419baf9e037472&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:06:02,962 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True 0.655s 2022-10-04 21:06:02,963 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-52ce3322-97a5-483b-a3ca-b4ef85de8dc8', 'date': 'Tue, 04 Oct 2022 21:06:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"52a60aae-e230-4bd7-89bc-781767fd7892","name":"public","tenant_id":"39207e776fb342b89ba6688e4c9f0eb3","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["96e1494d-e1f1-405b-8524-682cbb2a53ae"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-10-04T20:19:52Z","updated_at":"2022-10-04T20:20:03Z","revision_number":2,"project_id":"39207e776fb342b89ba6688e4c9f0eb3","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-04 21:06:03,199 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28 0.235s 2022-10-04 21:06:03,200 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-3249fb97-d89a-44bb-bbdb-1b5996691936', 'date': 'Tue, 04 Oct 2022 21:06:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets?network_id=52a60aae-e230-4bd7-89bc-781767fd7892&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-04 21:06:06,055 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/subnets 2.854s 2022-10-04 21:06:06,056 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "tempest-subnet-smoke-561958415", "network_id": "8f1fda65-0ab5-4b30-9102-f4b35461052c", "project_id": "42290e303c56447082419baf9e037472", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-6b0628b7-4cbd-47c2-9cd2-9318a83f0801', 'date': 'Tue, 04 Oct 2022 21:06:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"beb8ac3c-da0e-4beb-b855-cf34a48f7efe","name":"tempest-subnet-smoke-561958415","tenant_id":"42290e303c56447082419baf9e037472","network_id":"8f1fda65-0ab5-4b30-9102-f4b35461052c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-04T21:06:04Z","updated_at":"2022-10-04T21:06:04Z","revision_number":0,"project_id":"42290e303c56447082419baf9e037472"}}' 2022-10-04 21:06:21,615 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027/add_router_interface 15.558s 2022-10-04 21:06:21,616 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "beb8ac3c-da0e-4beb-b855-cf34a48f7efe"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a2499f4f-e82f-4005-ab3b-413cb0b79eeb', 'date': 'Tue, 04 Oct 2022 21:06:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027/add_router_interface'} Body: b'{"id": "3a7821d1-7c0c-4b7d-a58f-babf5abbb027", "tenant_id": "42290e303c56447082419baf9e037472", "port_id": "81d21915-387a-47c1-aefa-04c01c6f72cd", "network_id": "8f1fda65-0ab5-4b30-9102-f4b35461052c", "subnet_id": "beb8ac3c-da0e-4beb-b855-cf34a48f7efe", "subnet_ids": ["beb8ac3c-da0e-4beb-b855-cf34a48f7efe"]}' 2022-10-04 21:06:22,538 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.921s 2022-10-04 21:06:22,539 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup_access--1471753423", "description": "tempest-secgroup_access--1471753423 description", "project_id": "42290e303c56447082419baf9e037472"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-f874d44b-29ef-4014-b08a-2f5501c85a82', 'date': 'Tue, 04 Oct 2022 21:06:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d3d4806e-9c65-49f9-a10c-0582d6d2e5bc", "name": "tempest-secgroup_access--1471753423", "stateful": true, "tenant_id": "42290e303c56447082419baf9e037472", "description": "tempest-secgroup_access--1471753423 description", "shared": false, "security_group_rules": [{"id": "4ca009d9-6d78-48dc-8cc4-4c7bb08b02c0", "tenant_id": "42290e303c56447082419baf9e037472", "security_group_id": "d3d4806e-9c65-49f9-a10c-0582d6d2e5bc", "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": 3291, "description": null, "tags": [], "created_at": "2022-10-04T21:06:21Z", "updated_at": "2022-10-04T21:06:21Z", "revision_number": 0, "project_id": "42290e303c56447082419baf9e037472"}, {"id": "723adddb-79b9-4dfb-90b3-71c598af6feb", "tenant_id": "42290e303c56447082419baf9e037472", "security_group_id": "d3d4806e-9c65-49f9-a10c-0582d6d2e5bc", "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": 3292, "description": null, "tags": [], "created_at": "2022-10-04T21:06:22Z", "updated_at": "2022-10-04T21:06:22Z", "revision_number": 0, "project_id": "42290e303c56447082419baf9e037472"}], "tags": [], "created_at": "2022-10-04T21:06:21Z", "updated_at": "2022-10-04T21:06:21Z", "revision_number": 1, "project_id": "42290e303c56447082419baf9e037472"}}' 2022-10-04 21:06:24,887 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 2.347s 2022-10-04 21:06:24,888 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup_general--1911175366", "description": "tempest-secgroup_general--1911175366 description", "project_id": "42290e303c56447082419baf9e037472"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-3bd71732-2e1a-4157-abb6-72a9fb441d48', 'date': 'Tue, 04 Oct 2022 21:06:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e14debc6-e528-4a60-8465-40cf2bb6359a", "name": "tempest-secgroup_general--1911175366", "stateful": true, "tenant_id": "42290e303c56447082419baf9e037472", "description": "tempest-secgroup_general--1911175366 description", "shared": false, "security_group_rules": [{"id": "99f7a777-48db-458f-9105-741e3e3bd926", "tenant_id": "42290e303c56447082419baf9e037472", "security_group_id": "e14debc6-e528-4a60-8465-40cf2bb6359a", "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": 3294, "description": null, "tags": [], "created_at": "2022-10-04T21:06:24Z", "updated_at": "2022-10-04T21:06:24Z", "revision_number": 0, "project_id": "42290e303c56447082419baf9e037472"}, {"id": "dfb653cf-fc65-452c-ad3a-d500630ce855", "tenant_id": "42290e303c56447082419baf9e037472", "security_group_id": "e14debc6-e528-4a60-8465-40cf2bb6359a", "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": 3295, "description": null, "tags": [], "created_at": "2022-10-04T21:06:24Z", "updated_at": "2022-10-04T21:06:24Z", "revision_number": 0, "project_id": "42290e303c56447082419baf9e037472"}], "tags": [], "created_at": "2022-10-04T21:06:23Z", "updated_at": "2022-10-04T21:06:24Z", "revision_number": 1, "project_id": "42290e303c56447082419baf9e037472"}}' 2022-10-04 21:06:27,047 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 2.157s 2022-10-04 21:06:27,048 130707 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": "d3d4806e-9c65-49f9-a10c-0582d6d2e5bc", "project_id": "42290e303c56447082419baf9e037472", "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-fc98a5d5-d91f-4a90-a55f-e4a298c63b67', 'date': 'Tue, 04 Oct 2022 21:06:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffb7f8fb-0255-4e1d-8523-70b67f8fa64d", "tenant_id": "42290e303c56447082419baf9e037472", "security_group_id": "d3d4806e-9c65-49f9-a10c-0582d6d2e5bc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:06:26Z", "updated_at": "2022-10-04T21:06:26Z", "revision_number": 0, "project_id": "42290e303c56447082419baf9e037472"}}' 2022-10-04 21:06:27,470 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.403s 2022-10-04 21:06:27,471 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3266', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5c44a9b-7ae0-49e2-86db-3c379e5117b3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8784a9c574a34c7dad4d96760dad1c7f", "name": "tempest-TestSecurityGroupsBasicOps-2078502807-project", "password_expires_at": null}, "audit_ids": ["azgzNWqkTWOkKF3xX2N9Gg"], "expires_at": "2022-10-04T22:06:27.000000Z", "issued_at": "2022-10-04T21:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42290e303c56447082419baf9e037472", "name": "tempest-TestSecurityGroupsBasicOps-2078502807"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_42290e303c56447082419baf9e037472", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/42290e303c56447082419baf9e037472", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/42290e303c56447082419baf9e037472", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/42290e303c56447082419baf9e037472", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:06:27,472 130707 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-10-04 21:06:30,366 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 500 POST http://10.222.0.78/compute/v2.1/servers 2.893s 2022-10-04 21:06:30,367 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-2078502807-access_point-874366685", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "8f1fda65-0ab5-4b30-9102-f4b35461052c"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1622478477", "security_groups": [{"name": "tempest-secgroup_access--1471753423"}, {"name": "tempest-secgroup_general--1911175366"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:06:27 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': '214', 'x-openstack-request-id': 'req-6f47ea9a-5a00-4ab1-b1a6-5b5f55d64e78', 'x-compute-request-id': 'req-6f47ea9a-5a00-4ab1-b1a6-5b5f55d64e78', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:06:33,727 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/e14debc6-e528-4a60-8465-40cf2bb6359a 3.346s 2022-10-04 21:06:33,728 130707 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-33a7fca6-85c8-4792-a1e2-be48b9824c2e', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:06:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/e14debc6-e528-4a60-8465-40cf2bb6359a'} Body: b'' 2022-10-04 21:06:35,159 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/d3d4806e-9c65-49f9-a10c-0582d6d2e5bc 1.430s 2022-10-04 21:06:35,160 130707 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-6eb542d6-7017-4295-aefb-44d1b4c10ac5', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:06:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/d3d4806e-9c65-49f9-a10c-0582d6d2e5bc'} Body: b'' 2022-10-04 21:06:48,186 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027/remove_router_interface 13.025s 2022-10-04 21:06:48,187 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "beb8ac3c-da0e-4beb-b855-cf34a48f7efe"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5c03e27e-08e9-4ad6-8fe4-e16622f8cff7', 'date': 'Tue, 04 Oct 2022 21:06:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027/remove_router_interface'} Body: b'{"id": "3a7821d1-7c0c-4b7d-a58f-babf5abbb027", "tenant_id": "42290e303c56447082419baf9e037472", "port_id": "81d21915-387a-47c1-aefa-04c01c6f72cd", "network_id": "8f1fda65-0ab5-4b30-9102-f4b35461052c", "subnet_id": "beb8ac3c-da0e-4beb-b855-cf34a48f7efe", "subnet_ids": ["beb8ac3c-da0e-4beb-b855-cf34a48f7efe"]}' 2022-10-04 21:06:50,666 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/subnets/beb8ac3c-da0e-4beb-b855-cf34a48f7efe 2.478s 2022-10-04 21:06:50,667 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b3637e76-9317-45c6-a1a9-96da2703f103', 'date': 'Tue, 04 Oct 2022 21:06:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/subnets/beb8ac3c-da0e-4beb-b855-cf34a48f7efe'} Body: b'' 2022-10-04 21:06:56,853 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027 6.185s 2022-10-04 21:06:56,854 130707 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-24544039-36cc-4097-83ec-0fdbf004468a', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:06:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/routers/3a7821d1-7c0c-4b7d-a58f-babf5abbb027'} Body: b'' 2022-10-04 21:07:01,209 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/networks/8f1fda65-0ab5-4b30-9102-f4b35461052c 4.354s 2022-10-04 21:07:01,210 130707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0255237f-ea29-475e-b2c5-7e63de653d59', 'date': 'Tue, 04 Oct 2022 21:07:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/networks/8f1fda65-0ab5-4b30-9102-f4b35461052c'} Body: b'' 2022-10-04 21:07:01,403 130707 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1622478477 0.192s 2022-10-04 21:07:01,403 130707 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, 04 Oct 2022 21:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4dd9d34-e600-40e3-8945-025f2991ce5d', 'x-compute-request-id': 'req-d4dd9d34-e600-40e3-8945-025f2991ce5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1622478477'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp self._deploy_tenant(self.primary_tenant) File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 352, in _deploy_tenant self._set_access_point(tenant) File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 316, in _set_access_point server = self._create_server(name, tenant, File "/opt/stack/tempest/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
fail
ft51.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:16:20,221 130704 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.399s 2022-10-04 21:16:20,221 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-46ac94b5-d3df-4f9f-86d0-b081b2b6d7b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bd86d19e5c794a81ae9639c3de3e79a1", "name": "tempest-TestServerAdvancedOps-1771817085-project", "password_expires_at": null}, "audit_ids": ["3Dt2h7JkQy6tPThKA0uehQ"], "expires_at": "2022-10-04T22:16:19.000000Z", "issued_at": "2022-10-04T21:16:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cad18cb30abe49648a8eb22002663311", "name": "tempest-TestServerAdvancedOps-1771817085"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_cad18cb30abe49648a8eb22002663311", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cad18cb30abe49648a8eb22002663311", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/cad18cb30abe49648a8eb22002663311", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/cad18cb30abe49648a8eb22002663311", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:16:20,222 130704 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': '6f08fc01-db8d-439f-b50e-4d115b3e90cc', 'name': 'tempest-TestServerAdvancedOps-1593639753-network', 'tenant_id': 'cad18cb30abe49648a8eb22002663311', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cad18cb30abe49648a8eb22002663311', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 418, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:07Z', 'updated_at': '2022-10-04T21:16:07Z', 'revision_number': 1} available for tenant 2022-10-04 21:16:22,600 130704 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 500 POST http://10.222.0.78/compute/v2.1/servers 2.375s 2022-10-04 21:16:22,600 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerAdvancedOps-server-18978799", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "networks": [{"uuid": "6f08fc01-db8d-439f-b50e-4d115b3e90cc"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-4cefb061-2c2a-4a3d-a32f-66f26bbc7c9c', 'x-compute-request-id': 'req-4cefb061-2c2a-4a3d-a32f-66f26bbc7c9c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_advanced_ops.py", line 50, in test_server_sequence_suspend_resume instance_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft52.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:25:20,419 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.884s 2022-10-04 21:25:20,419 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-1938209820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDuaXnIOhKi3P8YuuJPPNfD8tD3wKbKFvWdJd9jSOkd/C6ocXtqetkf1kWdAmZx3WbhjsYiUWyLsYxN/WohAPSK88R808UkqkJKeqN5y8zQTGadf4XzN+IqNb6jfkQ4MZA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d22ab8e-ac06-4566-aed2-916e2110fa83', 'x-compute-request-id': 'req-7d22ab8e-ac06-4566-aed2-916e2110fa83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-1938209820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDuaXnIOhKi3P8YuuJPPNfD8tD3wKbKFvWdJd9jSOkd/C6ocXtqetkf1kWdAmZx3WbhjsYiUWyLsYxN/WohAPSK88R808UkqkJKeqN5y8zQTGadf4XzN+IqNb6jfkQ4MZA==", "fingerprint": "a9:87:12:9c:55:10:a7:20:c2:55:5b:4b:61:33:aa:15", "user_id": "f4fc078c2ec240ae86abfe7c2882e900"}}' 2022-10-04 21:25:21,997 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 1.571s 2022-10-04 21:25:21,998 130711 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-921917678", "description": "tempest-secgroup-smoke-921917678 description", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-fc4b1e65-e48a-4058-8734-3a07b7294886', 'date': 'Tue, 04 Oct 2022 21:25:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "name": "tempest-secgroup-smoke-921917678", "stateful": true, "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "description": "tempest-secgroup-smoke-921917678 description", "shared": false, "security_group_rules": [{"id": "b8a24686-e215-46a8-b4ca-f027cfd17597", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "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": 4084, "description": null, "tags": [], "created_at": "2022-10-04T21:25:20Z", "updated_at": "2022-10-04T21:25:20Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}, {"id": "e100a7fa-9100-4695-ace3-70ec3025c738", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "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": 4085, "description": null, "tags": [], "created_at": "2022-10-04T21:25:20Z", "updated_at": "2022-10-04T21:25:20Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}], "tags": [], "created_at": "2022-10-04T21:25:20Z", "updated_at": "2022-10-04T21:25:20Z", "revision_number": 1, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:22,694 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.694s 2022-10-04 21:25:22,694 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "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-d7e48ee9-e020-4d14-b480-e5bdcbfe02c0', 'date': 'Tue, 04 Oct 2022 21:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "42633c0b-1b27-4325-b813-fa9cfc807b90", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:22Z", "updated_at": "2022-10-04T21:25:22Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:23,361 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.666s 2022-10-04 21:25:23,362 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "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-6805f666-791a-4edd-a22a-1a36f6693024', 'date': 'Tue, 04 Oct 2022 21:25:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "400022d8-2b6d-4ae5-9a97-00ce2c9652a5", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:23Z", "updated_at": "2022-10-04T21:25:23Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:23,982 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.619s 2022-10-04 21:25:23,983 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0fe6472c-7e62-4f5c-8b1e-4596912f91ca', 'date': 'Tue, 04 Oct 2022 21:25:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0409f0d1-25c5-4dd5-a7e6-ca78759d5cba", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:23Z", "updated_at": "2022-10-04T21:25:23Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:24,666 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.682s 2022-10-04 21:25:24,667 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-87be5123-e97f-4ce7-90eb-2897cf4f823a', 'date': 'Tue, 04 Oct 2022 21:25:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffd645c2-f44b-4da8-bd40-d337d2dd2735", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:24Z", "updated_at": "2022-10-04T21:25:24Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:25,469 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.801s 2022-10-04 21:25:25,470 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-dd1f9ad0-cb3c-4384-ae71-711aca4e3853', 'date': 'Tue, 04 Oct 2022 21:25:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97b4a72a-78a3-4cda-aea5-840e69c8137f", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:25Z", "updated_at": "2022-10-04T21:25:25Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:26,321 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.850s 2022-10-04 21:25:26,322 130711 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": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "project_id": "c1ea0b0d12fc499dad11f4c35209eb91", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4b2c624d-98a9-4690-9835-b31a272b2087', 'date': 'Tue, 04 Oct 2022 21:25:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fb10559a-fb0c-4c97-b1e0-cb878aa49bd7", "tenant_id": "c1ea0b0d12fc499dad11f4c35209eb91", "security_group_id": "c9fb2b55-ceb3-43be-9e6b-1956d6b841f8", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:25:25Z", "updated_at": "2022-10-04T21:25:25Z", "revision_number": 0, "project_id": "c1ea0b0d12fc499dad11f4c35209eb91"}}' 2022-10-04 21:25:26,423 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.087s 2022-10-04 21:25:26,423 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fb00b118-f9d6-4ac1-81f5-bb2e44227c82', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f4fc078c2ec240ae86abfe7c2882e900", "name": "tempest-TestServerBasicOps-520885855-project", "password_expires_at": null}, "audit_ids": ["Z9D-8l8MTMaBnaL2fMSAqw"], "expires_at": "2022-10-04T22:25:26.000000Z", "issued_at": "2022-10-04T21:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1ea0b0d12fc499dad11f4c35209eb91", "name": "tempest-TestServerBasicOps-520885855"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_c1ea0b0d12fc499dad11f4c35209eb91", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/c1ea0b0d12fc499dad11f4c35209eb91", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/c1ea0b0d12fc499dad11f4c35209eb91", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/c1ea0b0d12fc499dad11f4c35209eb91", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:25:26,424 130711 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '81b3a6ac-f2e2-482b-b52b-eba8b37600c8', 'name': 'tempest-TestServerBasicOps-758836292-network', 'tenant_id': 'c1ea0b0d12fc499dad11f4c35209eb91', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c1ea0b0d12fc499dad11f4c35209eb91', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 449, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:24:53Z', 'updated_at': '2022-10-04T21:24:53Z', 'revision_number': 1} available for tenant 2022-10-04 21:25:27,259 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 500 POST http://10.222.0.78/compute/v2.1/servers 0.833s 2022-10-04 21:25:27,260 130711 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerBasicOps-server-25244086", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-1938209820", "security_groups": [{"name": "tempest-secgroup-smoke-921917678"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "81b3a6ac-f2e2-482b-b52b-eba8b37600c8"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-422206a2-e5e2-4c8f-b7d4-7a461552bca8', 'x-compute-request-id': 'req-422206a2-e5e2-4c8f-b7d4-7a461552bca8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:25:27,796 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/c9fb2b55-ceb3-43be-9e6b-1956d6b841f8 0.525s 2022-10-04 21:25:27,797 130711 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-9a621e77-cab5-496f-b2b9-ec299f9df7f3', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:25:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/c9fb2b55-ceb3-43be-9e6b-1956d6b841f8'} Body: b'' 2022-10-04 21:25:28,049 130711 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1938209820 0.252s 2022-10-04 21:25:28,050 130711 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, 04 Oct 2022 21:25:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c2b5f7f-955a-43eb-9fb8-4630b466c4a4', 'x-compute-request-id': 'req-6c2b5f7f-955a-43eb-9fb8-4630b466c4a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1938209820'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_basic_ops.py", line 135, in test_server_basic_ops self.instance = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 0 | 1 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
fail
ft53.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:17:39,894 130704 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.78/compute/v2.1/os-availability-zone/detail 0.932s 2022-10-04 21:17:39,895 130704 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, 04 Oct 2022 21:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f679e7a-31c8-4b02-872b-7dad7ced42b4', 'x-compute-request-id': 'req-9f679e7a-31c8-4b02-872b-7dad7ced42b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-852085-12": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2022-10-04T21:17:31.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2022-10-04T21:17:31.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h2-852085-12": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-10-04T21:17:32.000000"}}, "n-h1-852085-12": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-10-04T21:17:32.000000"}}}}]}' 2022-10-04 21:17:40,429 130704 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.480s 2022-10-04 21:17:40,430 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c750c9ca-314c-41b1-8cd9-3d02ecd8793a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2b1ee6913d074f2c9ecdb2ee8adf6f7f", "name": "tempest-TestServerMultinode-1461510171-project", "password_expires_at": null}, "audit_ids": ["lJAkOSfVR4GaV6Mu-WZvbA"], "expires_at": "2022-10-04T22:17:40.000000Z", "issued_at": "2022-10-04T21:17:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e2c855e54d84571bcba4b358dd867f0", "name": "tempest-TestServerMultinode-1461510171"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_7e2c855e54d84571bcba4b358dd867f0", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/7e2c855e54d84571bcba4b358dd867f0", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/7e2c855e54d84571bcba4b358dd867f0", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/7e2c855e54d84571bcba4b358dd867f0", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:17:40,431 130704 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': 'aec13732-ceb2-486d-92ff-f58cae5932a7', 'name': 'tempest-TestServerMultinode-1291177673-network', 'tenant_id': '7e2c855e54d84571bcba4b358dd867f0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e2c855e54d84571bcba4b358dd867f0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 429, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:40Z', 'updated_at': '2022-10-04T21:16:40Z', 'revision_number': 1} available for tenant 2022-10-04 21:17:42,367 130704 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 500 POST http://10.222.0.78/compute/v2.1/servers 1.934s 2022-10-04 21:17:42,368 130704 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerMultinode-server-314120185", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "availability_zone": "nova:n-h2-852085-12", "networks": [{"uuid": "aec13732-ceb2-486d-92ff-f58cae5932a7"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-f6edcf8a-7ea3-497b-8d42-2f145fabde29', 'x-compute-request-id': 'req-f6edcf8a-7ea3-497b-8d42-2f145fabde29', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_multinode.py", line 69, in test_schedule_to_all_nodes inst = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 0 | 2 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
fail
ft54.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:34:20,924 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.513s 2022-10-04 21:34:20,925 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-49463459", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFPITq03csVBUbaz3nKGbhSg0ZCrrBTzGoBIjRxi4nH/utBbiF/FSuOtWtDkpzU//yV2cbntNqH7QJuWkIJuZG8/6BTLNKbXb1t/b68u1QIK+Ejw3pvFNSOVa1enjMoyw=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6292dae-3b9a-4a55-aa3b-9c450636e792', 'x-compute-request-id': 'req-c6292dae-3b9a-4a55-aa3b-9c450636e792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-49463459", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFPITq03csVBUbaz3nKGbhSg0ZCrrBTzGoBIjRxi4nH/utBbiF/FSuOtWtDkpzU//yV2cbntNqH7QJuWkIJuZG8/6BTLNKbXb1t/b68u1QIK+Ejw3pvFNSOVa1enjMoyw==", "fingerprint": "68:72:f4:7b:94:c7:09:83:cb:af:e0:85:e0:73:7b:96", "user_id": "570063e6ff0b4ef383149d832a7768c0"}}' 2022-10-04 21:34:21,439 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.511s 2022-10-04 21:34:21,440 180165 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-520758528", "description": "tempest-secgroup-smoke-520758528 description", "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9c4110de-3522-4076-86f8-98455c10194d', 'date': 'Tue, 04 Oct 2022 21:34:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "abe03a39-0f94-472a-b90d-8fe00a058269", "name": "tempest-secgroup-smoke-520758528", "stateful": true, "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "description": "tempest-secgroup-smoke-520758528 description", "shared": false, "security_group_rules": [{"id": "7a18552f-8040-453a-9dfd-5ab1b420ba90", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "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": 4377, "description": null, "tags": [], "created_at": "2022-10-04T21:34:21Z", "updated_at": "2022-10-04T21:34:21Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}, {"id": "d282e205-4063-4439-bc4f-15fae5f5ba4c", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "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": 4376, "description": null, "tags": [], "created_at": "2022-10-04T21:34:21Z", "updated_at": "2022-10-04T21:34:21Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}], "tags": [], "created_at": "2022-10-04T21:34:21Z", "updated_at": "2022-10-04T21:34:21Z", "revision_number": 1, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:21,991 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.549s 2022-10-04 21:34:21,991 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "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-534e7c19-094a-4c4f-be27-44e2b5d9ae69', 'date': 'Tue, 04 Oct 2022 21:34:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8e6463c-cfdb-4019-a455-4735e1c83f48", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:21Z", "updated_at": "2022-10-04T21:34:21Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:22,490 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.497s 2022-10-04 21:34:22,490 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "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-5026d897-853b-441f-a740-38db1ed570a0', 'date': 'Tue, 04 Oct 2022 21:34:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "387e5184-11f3-48b6-830d-0fd3927b01aa", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:22Z", "updated_at": "2022-10-04T21:34:22Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:23,076 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.585s 2022-10-04 21:34:23,076 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b3f6c1a4-239a-44bb-b0bb-3d1859d8d0d5', 'date': 'Tue, 04 Oct 2022 21:34:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d62d762a-0cac-49a6-a4a2-ef6a7485369f", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:22Z", "updated_at": "2022-10-04T21:34:22Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:23,662 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.585s 2022-10-04 21:34:23,662 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-256e4381-dcfb-4bfc-84d6-a97dcf6004a7', 'date': 'Tue, 04 Oct 2022 21:34:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7322ef35-eb9c-40e3-a0a3-72996835c96a", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:23Z", "updated_at": "2022-10-04T21:34:23Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:24,160 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.495s 2022-10-04 21:34:24,160 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b8934a30-6d1a-4b45-a660-e5701ee4a79b', 'date': 'Tue, 04 Oct 2022 21:34:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dfa90866-4b95-4cd6-9c32-244e9db11ec9", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:23Z", "updated_at": "2022-10-04T21:34:23Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:24,806 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.644s 2022-10-04 21:34:24,806 180165 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": "abe03a39-0f94-472a-b90d-8fe00a058269", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e87789ad-215b-420b-a094-e4e5990a7cea', 'date': 'Tue, 04 Oct 2022 21:34:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b091726a-81fc-4992-aa83-d00a1da28f85", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "abe03a39-0f94-472a-b90d-8fe00a058269", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:24Z", "updated_at": "2022-10-04T21:34:24Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:24,884 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.064s 2022-10-04 21:34:24,885 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a2589152-6833-4119-b9e7-a20b8249dc79', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "570063e6ff0b4ef383149d832a7768c0", "name": "tempest-TestShelveInstance-34956895-project", "password_expires_at": null}, "audit_ids": ["S5DPIsYAT7KRhEXbUF4aEA"], "expires_at": "2022-10-04T22:34:24.000000Z", "issued_at": "2022-10-04T21:34:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a14a0b665fd4c4d98138e39f75314bc", "name": "tempest-TestShelveInstance-34956895"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:34:24,886 180165 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': 'a06351c4-36af-4262-9946-3608cacb37bd', 'name': 'tempest-TestShelveInstance-1184591603-network', 'tenant_id': '6a14a0b665fd4c4d98138e39f75314bc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6a14a0b665fd4c4d98138e39f75314bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:34:00Z', 'updated_at': '2022-10-04T21:34:00Z', 'revision_number': 1} available for tenant 2022-10-04 21:34:25,667 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 500 POST http://10.222.0.78/compute/v2.1/servers 0.779s 2022-10-04 21:34:25,670 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-1968543934", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-49463459", "security_groups": [{"name": "tempest-secgroup-smoke-520758528"}], "networks": [{"uuid": "a06351c4-36af-4262-9946-3608cacb37bd"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-d1822eed-02f4-4a4f-acee-a513ef3b509e', 'x-compute-request-id': 'req-d1822eed-02f4-4a4f-acee-a513ef3b509e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:34:26,155 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/abe03a39-0f94-472a-b90d-8fe00a058269 0.476s 2022-10-04 21:34:26,156 180165 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-4e35b010-d60e-4f42-88d7-0dc9d5b36c14', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:34:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/abe03a39-0f94-472a-b90d-8fe00a058269'} Body: b'' 2022-10-04 21:34:26,296 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestShelveInstance-49463459 0.138s 2022-10-04 21:34:26,296 180165 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, 04 Oct 2022 21:34:26 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-bbf823f9-165a-4a31-859c-16550574d5f1', 'x-compute-request-id': 'req-bbf823f9-165a-4a31-859c-16550574d5f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestShelveInstance-49463459'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 112, in test_shelve_instance self._create_server_then_shelve_and_unshelve() File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft54.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:34:26,490 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.184s 2022-10-04 21:34:26,491 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1219410960", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzrAzdui7P3e4I8nKr9/4ZjnBC3bMX6Vrw7dJQeEbn403DPG+urvVHFK+dCGnYu6O17jtnJDXocSlLH/73CF1lGMj89rxXwt9avTBmq70q3Ui9kFT2OpsDMt0Q2C1e9OA=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-172d7038-c7d8-49ab-b91f-186e2c1efe67', 'x-compute-request-id': 'req-172d7038-c7d8-49ab-b91f-186e2c1efe67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1219410960", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzrAzdui7P3e4I8nKr9/4ZjnBC3bMX6Vrw7dJQeEbn403DPG+urvVHFK+dCGnYu6O17jtnJDXocSlLH/73CF1lGMj89rxXwt9avTBmq70q3Ui9kFT2OpsDMt0Q2C1e9OA==", "fingerprint": "43:fa:2e:28:50:7c:46:0b:52:f8:21:79:9f:0c:af:bc", "user_id": "570063e6ff0b4ef383149d832a7768c0"}}' 2022-10-04 21:34:27,022 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.526s 2022-10-04 21:34:27,023 180165 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-1426684595", "description": "tempest-secgroup-smoke-1426684595 description", "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-c9c5c4c0-dc67-4eac-b468-5a0a2cfa9916', 'date': 'Tue, 04 Oct 2022 21:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d1a475d6-2be8-4e42-978e-5776476fd950", "name": "tempest-secgroup-smoke-1426684595", "stateful": true, "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "description": "tempest-secgroup-smoke-1426684595 description", "shared": false, "security_group_rules": [{"id": "90957c86-7f29-4c02-b9bc-e98848dc8359", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "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": 4385, "description": null, "tags": [], "created_at": "2022-10-04T21:34:26Z", "updated_at": "2022-10-04T21:34:26Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}, {"id": "f6803cb8-a3cf-4bbb-ae72-c53f411853d0", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "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": 4386, "description": null, "tags": [], "created_at": "2022-10-04T21:34:26Z", "updated_at": "2022-10-04T21:34:26Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}], "tags": [], "created_at": "2022-10-04T21:34:26Z", "updated_at": "2022-10-04T21:34:26Z", "revision_number": 1, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:27,583 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.560s 2022-10-04 21:34:27,584 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "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-362ba092-679a-457c-89ab-b60f9e26b104', 'date': 'Tue, 04 Oct 2022 21:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "da6c6d8a-939f-4130-9b5d-5b05838eb85b", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:27Z", "updated_at": "2022-10-04T21:34:27Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:28,103 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.517s 2022-10-04 21:34:28,104 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "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-fe7fc02e-08f0-47b1-bf1d-e31777607c70', 'date': 'Tue, 04 Oct 2022 21:34:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62a2617b-1554-4365-a3f6-19c997b01c36", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:27Z", "updated_at": "2022-10-04T21:34:27Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:28,667 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.562s 2022-10-04 21:34:28,668 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cd388c3a-071d-4552-b5ba-9cab942f51bd', 'date': 'Tue, 04 Oct 2022 21:34:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "987e2b63-8e77-459d-9b9e-621f537080fa", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:28Z", "updated_at": "2022-10-04T21:34:28Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:29,330 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.661s 2022-10-04 21:34:29,331 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d27fa479-7770-4620-8630-ae3721c820c1', 'date': 'Tue, 04 Oct 2022 21:34:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6540542a-bc7b-434c-b566-97eda83283cd", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:28Z", "updated_at": "2022-10-04T21:34:28Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:29,970 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.638s 2022-10-04 21:34:29,971 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-04c71436-ee88-4f35-a18d-6d1ee0221e45', 'date': 'Tue, 04 Oct 2022 21:34:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48027598-4335-4e65-9510-6d7bad4cafd9", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:29Z", "updated_at": "2022-10-04T21:34:29Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:30,471 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.499s 2022-10-04 21:34:30,471 180165 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": "d1a475d6-2be8-4e42-978e-5776476fd950", "project_id": "6a14a0b665fd4c4d98138e39f75314bc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e1dcad24-7ab7-40d2-9367-75fb9afa0937', 'date': 'Tue, 04 Oct 2022 21:34:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9b6abb6-dc36-4475-a84a-f0fbaa88e71d", "tenant_id": "6a14a0b665fd4c4d98138e39f75314bc", "security_group_id": "d1a475d6-2be8-4e42-978e-5776476fd950", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:34:30Z", "updated_at": "2022-10-04T21:34:30Z", "revision_number": 0, "project_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:30,545 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.062s 2022-10-04 21:34:30,545 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2fb0d94e-5b0d-45c2-ace2-79abcb4c2864', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "570063e6ff0b4ef383149d832a7768c0", "name": "tempest-TestShelveInstance-34956895-project", "password_expires_at": null}, "audit_ids": ["ZOc_FTD6QN-pfzQdZPdUxw"], "expires_at": "2022-10-04T22:34:30.000000Z", "issued_at": "2022-10-04T21:34:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a14a0b665fd4c4d98138e39f75314bc", "name": "tempest-TestShelveInstance-34956895"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/6a14a0b665fd4c4d98138e39f75314bc", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:34:30,546 180165 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'a06351c4-36af-4262-9946-3608cacb37bd', 'name': 'tempest-TestShelveInstance-1184591603-network', 'tenant_id': '6a14a0b665fd4c4d98138e39f75314bc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6a14a0b665fd4c4d98138e39f75314bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:34:00Z', 'updated_at': '2022-10-04T21:34:00Z', 'revision_number': 1} available for tenant 2022-10-04 21:34:31,725 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes 1.176s 2022-10-04 21:34:31,725 180165 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-2058953332", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d5df2c-3637-4578-b0f3-94fe966890ef', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d5df2c-3637-4578-b0f3-94fe966890ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.385118", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:34:31,808 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.066s 2022-10-04 21:34:31,808 180165 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, 04 Oct 2022 21:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9234d0d1-e686-4257-826d-a9bbe918691a', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9234d0d1-e686-4257-826d-a9bbe918691a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:32,908 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.084s 2022-10-04 21:34:32,909 180165 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, 04 Oct 2022 21:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29645bc5-344b-4530-a4d0-cd6179a14ed6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29645bc5-344b-4530-a4d0-cd6179a14ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:34,021 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.086s 2022-10-04 21:34:34,022 180165 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, 04 Oct 2022 21:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc6ed03-f594-4975-b261-0d026e95c0e8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc6ed03-f594-4975-b261-0d026e95c0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:35,131 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.083s 2022-10-04 21:34:35,132 180165 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, 04 Oct 2022 21:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1762944e-ee49-4f7f-9fd2-0de0ba8debaf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1762944e-ee49-4f7f-9fd2-0de0ba8debaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:36,232 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:34:36,233 180165 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, 04 Oct 2022 21:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaefe9c8-f109-4162-98c3-b8bd45348a8b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaefe9c8-f109-4162-98c3-b8bd45348a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:37,337 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.084s 2022-10-04 21:34:37,338 180165 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, 04 Oct 2022 21:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a261da-777e-480c-a277-893e0b58879a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a261da-777e-480c-a277-893e0b58879a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:38,442 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.082s 2022-10-04 21:34:38,443 180165 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, 04 Oct 2022 21:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17eb7f72-ee37-444e-be0d-2f091dd78981', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17eb7f72-ee37-444e-be0d-2f091dd78981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:39,557 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.085s 2022-10-04 21:34:39,558 180165 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, 04 Oct 2022 21:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1ac29e-71fb-42a6-a982-99b1325778d2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1ac29e-71fb-42a6-a982-99b1325778d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:40,662 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.082s 2022-10-04 21:34:40,662 180165 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, 04 Oct 2022 21:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fad05184-140c-4686-99fc-5e5569d88005', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fad05184-140c-4686-99fc-5e5569d88005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:41,772 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.082s 2022-10-04 21:34:41,773 180165 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, 04 Oct 2022 21:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5579aa60-3949-4311-9c24-ce9cc434e40f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5579aa60-3949-4311-9c24-ce9cc434e40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:42,871 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.071s 2022-10-04 21:34:42,872 180165 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, 04 Oct 2022 21:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96182057-9a04-4e61-8c8d-145c3e41d661', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96182057-9a04-4e61-8c8d-145c3e41d661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:43,970 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.082s 2022-10-04 21:34:43,970 180165 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, 04 Oct 2022 21:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c15ec8-a152-45fa-be8a-37d118315a78', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c15ec8-a152-45fa-be8a-37d118315a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:45,060 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.062s 2022-10-04 21:34:45,061 180165 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, 04 Oct 2022 21:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8fb8a3b-306f-4300-b4bd-6d94a1781e54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8fb8a3b-306f-4300-b4bd-6d94a1781e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:46,175 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.087s 2022-10-04 21:34:46,176 180165 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, 04 Oct 2022 21:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84832d6e-58c4-40d9-9775-5dc35086486c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84832d6e-58c4-40d9-9775-5dc35086486c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:47,266 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.064s 2022-10-04 21:34:47,267 180165 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, 04 Oct 2022 21:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c5c786-8385-4fe8-83a4-721232288bfa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c5c786-8385-4fe8-83a4-721232288bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:48,345 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.061s 2022-10-04 21:34:48,346 180165 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, 04 Oct 2022 21:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da702ada-06bf-48b4-9e04-fd0c29560d91', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da702ada-06bf-48b4-9e04-fd0c29560d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:49,460 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.086s 2022-10-04 21:34:49,460 180165 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, 04 Oct 2022 21:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea11acb6-3623-4325-be39-50e26f41b6fd', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea11acb6-3623-4325-be39-50e26f41b6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:50,571 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.083s 2022-10-04 21:34:50,571 180165 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, 04 Oct 2022 21:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d7a03a-ccc8-44cc-b67e-c82e0cb38ded', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d7a03a-ccc8-44cc-b67e-c82e0cb38ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:51,694 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.097s 2022-10-04 21:34:51,695 180165 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, 04 Oct 2022 21:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80e2c29-e716-44f0-90e9-9b18c08b436e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80e2c29-e716-44f0-90e9-9b18c08b436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:32.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:52,792 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.079s 2022-10-04 21:34:52,792 180165 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, 04 Oct 2022 21:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653655a9-fa1b-4547-bb5f-ecead5404178', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653655a9-fa1b-4547-bb5f-ecead5404178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:53,901 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:34:53,902 180165 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, 04 Oct 2022 21:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d485dc0-0a32-40e8-b86f-118446f47086', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d485dc0-0a32-40e8-b86f-118446f47086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:55,012 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:34:55,013 180165 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, 04 Oct 2022 21:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd7598d-7464-4a39-81ce-98fcb2086d4c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd7598d-7464-4a39-81ce-98fcb2086d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:56,125 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.086s 2022-10-04 21:34:56,125 180165 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, 04 Oct 2022 21:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655b3a1a-0f7d-416f-9c55-09969bd9ae90', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655b3a1a-0f7d-416f-9c55-09969bd9ae90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:57,218 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.062s 2022-10-04 21:34:57,219 180165 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, 04 Oct 2022 21:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898b3000-aa18-441d-80bc-b7bca57c8248', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898b3000-aa18-441d-80bc-b7bca57c8248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:58,319 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.085s 2022-10-04 21:34:58,319 180165 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, 04 Oct 2022 21:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e7bb3b-4fba-4c8f-8c6a-1e1ac3f9da07', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e7bb3b-4fba-4c8f-8c6a-1e1ac3f9da07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:34:59,433 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.085s 2022-10-04 21:34:59,434 180165 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, 04 Oct 2022 21:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a48c9e6c-85f2-4e51-9438-1293542b9f63', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a48c9e6c-85f2-4e51-9438-1293542b9f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:35:00,545 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.083s 2022-10-04 21:35:00,545 180165 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, 04 Oct 2022 21:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7daa7f-b97c-477f-95d2-d0680aa39961', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7daa7f-b97c-477f-95d2-d0680aa39961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:35:01,655 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:35:01,656 180165 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, 04 Oct 2022 21:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66e8efa-2b73-45a5-ac42-faebe34f5083', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66e8efa-2b73-45a5-ac42-faebe34f5083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:34:52.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:35:02,763 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:35:02,764 180165 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, 04 Oct 2022 21:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7deb80-2670-4db0-b3c0-b9b97b2d1491', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7deb80-2670-4db0-b3c0-b9b97b2d1491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:35:02.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:35:03,871 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20 0.081s 2022-10-04 21:35:03,872 180165 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, 04 Oct 2022 21:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1e9171-2126-4c47-8799-a8e64bcdae2f', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1e9171-2126-4c47-8799-a8e64bcdae2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20'} Body: b'{"volume": {"id": "344a22d2-b282-4042-9c97-6fe68a107a20", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:34:31.000000", "updated_at": "2022-10-04T21:35:03.000000", "name": "tempest-tempest.common.compute-volume-2058953332", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6a14a0b665fd4c4d98138e39f75314bc/volumes/344a22d2-b282-4042-9c97-6fe68a107a20"}], "user_id": "570063e6ff0b4ef383149d832a7768c0", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "6a14a0b665fd4c4d98138e39f75314bc"}}' 2022-10-04 21:35:03,898 180165 INFO [tempest.common.waiters] volume 344a22d2-b282-4042-9c97-6fe68a107a20 reached available after waiting for 32.898138 seconds 2022-10-04 21:35:04,506 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://10.222.0.78/compute/v2.1/servers 0.607s 2022-10-04 21:35:04,507 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-2111890094", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1219410960", "security_groups": [{"name": "tempest-secgroup-smoke-1426684595"}], "networks": [{"uuid": "a06351c4-36af-4262-9946-3608cacb37bd"}], "block_device_mapping_v2": [{"uuid": "344a22d2-b282-4042-9c97-6fe68a107a20", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-19adbc42-5a50-4f7c-9f32-bb5673af1bbb', 'x-compute-request-id': 'req-19adbc42-5a50-4f7c-9f32-bb5673af1bbb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:35:04,909 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/d1a475d6-2be8-4e42-978e-5776476fd950 0.401s 2022-10-04 21:35:04,910 180165 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-8f963141-e42e-4038-a6d8-31afc79f2bdd', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:35:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/d1a475d6-2be8-4e42-978e-5776476fd950'} Body: b'' 2022-10-04 21:35:05,080 180165 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1219410960 0.163s 2022-10-04 21:35:05,080 180165 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, 04 Oct 2022 21:35:04 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-5b407b4b-f385-4a84-9fe3-920e92885862', 'x-compute-request-id': 'req-5b407b4b-f385-4a84-9fe3-920e92885862', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1219410960'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
fail
ft55.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:35:44,284 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.514s 2022-10-04 21:35:44,285 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-766069720", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3qFmWy3tIGzfBXmoQZiyqXeSC7rjtPBRtZHMai+DqXgEk11OuyHH+7n8dOl+gP7BIgyHcGRsqB5b5N36U2IKO6WiZgbnwzvYv1nuFpxN3dEnuYGvkyo9215TK5j9mghw=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2995a0b9-a5f0-4466-a4b3-0e9ebc196919', 'x-compute-request-id': 'req-2995a0b9-a5f0-4466-a4b3-0e9ebc196919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-766069720", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3qFmWy3tIGzfBXmoQZiyqXeSC7rjtPBRtZHMai+DqXgEk11OuyHH+7n8dOl+gP7BIgyHcGRsqB5b5N36U2IKO6WiZgbnwzvYv1nuFpxN3dEnuYGvkyo9215TK5j9mghw==", "fingerprint": "17:d8:1e:63:8f:2f:80:67:be:55:7c:99:2c:a7:3f:d1", "user_id": "55e9386df0044a1eb9651d4a46570fa8"}}' 2022-10-04 21:35:44,866 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.573s 2022-10-04 21:35:44,867 180165 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-1317794137", "description": "tempest-secgroup-smoke-1317794137 description", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-59ed8ea1-45d4-493e-89c6-684e34bf1504', 'date': 'Tue, 04 Oct 2022 21:35:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "name": "tempest-secgroup-smoke-1317794137", "stateful": true, "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "description": "tempest-secgroup-smoke-1317794137 description", "shared": false, "security_group_rules": [{"id": "255f3cb2-e45b-498a-a760-0b45cc93b8fe", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "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": 4418, "description": null, "tags": [], "created_at": "2022-10-04T21:35:44Z", "updated_at": "2022-10-04T21:35:44Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}, {"id": "a4016633-753b-4b11-9f52-02b3d46bbd59", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "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": 4419, "description": null, "tags": [], "created_at": "2022-10-04T21:35:44Z", "updated_at": "2022-10-04T21:35:44Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}], "tags": [], "created_at": "2022-10-04T21:35:44Z", "updated_at": "2022-10-04T21:35:44Z", "revision_number": 1, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:45,409 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.541s 2022-10-04 21:35:45,409 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "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-1c8afd10-3922-47b8-af5e-cb03aeafb8fd', 'date': 'Tue, 04 Oct 2022 21:35:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "512e9359-9938-4b0d-8533-cddd0c06b446", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:45Z", "updated_at": "2022-10-04T21:35:45Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:45,952 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.542s 2022-10-04 21:35:45,953 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "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-9ab51eb4-a9b3-4901-a7ae-dff048c3fd72', 'date': 'Tue, 04 Oct 2022 21:35:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75152fd3-8b99-47cd-83af-95b1a8900dea", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:45Z", "updated_at": "2022-10-04T21:35:45Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:46,569 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.614s 2022-10-04 21:35:46,570 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-52a3ee3c-70b9-401d-8c19-3755a026235c', 'date': 'Tue, 04 Oct 2022 21:35:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60fc3fba-7207-49b0-8bbd-af4eb0423595", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:46Z", "updated_at": "2022-10-04T21:35:46Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:47,144 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.573s 2022-10-04 21:35:47,145 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3d2104b8-91f0-473d-867d-44500d6b05a0', 'date': 'Tue, 04 Oct 2022 21:35:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "82e7c63b-1d48-4fef-8ef3-5888bd156593", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:46Z", "updated_at": "2022-10-04T21:35:46Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:47,622 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.476s 2022-10-04 21:35:47,622 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1fe968b8-1e08-4509-abac-64f71e28b031', 'date': 'Tue, 04 Oct 2022 21:35:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6939c62e-a61e-4f0f-8a0c-fdd6e3fe84fb", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:47Z", "updated_at": "2022-10-04T21:35:47Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:48,264 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.640s 2022-10-04 21:35:48,265 180165 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": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ff13fcb4-ae6c-48cf-a16f-ca458fed3b4f', 'date': 'Tue, 04 Oct 2022 21:35:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "43ad78bf-16ad-415e-b8b9-351b32aa9b7c", "tenant_id": "ff8c73de4bee4a1a86546a72ba04b0f4", "security_group_id": "96d5bd8a-b121-47ce-bd50-9284e9b269b9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:35:47Z", "updated_at": "2022-10-04T21:35:47Z", "revision_number": 0, "project_id": "ff8c73de4bee4a1a86546a72ba04b0f4"}}' 2022-10-04 21:35:48,323 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.050s 2022-10-04 21:35:48,324 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5f977774-39cd-4edb-bed4-417cac9a7cb9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55e9386df0044a1eb9651d4a46570fa8", "name": "tempest-TestSnapshotPattern-2019571311-project", "password_expires_at": null}, "audit_ids": ["Bblx_fznS3erHY-Osax7vQ"], "expires_at": "2022-10-04T22:35:48.000000Z", "issued_at": "2022-10-04T21:35:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff8c73de4bee4a1a86546a72ba04b0f4", "name": "tempest-TestSnapshotPattern-2019571311"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_ff8c73de4bee4a1a86546a72ba04b0f4", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/ff8c73de4bee4a1a86546a72ba04b0f4", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/ff8c73de4bee4a1a86546a72ba04b0f4", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/ff8c73de4bee4a1a86546a72ba04b0f4", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:35:48,324 180165 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': '2f6af9be-1ad7-41f0-b2f3-df1febab73ff', 'name': 'tempest-TestSnapshotPattern-318920144-network', 'tenant_id': 'ff8c73de4bee4a1a86546a72ba04b0f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff8c73de4bee4a1a86546a72ba04b0f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 427, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:35:23Z', 'updated_at': '2022-10-04T21:35:23Z', 'revision_number': 1} available for tenant 2022-10-04 21:35:48,952 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 500 POST http://10.222.0.78/compute/v2.1/servers 0.626s 2022-10-04 21:35:48,952 180165 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestSnapshotPattern-server-884672854", "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-766069720", "security_groups": [{"name": "tempest-secgroup-smoke-1317794137"}], "networks": [{"uuid": "2f6af9be-1ad7-41f0-b2f3-df1febab73ff"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:35: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': '214', 'x-openstack-request-id': 'req-db5c8e00-8a36-4a71-ae19-db0ab181ea91', 'x-compute-request-id': 'req-db5c8e00-8a36-4a71-ae19-db0ab181ea91', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:35:49,362 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/96d5bd8a-b121-47ce-bd50-9284e9b269b9 0.404s 2022-10-04 21:35:49,363 180165 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-303e8087-5fd5-4984-ae1e-68700fc511e5', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:35:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/96d5bd8a-b121-47ce-bd50-9284e9b269b9'} Body: b'' 2022-10-04 21:35:49,581 180165 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-766069720 0.217s 2022-10-04 21:35:49,581 180165 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, 04 Oct 2022 21:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01e5ff76-8228-47a2-b0a1-a7d8cc565281', 'x-compute-request-id': 'req-01e5ff76-8228-47a2-b0a1-a7d8cc565281', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-766069720'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_snapshot_pattern.py", line 56, in test_snapshot_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
fail
ft56.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:09:09,162 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9 0.664s 2022-10-04 21:09:09,162 130714 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, 04 Oct 2022 21:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5604d3e6-cd82-4a61-9194-e56eac8a7e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9'} 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": "39207e776fb342b89ba6688e4c9f0eb3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "created_at": "2022-10-04T20:21:18Z", "updated_at": "2022-10-04T20:21:43Z", "tags": [], "self": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "file": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:09:11,624 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes 2.460s 2022-10-04 21:09:11,627 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBackupRestore-volume-1499476603", "snapshot_id": null, "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-979aca98-2d5b-476e-b941-2c1ee45391da', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-979aca98-2d5b-476e-b941-2c1ee45391da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:10.885477", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:09:11,784 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.124s 2022-10-04 21:09:11,784 130714 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, 04 Oct 2022 21:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-340ca916-80df-4317-9b33-6a266a06bd24', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-340ca916-80df-4317-9b33-6a266a06bd24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:13,072 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.254s 2022-10-04 21:09:13,073 130714 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, 04 Oct 2022 21:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb723df9-167c-4412-8cb6-3b7d87b512f3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb723df9-167c-4412-8cb6-3b7d87b512f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:14,295 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.195s 2022-10-04 21:09:14,296 130714 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, 04 Oct 2022 21:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7887f5-dfd1-4047-a771-dd2dbfff7f5e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7887f5-dfd1-4047-a771-dd2dbfff7f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:15,418 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.090s 2022-10-04 21:09:15,419 130714 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, 04 Oct 2022 21:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aede379-25e9-4714-8856-a99724811e33', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aede379-25e9-4714-8856-a99724811e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:16,859 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.404s 2022-10-04 21:09:16,863 130714 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, 04 Oct 2022 21:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2059fa4d-6441-4aaa-b4f6-fd67d371ef60', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2059fa4d-6441-4aaa-b4f6-fd67d371ef60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:18,324 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.418s 2022-10-04 21:09:18,325 130714 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, 04 Oct 2022 21:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b44e69-25bf-4e8b-9c45-29c37b94f14f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b44e69-25bf-4e8b-9c45-29c37b94f14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:19,596 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.242s 2022-10-04 21:09:19,597 130714 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, 04 Oct 2022 21:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be450ebd-7863-47fe-946d-fd8fe9b8a5d8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be450ebd-7863-47fe-946d-fd8fe9b8a5d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:20,906 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.271s 2022-10-04 21:09:20,907 130714 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, 04 Oct 2022 21:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b046c1-0aa2-402a-9d69-fbcfc00115bb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b046c1-0aa2-402a-9d69-fbcfc00115bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:22,129 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.194s 2022-10-04 21:09:22,129 130714 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, 04 Oct 2022 21:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b9f8da-b190-4309-9d40-0659e724f9f9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b9f8da-b190-4309-9d40-0659e724f9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:23,380 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.218s 2022-10-04 21:09:23,380 130714 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, 04 Oct 2022 21:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1030bf5-f605-4811-b223-8ba273be072e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1030bf5-f605-4811-b223-8ba273be072e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:24,666 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.257s 2022-10-04 21:09:24,667 130714 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, 04 Oct 2022 21:09:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-207fe19d-3876-44ef-bd05-05ed80283cbd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-207fe19d-3876-44ef-bd05-05ed80283cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:25,987 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.290s 2022-10-04 21:09:25,988 130714 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, 04 Oct 2022 21:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f40700-e0c5-4469-a884-d01ed91a3ae3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f40700-e0c5-4469-a884-d01ed91a3ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:27,286 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.261s 2022-10-04 21:09:27,286 130714 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, 04 Oct 2022 21:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e615e45e-afb9-4364-b14a-ae83711fbb1a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e615e45e-afb9-4364-b14a-ae83711fbb1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:28,713 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.392s 2022-10-04 21:09:28,714 130714 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, 04 Oct 2022 21:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-312df837-3073-4eca-9a0e-f9784fddbf7b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-312df837-3073-4eca-9a0e-f9784fddbf7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:30,006 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.256s 2022-10-04 21:09:30,006 130714 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, 04 Oct 2022 21:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0983c1-388e-4faa-8217-e664fec02a67', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0983c1-388e-4faa-8217-e664fec02a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:31,300 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.256s 2022-10-04 21:09:31,301 130714 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, 04 Oct 2022 21:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86fbe5c-853e-43cd-bbb1-0faadbd44630', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86fbe5c-853e-43cd-bbb1-0faadbd44630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:32,661 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.329s 2022-10-04 21:09:32,662 130714 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, 04 Oct 2022 21:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8513b2dc-d34e-4e59-976e-42815f4b38fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8513b2dc-d34e-4e59-976e-42815f4b38fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:33,885 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.190s 2022-10-04 21:09:33,886 130714 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, 04 Oct 2022 21:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179b5e2c-5c96-4777-a958-416aca9d4a0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179b5e2c-5c96-4777-a958-416aca9d4a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:35,213 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.291s 2022-10-04 21:09:35,213 130714 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, 04 Oct 2022 21:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19195c0-bffb-4d73-b74a-90d56708c3c4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19195c0-bffb-4d73-b74a-90d56708c3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:36,353 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.103s 2022-10-04 21:09:36,353 130714 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, 04 Oct 2022 21:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddffc39f-9f8b-40e9-88c1-cebd6d0365e8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddffc39f-9f8b-40e9-88c1-cebd6d0365e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:37,597 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.213s 2022-10-04 21:09:37,597 130714 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, 04 Oct 2022 21:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba35a33f-6238-4f6d-8b48-91319b50c1f1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba35a33f-6238-4f6d-8b48-91319b50c1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:38,925 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.302s 2022-10-04 21:09:38,926 130714 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, 04 Oct 2022 21:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6917b3-8f4c-4693-8bc1-e01fafa5c0d8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6917b3-8f4c-4693-8bc1-e01fafa5c0d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:40,187 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.228s 2022-10-04 21:09:40,188 130714 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, 04 Oct 2022 21:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f0bc3e-d489-412a-a371-3e6b3c29a2a7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f0bc3e-d489-412a-a371-3e6b3c29a2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:41,421 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.206s 2022-10-04 21:09:41,421 130714 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, 04 Oct 2022 21:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b4a49f-3485-4aa6-b077-f8e3bde39417', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b4a49f-3485-4aa6-b077-f8e3bde39417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:42,702 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.253s 2022-10-04 21:09:42,702 130714 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, 04 Oct 2022 21:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc488e8-ec29-4a72-ac5d-e09019665ca7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc488e8-ec29-4a72-ac5d-e09019665ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:43,991 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.255s 2022-10-04 21:09:43,991 130714 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, 04 Oct 2022 21:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6999588-cf7b-43de-ae52-daa046b0141c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6999588-cf7b-43de-ae52-daa046b0141c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:45,258 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.234s 2022-10-04 21:09:45,258 130714 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, 04 Oct 2022 21:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acb406d-d9d3-4011-bc8f-8901d091e0ed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acb406d-d9d3-4011-bc8f-8901d091e0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:46,527 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.233s 2022-10-04 21:09:46,527 130714 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, 04 Oct 2022 21:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b46bb8-e474-420a-b395-60b351957978', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b46bb8-e474-420a-b395-60b351957978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:47,788 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.231s 2022-10-04 21:09:47,789 130714 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, 04 Oct 2022 21:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9266fce2-fee6-41d7-bab3-c18f010acfb0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9266fce2-fee6-41d7-bab3-c18f010acfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:49,069 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.245s 2022-10-04 21:09:49,069 130714 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, 04 Oct 2022 21:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc025dc1-952f-4f71-b356-65f8362a044a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc025dc1-952f-4f71-b356-65f8362a044a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:50,442 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.330s 2022-10-04 21:09:50,442 130714 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, 04 Oct 2022 21:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3aeef5-2940-4052-ab17-b822c9d303df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3aeef5-2940-4052-ab17-b822c9d303df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:51,699 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.221s 2022-10-04 21:09:51,700 130714 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, 04 Oct 2022 21:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94386517-d8c3-41cd-aa3a-7536a2906b12', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94386517-d8c3-41cd-aa3a-7536a2906b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:53,003 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.264s 2022-10-04 21:09:53,003 130714 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, 04 Oct 2022 21:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a2d2ac1-6001-41e7-ab7d-07f7c8442874', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a2d2ac1-6001-41e7-ab7d-07f7c8442874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:54,292 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.262s 2022-10-04 21:09:54,292 130714 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, 04 Oct 2022 21:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ece7e2-0cf8-4c33-ad47-e44361140c4e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ece7e2-0cf8-4c33-ad47-e44361140c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:55,617 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.293s 2022-10-04 21:09:55,617 130714 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, 04 Oct 2022 21:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5bd20e-81aa-471f-878c-4e411cbed0c6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5bd20e-81aa-471f-878c-4e411cbed0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:56,803 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.149s 2022-10-04 21:09:56,803 130714 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, 04 Oct 2022 21:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78e66d5-9e36-47c6-aa7a-55a924fea891', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78e66d5-9e36-47c6-aa7a-55a924fea891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:57,950 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.123s 2022-10-04 21:09:57,951 130714 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, 04 Oct 2022 21:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f36ee0-b990-4a34-96de-24b6fcff127b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f36ee0-b990-4a34-96de-24b6fcff127b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:09:59,079 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.100s 2022-10-04 21:09:59,080 130714 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, 04 Oct 2022 21:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9186dfa3-9e57-49fe-af3c-c1fcfcd3478a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9186dfa3-9e57-49fe-af3c-c1fcfcd3478a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:00,343 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.235s 2022-10-04 21:10:00,344 130714 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, 04 Oct 2022 21:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f85b6d-dc7e-475d-b6fb-ffe6c2711eb6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f85b6d-dc7e-475d-b6fb-ffe6c2711eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:01,713 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.289s 2022-10-04 21:10:01,713 130714 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, 04 Oct 2022 21:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd28441a-9e77-42bd-84b6-af72a4e6a044', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd28441a-9e77-42bd-84b6-af72a4e6a044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:02,930 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.190s 2022-10-04 21:10:02,930 130714 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, 04 Oct 2022 21:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3863dd75-791b-4ff1-b024-5c76e8b74a08', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3863dd75-791b-4ff1-b024-5c76e8b74a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:04,201 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.243s 2022-10-04 21:10:04,202 130714 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, 04 Oct 2022 21:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7f633c7-1c94-48e4-916e-801578e14a55', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7f633c7-1c94-48e4-916e-801578e14a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:05,462 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.233s 2022-10-04 21:10:05,463 130714 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, 04 Oct 2022 21:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9802c334-7e63-4a72-a208-913d721002eb', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9802c334-7e63-4a72-a208-913d721002eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:06,644 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.147s 2022-10-04 21:10:06,655 130714 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, 04 Oct 2022 21:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62776ed9-57ae-4870-bdda-eb6671e5b274', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62776ed9-57ae-4870-bdda-eb6671e5b274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:07,933 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.221s 2022-10-04 21:10:07,934 130714 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, 04 Oct 2022 21:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43effec-635d-4418-97ba-db39dab3919f', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43effec-635d-4418-97ba-db39dab3919f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:09:12.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:09,178 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.220s 2022-10-04 21:10:09,178 130714 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, 04 Oct 2022 21:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd1e1f0a-af01-4e0f-bf3a-a5bf99087ae9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd1e1f0a-af01-4e0f-bf3a-a5bf99087ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:10,495 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.274s 2022-10-04 21:10:10,496 130714 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, 04 Oct 2022 21:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f9a9c7c-cb33-4465-9f58-f8e1f887e473', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f9a9c7c-cb33-4465-9f58-f8e1f887e473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:11,698 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.164s 2022-10-04 21:10:11,699 130714 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, 04 Oct 2022 21:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ed5eec-5fcf-4334-a8fc-af376c0f4fee', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ed5eec-5fcf-4334-a8fc-af376c0f4fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:12,955 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.228s 2022-10-04 21:10:12,956 130714 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, 04 Oct 2022 21:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db802b6-6314-4fcf-b533-80977e395fc8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db802b6-6314-4fcf-b533-80977e395fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:14,248 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.259s 2022-10-04 21:10:14,249 130714 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, 04 Oct 2022 21:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-346278ee-1fbc-4fc4-adbd-194b9d6dcb1f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-346278ee-1fbc-4fc4-adbd-194b9d6dcb1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:15,491 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.201s 2022-10-04 21:10:15,492 130714 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, 04 Oct 2022 21:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a929991-ffbc-4ec0-b484-422c25f7872b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a929991-ffbc-4ec0-b484-422c25f7872b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:16,741 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.216s 2022-10-04 21:10:16,742 130714 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, 04 Oct 2022 21:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175a1c63-5781-4a97-ae12-8d0a8d46b62b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175a1c63-5781-4a97-ae12-8d0a8d46b62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:17,999 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.196s 2022-10-04 21:10:18,000 130714 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, 04 Oct 2022 21:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23714d0a-bdcb-410e-bcdc-fd99e41c58ac', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23714d0a-bdcb-410e-bcdc-fd99e41c58ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:19,265 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.233s 2022-10-04 21:10:19,265 130714 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, 04 Oct 2022 21:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6501f2e-a765-4aa7-a854-62bda58adb3f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6501f2e-a765-4aa7-a854-62bda58adb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:20,506 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.208s 2022-10-04 21:10:20,506 130714 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, 04 Oct 2022 21:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002d1060-24e9-4131-b583-e20e29f85c23', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002d1060-24e9-4131-b583-e20e29f85c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:21,719 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.175s 2022-10-04 21:10:21,720 130714 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, 04 Oct 2022 21:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e8ba843-9ab2-4a1b-aa19-e56ca2413c41', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e8ba843-9ab2-4a1b-aa19-e56ca2413c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:22,942 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.195s 2022-10-04 21:10:22,943 130714 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, 04 Oct 2022 21:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072f8f63-2428-4bf4-84c3-3e577d41feb3', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072f8f63-2428-4bf4-84c3-3e577d41feb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:24,320 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.342s 2022-10-04 21:10:24,321 130714 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, 04 Oct 2022 21:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e996345-94c8-4878-bf6c-91dfb4e0e2f7', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e996345-94c8-4878-bf6c-91dfb4e0e2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:27,100 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 1.750s 2022-10-04 21:10:27,101 130714 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, 04 Oct 2022 21:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f3165e-08a7-4086-bc49-ec01c0ae6101', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f3165e-08a7-4086-bc49-ec01c0ae6101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:28,350 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.222s 2022-10-04 21:10:28,351 130714 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, 04 Oct 2022 21:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0ce7f4-2f9a-429b-a7d0-6c4de7979c1b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0ce7f4-2f9a-429b-a7d0-6c4de7979c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:29,685 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.294s 2022-10-04 21:10:29,686 130714 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, 04 Oct 2022 21:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c59585-ddc8-49d1-91bb-5e010ae7abca', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c59585-ddc8-49d1-91bb-5e010ae7abca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:08.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:31,000 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.282s 2022-10-04 21:10:31,000 130714 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, 04 Oct 2022 21:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf80e12e-9a1f-43d8-8876-8c82b0d40d1e', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf80e12e-9a1f-43d8-8876-8c82b0d40d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:31.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:32,273 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.245s 2022-10-04 21:10:32,274 130714 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, 04 Oct 2022 21:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71028660-3204-41e3-bc74-e55522eecbf2', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71028660-3204-41e3-bc74-e55522eecbf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:31.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:32,303 130714 INFO [tempest.common.waiters] volume 798ee7df-052e-4def-82bc-c3c627afe815 reached available after waiting for 81.303330 seconds 2022-10-04 21:10:32,533 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.229s 2022-10-04 21:10:32,533 130714 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, 04 Oct 2022 21:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bd8706-b260-4883-b2e7-ddcf6a2c5771', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bd8706-b260-4883-b2e7-ddcf6a2c5771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:31.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:32,970 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.399s 2022-10-04 21:10:32,970 130714 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, 04 Oct 2022 21:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff09143-d1fb-405a-8bb2-9177e7fda049', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff09143-d1fb-405a-8bb2-9177e7fda049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:10:31.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:10:35,690 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups 2.680s 2022-10-04 21:10:35,691 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "798ee7df-052e-4def-82bc-c3c627afe815"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab47678f-bb73-429d-81ff-e7884b85a46b', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab47678f-bb73-429d-81ff-e7884b85a46b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}]}}' 2022-10-04 21:10:35,919 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.221s 2022-10-04 21:10:35,919 130714 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, 04 Oct 2022 21:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d34747-b814-4cb7-b7a4-e325598ffde7', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d34747-b814-4cb7-b7a4-e325598ffde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:37,101 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.165s 2022-10-04 21:10:37,102 130714 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, 04 Oct 2022 21:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec4a5e0-ece6-4706-9e85-cf87bf8f7dff', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec4a5e0-ece6-4706-9e85-cf87bf8f7dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:38,206 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.081s 2022-10-04 21:10:38,206 130714 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, 04 Oct 2022 21:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bfc72bb-7bff-450c-a4be-41aea32c3973', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bfc72bb-7bff-450c-a4be-41aea32c3973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:39,301 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.082s 2022-10-04 21:10:39,301 130714 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, 04 Oct 2022 21:10:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f68710-4853-4bf3-9b8a-58de40ba7bf0', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f68710-4853-4bf3-9b8a-58de40ba7bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:40,432 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.120s 2022-10-04 21:10:40,432 130714 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, 04 Oct 2022 21:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6de66a-4578-4933-8e8e-241a9aff92a0', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6de66a-4578-4933-8e8e-241a9aff92a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:41,570 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.122s 2022-10-04 21:10:41,577 130714 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, 04 Oct 2022 21:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8c179a-7ac7-48c6-918d-0ca58d5b67df', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8c179a-7ac7-48c6-918d-0ca58d5b67df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:42,689 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.096s 2022-10-04 21:10:42,690 130714 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, 04 Oct 2022 21:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a92bab-9bae-406e-b58d-e162bf1c675e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a92bab-9bae-406e-b58d-e162bf1c675e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:44,227 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.518s 2022-10-04 21:10:44,228 130714 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, 04 Oct 2022 21:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa16535-a417-478d-8939-76ef42bafd7f', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa16535-a417-478d-8939-76ef42bafd7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:45,358 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.115s 2022-10-04 21:10:45,359 130714 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, 04 Oct 2022 21:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc89f145-8894-45d1-9946-8cd0e5acac24', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc89f145-8894-45d1-9946-8cd0e5acac24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:46,452 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.073s 2022-10-04 21:10:46,452 130714 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, 04 Oct 2022 21:10:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d232d2bb-8008-417e-9223-f00937da8d6c', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d232d2bb-8008-417e-9223-f00937da8d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:47,565 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.097s 2022-10-04 21:10:47,565 130714 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, 04 Oct 2022 21:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84190fa5-04b4-4760-b374-b00f0e369195', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84190fa5-04b4-4760-b374-b00f0e369195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:48,754 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.174s 2022-10-04 21:10:48,754 130714 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, 04 Oct 2022 21:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b750207-7b2c-473d-9864-527882e3c2ad', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b750207-7b2c-473d-9864-527882e3c2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:49,822 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.058s 2022-10-04 21:10:49,822 130714 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, 04 Oct 2022 21:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9c31f1-8073-4804-abbc-3a27c52e2c02', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9c31f1-8073-4804-abbc-3a27c52e2c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:50,937 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.100s 2022-10-04 21:10:50,938 130714 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, 04 Oct 2022 21:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d43233-20e9-4dd7-bbd2-73800baa6c1d', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d43233-20e9-4dd7-bbd2-73800baa6c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:52,104 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.150s 2022-10-04 21:10:52,105 130714 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, 04 Oct 2022 21:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc83732-91a6-4475-ad6d-917af8cba55c', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc83732-91a6-4475-ad6d-917af8cba55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:53,283 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.143s 2022-10-04 21:10:53,283 130714 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, 04 Oct 2022 21:10:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d3e151-97eb-4815-a72a-29adfca71d7a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d3e151-97eb-4815-a72a-29adfca71d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:54,497 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.196s 2022-10-04 21:10:54,497 130714 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, 04 Oct 2022 21:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f46c43-a914-441b-ade2-098b0eda43fc', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f46c43-a914-441b-ade2-098b0eda43fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:55,620 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.107s 2022-10-04 21:10:55,620 130714 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, 04 Oct 2022 21:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3520e00-a093-47ee-86f5-bb027c8587f0', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3520e00-a093-47ee-86f5-bb027c8587f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:57,073 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.424s 2022-10-04 21:10:57,075 130714 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, 04 Oct 2022 21:10:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77f4c3b0-e3ca-4fbb-bb69-4d2730789f5e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77f4c3b0-e3ca-4fbb-bb69-4d2730789f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:58,330 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.234s 2022-10-04 21:10:58,331 130714 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, 04 Oct 2022 21:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2d99eb-a3ad-49e8-9595-b9027dca0c89', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2d99eb-a3ad-49e8-9595-b9027dca0c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:10:59,459 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.113s 2022-10-04 21:10:59,460 130714 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, 04 Oct 2022 21:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77f09961-1c79-404f-8b64-9d1cda696f22', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77f09961-1c79-404f-8b64-9d1cda696f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:00,575 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.100s 2022-10-04 21:11:00,575 130714 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, 04 Oct 2022 21:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d60b482a-b1d2-49d0-8a79-1ad1d7aa34e7', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d60b482a-b1d2-49d0-8a79-1ad1d7aa34e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:01,711 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.118s 2022-10-04 21:11:01,712 130714 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, 04 Oct 2022 21:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aebaf5c9-fef4-466b-b9ac-8a891d4949e2', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aebaf5c9-fef4-466b-b9ac-8a891d4949e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:02,902 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.175s 2022-10-04 21:11:02,903 130714 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, 04 Oct 2022 21:11:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffd1560-7513-4376-813a-0f7d1a2f83cd', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffd1560-7513-4376-813a-0f7d1a2f83cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:04,004 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.083s 2022-10-04 21:11:04,004 130714 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, 04 Oct 2022 21:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67055794-4f7a-4b3b-8522-17d247e5b1b6', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67055794-4f7a-4b3b-8522-17d247e5b1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:05,316 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.298s 2022-10-04 21:11:05,317 130714 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, 04 Oct 2022 21:11:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae952f9-948b-4c14-b4bd-934460fefb23', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae952f9-948b-4c14-b4bd-934460fefb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:06,549 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.214s 2022-10-04 21:11:06,550 130714 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, 04 Oct 2022 21:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9088da-1e59-4367-9631-bf91f4fc92d7', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9088da-1e59-4367-9631-bf91f4fc92d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:07,700 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.130s 2022-10-04 21:11:07,701 130714 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, 04 Oct 2022 21:11:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aeb7753-9cba-41fc-95fa-5281cc5b552a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aeb7753-9cba-41fc-95fa-5281cc5b552a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:08,788 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.068s 2022-10-04 21:11:08,788 130714 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, 04 Oct 2022 21:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39dc5156-cb11-41de-8d64-9ca1fefccfaf', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39dc5156-cb11-41de-8d64-9ca1fefccfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:09,872 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.069s 2022-10-04 21:11:09,872 130714 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, 04 Oct 2022 21:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fecb343-07dc-42ec-91d1-a75b11962028', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fecb343-07dc-42ec-91d1-a75b11962028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:11,004 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.114s 2022-10-04 21:11:11,004 130714 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, 04 Oct 2022 21:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35cf2196-d77c-4496-b3bd-d2fd7ee38fa4', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35cf2196-d77c-4496-b3bd-d2fd7ee38fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:12,167 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.148s 2022-10-04 21:11:12,168 130714 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, 04 Oct 2022 21:11:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3162ae9-9012-4175-a2c6-edd96a1c0329', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3162ae9-9012-4175-a2c6-edd96a1c0329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:13,396 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.210s 2022-10-04 21:11:13,396 130714 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, 04 Oct 2022 21:11:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46014d44-dae2-4626-b9a5-c440aecfbdc4', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46014d44-dae2-4626-b9a5-c440aecfbdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:14,475 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.064s 2022-10-04 21:11:14,476 130714 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, 04 Oct 2022 21:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff243d60-4338-4926-986d-8b860b4fdb80', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff243d60-4338-4926-986d-8b860b4fdb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:15,584 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.087s 2022-10-04 21:11:15,584 130714 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, 04 Oct 2022 21:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c39b57-fcc6-4e07-a3ce-298e9ecd4d10', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c39b57-fcc6-4e07-a3ce-298e9ecd4d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:16,702 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.098s 2022-10-04 21:11:16,703 130714 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, 04 Oct 2022 21:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08765213-e5d3-4a18-893c-24aeb22a71e5', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08765213-e5d3-4a18-893c-24aeb22a71e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:17,884 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.162s 2022-10-04 21:11:17,884 130714 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, 04 Oct 2022 21:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b69fd4-34c7-41fb-baff-be50da376d48', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b69fd4-34c7-41fb-baff-be50da376d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:19,023 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.117s 2022-10-04 21:11:19,024 130714 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, 04 Oct 2022 21:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6aa623d-b07a-4a6e-9df7-b05a6b30d5c9', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6aa623d-b07a-4a6e-9df7-b05a6b30d5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:10:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:20,122 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.077s 2022-10-04 21:11:20,123 130714 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, 04 Oct 2022 21:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37dd48b6-ed1c-421c-b2d2-021a64800520', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37dd48b6-ed1c-421c-b2d2-021a64800520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:19.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:21,322 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.180s 2022-10-04 21:11:21,322 130714 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, 04 Oct 2022 21:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb53886-d515-4995-bf29-b4fcba76bacd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb53886-d515-4995-bf29-b4fcba76bacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:19.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:22,473 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.136s 2022-10-04 21:11:22,474 130714 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, 04 Oct 2022 21:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c6013d-bbcc-4810-86ff-f0a5c7fac691', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c6013d-bbcc-4810-86ff-f0a5c7fac691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:23,635 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:11:23,636 130714 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, 04 Oct 2022 21:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10926b7-ec9d-4a7b-91b1-3c6a05e1f36e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10926b7-ec9d-4a7b-91b1-3c6a05e1f36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:25,598 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.941s 2022-10-04 21:11:25,599 130714 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, 04 Oct 2022 21:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940f004f-256e-4074-b9ad-81c11096e626', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940f004f-256e-4074-b9ad-81c11096e626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:26,767 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.147s 2022-10-04 21:11:26,768 130714 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, 04 Oct 2022 21:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53524fcf-2f37-495a-9791-092b1736127c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53524fcf-2f37-495a-9791-092b1736127c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:27,892 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.106s 2022-10-04 21:11:27,893 130714 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, 04 Oct 2022 21:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0d511d3-018e-48d3-aa11-1244188f6c9f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0d511d3-018e-48d3-aa11-1244188f6c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:29,051 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.140s 2022-10-04 21:11:29,052 130714 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, 04 Oct 2022 21:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca98ee1-abe6-4a1b-8479-0e44a4720337', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca98ee1-abe6-4a1b-8479-0e44a4720337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:30,255 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.183s 2022-10-04 21:11:30,256 130714 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, 04 Oct 2022 21:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b171295-b459-4b76-9605-f49588769652', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b171295-b459-4b76-9605-f49588769652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:31,369 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.097s 2022-10-04 21:11:31,369 130714 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, 04 Oct 2022 21:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18960d07-9099-4a48-9817-9103f8fdbbc0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18960d07-9099-4a48-9817-9103f8fdbbc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:32,472 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.082s 2022-10-04 21:11:32,472 130714 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, 04 Oct 2022 21:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043a75d2-79e5-4765-b28b-ee77716f2e4b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043a75d2-79e5-4765-b28b-ee77716f2e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:33,620 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.132s 2022-10-04 21:11:33,621 130714 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, 04 Oct 2022 21:11:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88db6c85-ccd8-4a98-8eb6-1dcd6516d5af', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88db6c85-ccd8-4a98-8eb6-1dcd6516d5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:34,748 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.110s 2022-10-04 21:11:34,749 130714 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, 04 Oct 2022 21:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769706be-bdc3-4c55-a904-1ad8464ba7cb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769706be-bdc3-4c55-a904-1ad8464ba7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:35,954 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.179s 2022-10-04 21:11:35,955 130714 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, 04 Oct 2022 21:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a3005f-1100-4c85-985c-a2cf6087f998', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a3005f-1100-4c85-985c-a2cf6087f998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:37,192 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.215s 2022-10-04 21:11:37,193 130714 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, 04 Oct 2022 21:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd76d35-0823-430c-bd01-07c5adb28f0e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd76d35-0823-430c-bd01-07c5adb28f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:38,662 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.452s 2022-10-04 21:11:38,662 130714 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, 04 Oct 2022 21:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fff4554-7523-402e-963c-5a9d5bf6ca82', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fff4554-7523-402e-963c-5a9d5bf6ca82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:40,056 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.380s 2022-10-04 21:11:40,057 130714 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, 04 Oct 2022 21:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fe6996-b1ff-418c-8d6e-920f95832771', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fe6996-b1ff-418c-8d6e-920f95832771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:41,286 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.209s 2022-10-04 21:11:41,287 130714 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, 04 Oct 2022 21:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8051238-2aea-440e-a812-e4ed7f79485d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8051238-2aea-440e-a812-e4ed7f79485d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:44,121 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 1.816s 2022-10-04 21:11:44,121 130714 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, 04 Oct 2022 21:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9804ef8f-fd0c-400b-9df7-c57dfaf9bcec', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9804ef8f-fd0c-400b-9df7-c57dfaf9bcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:45,438 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.295s 2022-10-04 21:11:45,439 130714 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, 04 Oct 2022 21:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190c1857-5385-4c9e-860f-49e0096778ad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190c1857-5385-4c9e-860f-49e0096778ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:46,808 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.345s 2022-10-04 21:11:46,809 130714 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, 04 Oct 2022 21:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e998a97-7264-452d-8594-a49d86036284', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e998a97-7264-452d-8594-a49d86036284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:48,058 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.226s 2022-10-04 21:11:48,058 130714 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, 04 Oct 2022 21:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c492949-4136-45d2-a19e-89624b873e17', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c492949-4136-45d2-a19e-89624b873e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:51,653 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 2.575s 2022-10-04 21:11:51,653 130714 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, 04 Oct 2022 21:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d32ae4-b17d-4e8a-90ad-52b890d87bd9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d32ae4-b17d-4e8a-90ad-52b890d87bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:53,107 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.436s 2022-10-04 21:11:53,108 130714 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, 04 Oct 2022 21:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f38f0c-b62e-460d-a639-dc358b4055f1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f38f0c-b62e-460d-a639-dc358b4055f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:54,290 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.165s 2022-10-04 21:11:54,290 130714 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, 04 Oct 2022 21:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dbdace2-3be0-4369-93e9-e3422ec83882', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dbdace2-3be0-4369-93e9-e3422ec83882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:55,433 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.120s 2022-10-04 21:11:55,434 130714 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, 04 Oct 2022 21:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c409aab-23d7-4d5f-b86c-56961318dbc4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c409aab-23d7-4d5f-b86c-56961318dbc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:56,529 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.081s 2022-10-04 21:11:56,529 130714 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, 04 Oct 2022 21:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c156fa4f-51a8-47d6-afd2-309e72e5f56a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c156fa4f-51a8-47d6-afd2-309e72e5f56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:57,696 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.151s 2022-10-04 21:11:57,851 130714 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, 04 Oct 2022 21:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d13335-a35a-47c7-8671-5a07339a58a7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d13335-a35a-47c7-8671-5a07339a58a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:11:59,038 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.164s 2022-10-04 21:11:59,039 130714 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, 04 Oct 2022 21:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16295b8a-1fea-41ae-859b-5f3d5d16291a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16295b8a-1fea-41ae-859b-5f3d5d16291a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:00,848 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.793s 2022-10-04 21:12:00,848 130714 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, 04 Oct 2022 21:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0f1a88-38aa-4303-bab2-1a343a8a2b35', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0f1a88-38aa-4303-bab2-1a343a8a2b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:02,034 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.171s 2022-10-04 21:12:02,042 130714 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, 04 Oct 2022 21:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b851556-b40c-4047-8126-5d715d9236af', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b851556-b40c-4047-8126-5d715d9236af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:03,170 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.108s 2022-10-04 21:12:03,170 130714 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, 04 Oct 2022 21:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf44d0a-b229-4ba5-9811-c16d6cda29c7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf44d0a-b229-4ba5-9811-c16d6cda29c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:04,296 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.111s 2022-10-04 21:12:04,297 130714 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, 04 Oct 2022 21:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a2f792-4125-440b-af12-e7bf967397bc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a2f792-4125-440b-af12-e7bf967397bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:05,444 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.132s 2022-10-04 21:12:05,444 130714 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, 04 Oct 2022 21:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a782a976-93be-4e78-aa43-321c583f38ae', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a782a976-93be-4e78-aa43-321c583f38ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:06,651 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.189s 2022-10-04 21:12:06,652 130714 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, 04 Oct 2022 21:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bef985-3b9b-48e9-8e48-45e471cbf734', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bef985-3b9b-48e9-8e48-45e471cbf734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:07,877 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.210s 2022-10-04 21:12:07,878 130714 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, 04 Oct 2022 21:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343e6f2a-6ef5-408c-915d-c1482b1b437c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343e6f2a-6ef5-408c-915d-c1482b1b437c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:09,020 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.122s 2022-10-04 21:12:09,020 130714 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, 04 Oct 2022 21:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073230c0-0770-46e9-90f5-c7ca390209f3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073230c0-0770-46e9-90f5-c7ca390209f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:10,179 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.141s 2022-10-04 21:12:10,179 130714 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, 04 Oct 2022 21:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55bf640e-9ff7-4da0-80e6-279b5b0a12c5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55bf640e-9ff7-4da0-80e6-279b5b0a12c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:11,393 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.197s 2022-10-04 21:12:11,393 130714 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, 04 Oct 2022 21:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bde939-55ff-418a-8fb5-396270fe17c5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bde939-55ff-418a-8fb5-396270fe17c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:12,619 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.207s 2022-10-04 21:12:12,620 130714 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, 04 Oct 2022 21:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45e91c9-663b-4933-875f-caa7c0fda785', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45e91c9-663b-4933-875f-caa7c0fda785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:13,863 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.230s 2022-10-04 21:12:13,864 130714 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, 04 Oct 2022 21:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e796fa-f237-4bf0-8edd-300533c29ea7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e796fa-f237-4bf0-8edd-300533c29ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:15,062 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.179s 2022-10-04 21:12:15,063 130714 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, 04 Oct 2022 21:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07579c1e-2d61-43f6-8792-20bef81bf565', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07579c1e-2d61-43f6-8792-20bef81bf565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:16,222 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:12:16,223 130714 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, 04 Oct 2022 21:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b5ca56-e97f-4b53-8fd5-da73f2714655', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b5ca56-e97f-4b53-8fd5-da73f2714655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:17,314 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.076s 2022-10-04 21:12:17,314 130714 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, 04 Oct 2022 21:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ecbb18-82c9-4825-9d65-5edec6c3606e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07ecbb18-82c9-4825-9d65-5edec6c3606e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:18,432 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:12:18,433 130714 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, 04 Oct 2022 21:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e93218-48ae-474f-b30a-b06032eed559', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e93218-48ae-474f-b30a-b06032eed559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:19,591 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:12:19,592 130714 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, 04 Oct 2022 21:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bb0940-4529-48d3-9fc5-be655ddd6f87', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bb0940-4529-48d3-9fc5-be655ddd6f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:20,741 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.133s 2022-10-04 21:12:20,745 130714 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, 04 Oct 2022 21:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fa5b5a-dd99-4d39-aa5d-e41c585d7296', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fa5b5a-dd99-4d39-aa5d-e41c585d7296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:22,087 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.321s 2022-10-04 21:12:22,088 130714 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, 04 Oct 2022 21:12:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da36b34-8ceb-45ac-a815-0893b85c121a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6da36b34-8ceb-45ac-a815-0893b85c121a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:23,590 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.483s 2022-10-04 21:12:23,590 130714 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, 04 Oct 2022 21:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b4cf7a-01c1-408b-bec1-298687f112c6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b4cf7a-01c1-408b-bec1-298687f112c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:24,822 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.212s 2022-10-04 21:12:24,822 130714 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, 04 Oct 2022 21:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09602823-e65b-4488-ae04-a4f42c949d7d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09602823-e65b-4488-ae04-a4f42c949d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:26,064 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.226s 2022-10-04 21:12:26,064 130714 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, 04 Oct 2022 21:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb361b0-f8a1-40e5-970c-045cbd0d2910', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb361b0-f8a1-40e5-970c-045cbd0d2910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:27,241 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.154s 2022-10-04 21:12:27,242 130714 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, 04 Oct 2022 21:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ca7910-b60c-4437-a1cf-b884828662c7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07ca7910-b60c-4437-a1cf-b884828662c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:28,365 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.103s 2022-10-04 21:12:28,365 130714 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, 04 Oct 2022 21:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff341a84-04cb-49f7-b15c-a0e65ae92495', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff341a84-04cb-49f7-b15c-a0e65ae92495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:29,497 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.104s 2022-10-04 21:12:29,498 130714 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, 04 Oct 2022 21:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64f54ff7-cb99-4752-8b93-b47d51a5a907', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f54ff7-cb99-4752-8b93-b47d51a5a907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:30,570 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.057s 2022-10-04 21:12:30,571 130714 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, 04 Oct 2022 21:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331b08e5-32e1-4568-9e47-39b2fdeb142a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331b08e5-32e1-4568-9e47-39b2fdeb142a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:31,984 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.392s 2022-10-04 21:12:31,984 130714 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, 04 Oct 2022 21:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6310b133-a8b0-4198-ac4b-8add088e8d63', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6310b133-a8b0-4198-ac4b-8add088e8d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:33,075 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.073s 2022-10-04 21:12:33,076 130714 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, 04 Oct 2022 21:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ba6e23-3b18-45a1-9f8c-a071c6706045', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ba6e23-3b18-45a1-9f8c-a071c6706045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:34,374 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.284s 2022-10-04 21:12:34,375 130714 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, 04 Oct 2022 21:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8947a9dc-918b-45cc-a788-5feaa08236b5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8947a9dc-918b-45cc-a788-5feaa08236b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:35,559 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.165s 2022-10-04 21:12:35,560 130714 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, 04 Oct 2022 21:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa03297-4afe-4c83-99c4-072d25a99be5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa03297-4afe-4c83-99c4-072d25a99be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:36,673 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.097s 2022-10-04 21:12:36,675 130714 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, 04 Oct 2022 21:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d57ec9a9-418e-47bd-bc9b-c3bf687fc2ad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d57ec9a9-418e-47bd-bc9b-c3bf687fc2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:37,798 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:12:37,799 130714 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, 04 Oct 2022 21:12:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2121ef95-1753-4395-8fd7-d1b4eed2a891', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2121ef95-1753-4395-8fd7-d1b4eed2a891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:38,984 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.172s 2022-10-04 21:12:38,985 130714 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, 04 Oct 2022 21:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fb825b-6a03-4ffc-ac37-5919e7ac3cc5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fb825b-6a03-4ffc-ac37-5919e7ac3cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:40,171 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.167s 2022-10-04 21:12:40,172 130714 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, 04 Oct 2022 21:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edf501a-a392-4d80-ad09-566e851a973c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edf501a-a392-4d80-ad09-566e851a973c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:41,256 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.067s 2022-10-04 21:12:41,256 130714 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, 04 Oct 2022 21:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ca122f-abfc-4873-a680-4ce51c928e6f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ca122f-abfc-4873-a680-4ce51c928e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:42,428 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.154s 2022-10-04 21:12:42,429 130714 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, 04 Oct 2022 21:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b5bd8b-3187-4eb2-8465-8f3d912803ac', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b5bd8b-3187-4eb2-8465-8f3d912803ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:43,561 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.111s 2022-10-04 21:12:43,562 130714 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, 04 Oct 2022 21:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-607a2a22-9757-4907-af0b-47e979078f22', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-607a2a22-9757-4907-af0b-47e979078f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:44,895 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.308s 2022-10-04 21:12:44,896 130714 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, 04 Oct 2022 21:12:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c8a4a3-b29a-42a8-96df-b6a3e3d3e414', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c8a4a3-b29a-42a8-96df-b6a3e3d3e414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:46,051 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.131s 2022-10-04 21:12:46,052 130714 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, 04 Oct 2022 21:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e6d0d5-cf37-46d6-b8ad-e9419b130d51', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e6d0d5-cf37-46d6-b8ad-e9419b130d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:47,239 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.172s 2022-10-04 21:12:47,239 130714 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, 04 Oct 2022 21:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7830dfe-7ea8-46bf-901d-715840a41ccc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7830dfe-7ea8-46bf-901d-715840a41ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:48,356 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:12:48,357 130714 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, 04 Oct 2022 21:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cfe0f4-35db-4f3a-b65d-fa3988c3da3c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cfe0f4-35db-4f3a-b65d-fa3988c3da3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:49,541 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.155s 2022-10-04 21:12:49,542 130714 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, 04 Oct 2022 21:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9dbaf47-d9c7-4d77-8204-0e688f4e2b82', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9dbaf47-d9c7-4d77-8204-0e688f4e2b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:50,704 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.147s 2022-10-04 21:12:50,705 130714 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, 04 Oct 2022 21:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5444e2c0-8034-4f03-8b10-f78fd6211d56', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5444e2c0-8034-4f03-8b10-f78fd6211d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:51,856 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.134s 2022-10-04 21:12:51,859 130714 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, 04 Oct 2022 21:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5226138d-8b9e-4689-9f75-67167c49147a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5226138d-8b9e-4689-9f75-67167c49147a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:52,997 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.124s 2022-10-04 21:12:52,998 130714 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, 04 Oct 2022 21:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f7127eb-7678-4a30-abfe-675da5e62833', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f7127eb-7678-4a30-abfe-675da5e62833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:54,062 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.045s 2022-10-04 21:12:54,063 130714 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, 04 Oct 2022 21:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468aa011-4a08-4145-97ef-6a67e9ecc11b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468aa011-4a08-4145-97ef-6a67e9ecc11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:55,199 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.124s 2022-10-04 21:12:55,200 130714 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, 04 Oct 2022 21:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5914ba5-f8c8-4751-8501-29692e7714fb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5914ba5-f8c8-4751-8501-29692e7714fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:56,367 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.141s 2022-10-04 21:12:56,367 130714 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, 04 Oct 2022 21:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da09e27c-4f0d-433d-abdd-242a650ecc2f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da09e27c-4f0d-433d-abdd-242a650ecc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:58,235 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.849s 2022-10-04 21:12:58,235 130714 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, 04 Oct 2022 21:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a60084-81bc-4cb8-90ad-b5cefb444de9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a60084-81bc-4cb8-90ad-b5cefb444de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:12:59,963 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.709s 2022-10-04 21:12:59,964 130714 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, 04 Oct 2022 21:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ffc1a1-b3b5-4778-8a1a-ab8327e233bc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ffc1a1-b3b5-4778-8a1a-ab8327e233bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:01,249 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.265s 2022-10-04 21:13:01,250 130714 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, 04 Oct 2022 21:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d45db64-f52b-4b7f-9c8b-a9d56dddc565', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d45db64-f52b-4b7f-9c8b-a9d56dddc565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:02,406 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:13:02,407 130714 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, 04 Oct 2022 21:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1dd9f2-c359-43c5-bf39-d11cbc8b2d91', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1dd9f2-c359-43c5-bf39-d11cbc8b2d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:04,150 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.723s 2022-10-04 21:13:04,151 130714 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, 04 Oct 2022 21:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c0fd73-ce26-4061-ab73-51c3979b750f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c0fd73-ce26-4061-ab73-51c3979b750f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:05,905 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.734s 2022-10-04 21:13:05,906 130714 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, 04 Oct 2022 21:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d201c340-8455-42c5-af41-04b9fcee4bca', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d201c340-8455-42c5-af41-04b9fcee4bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:07,148 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.221s 2022-10-04 21:13:07,149 130714 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, 04 Oct 2022 21:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd41773c-636e-4b98-999d-6497df43496b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd41773c-636e-4b98-999d-6497df43496b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:08,457 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.290s 2022-10-04 21:13:08,458 130714 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, 04 Oct 2022 21:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee56882-5b8f-4b4c-846d-d51e688f42ea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee56882-5b8f-4b4c-846d-d51e688f42ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:09,740 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.265s 2022-10-04 21:13:09,741 130714 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, 04 Oct 2022 21:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ee5d42-53b7-4ced-ad5d-fb93fb76f470', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ee5d42-53b7-4ced-ad5d-fb93fb76f470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:10,897 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.137s 2022-10-04 21:13:10,897 130714 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, 04 Oct 2022 21:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc5bb738-a9c5-4a29-80aa-87eb87b83a1a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc5bb738-a9c5-4a29-80aa-87eb87b83a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:12,112 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.197s 2022-10-04 21:13:12,112 130714 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, 04 Oct 2022 21:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ff203a-cde9-4901-a091-470b9cd5a090', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ff203a-cde9-4901-a091-470b9cd5a090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:14,343 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 1.216s 2022-10-04 21:13:14,344 130714 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, 04 Oct 2022 21:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2018f502-529e-4b5e-bd06-79cb4c2b0a80', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2018f502-529e-4b5e-bd06-79cb4c2b0a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:15,768 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.410s 2022-10-04 21:13:15,768 130714 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, 04 Oct 2022 21:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141d64c2-37fe-4f2f-af83-a8248c819690', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141d64c2-37fe-4f2f-af83-a8248c819690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:17,105 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.318s 2022-10-04 21:13:17,106 130714 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, 04 Oct 2022 21:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e09b934-4d9e-4f1f-8d21-af408a161a24', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e09b934-4d9e-4f1f-8d21-af408a161a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:18,378 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.256s 2022-10-04 21:13:18,378 130714 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, 04 Oct 2022 21:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2318936b-3823-4d84-ac97-ba541b9d334b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2318936b-3823-4d84-ac97-ba541b9d334b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:19,576 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.171s 2022-10-04 21:13:19,576 130714 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, 04 Oct 2022 21:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bcc9c22-e239-45b5-af67-c851def96129', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bcc9c22-e239-45b5-af67-c851def96129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:20,724 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.125s 2022-10-04 21:13:20,725 130714 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, 04 Oct 2022 21:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fee6939-3c05-4caf-9fe8-aedbaf4f0dda', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fee6939-3c05-4caf-9fe8-aedbaf4f0dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:21,911 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.171s 2022-10-04 21:13:21,911 130714 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, 04 Oct 2022 21:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90fa3c3-6e24-435a-9654-839613ad46d1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90fa3c3-6e24-435a-9654-839613ad46d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:23,068 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:13:23,069 130714 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, 04 Oct 2022 21:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecc91ad-0d8d-46e8-a8f9-cd01933ac3cb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecc91ad-0d8d-46e8-a8f9-cd01933ac3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:24,237 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.154s 2022-10-04 21:13:24,238 130714 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, 04 Oct 2022 21:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731b215e-6021-4c63-8346-927b3e5ed521', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731b215e-6021-4c63-8346-927b3e5ed521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:25,378 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:13:25,378 130714 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, 04 Oct 2022 21:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6a3168-4299-4285-9fb1-b3fb43d449f0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6a3168-4299-4285-9fb1-b3fb43d449f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:26,511 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.114s 2022-10-04 21:13:26,524 130714 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, 04 Oct 2022 21:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedbbc94-07a1-4594-a20f-8ed83de7b6f2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedbbc94-07a1-4594-a20f-8ed83de7b6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:27,625 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.084s 2022-10-04 21:13:27,626 130714 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, 04 Oct 2022 21:13:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940d4bbf-e5b6-4c32-a7bf-9f4a3f5ac580', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940d4bbf-e5b6-4c32-a7bf-9f4a3f5ac580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:28,743 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:13:28,744 130714 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, 04 Oct 2022 21:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f3c3cd-f4e0-4bef-8997-db66f342783a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f3c3cd-f4e0-4bef-8997-db66f342783a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:29,830 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.072s 2022-10-04 21:13:29,831 130714 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, 04 Oct 2022 21:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cad2a1b-2fbc-4c7f-9875-8f9570a06b70', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cad2a1b-2fbc-4c7f-9875-8f9570a06b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:30,962 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:13:30,963 130714 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, 04 Oct 2022 21:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c42a091-426f-48f8-80ae-059954b31071', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c42a091-426f-48f8-80ae-059954b31071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:33,205 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 1.220s 2022-10-04 21:13:33,206 130714 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, 04 Oct 2022 21:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fcc584c-c875-497b-9ac7-bc440c751e65', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fcc584c-c875-497b-9ac7-bc440c751e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:34,358 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.123s 2022-10-04 21:13:34,358 130714 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, 04 Oct 2022 21:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3741944d-ccb2-47a6-a0e7-332629d42993', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3741944d-ccb2-47a6-a0e7-332629d42993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:35,486 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.111s 2022-10-04 21:13:35,486 130714 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, 04 Oct 2022 21:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce840238-24af-4d64-aa9a-576158f5d910', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce840238-24af-4d64-aa9a-576158f5d910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:36,682 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.177s 2022-10-04 21:13:36,683 130714 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, 04 Oct 2022 21:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6b6baf-baf4-48ba-a081-0c5422ede11e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6b6baf-baf4-48ba-a081-0c5422ede11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:37,822 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.120s 2022-10-04 21:13:37,823 130714 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, 04 Oct 2022 21:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ee0672-4ffb-4955-9f74-3d715c4758d1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ee0672-4ffb-4955-9f74-3d715c4758d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:39,113 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.273s 2022-10-04 21:13:39,114 130714 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, 04 Oct 2022 21:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba62f88-1a6e-4587-8865-870aeee8dc37', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba62f88-1a6e-4587-8865-870aeee8dc37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:40,424 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.290s 2022-10-04 21:13:40,426 130714 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, 04 Oct 2022 21:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1463358e-0776-4c93-92de-95a1749046f4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1463358e-0776-4c93-92de-95a1749046f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:41,638 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.191s 2022-10-04 21:13:41,645 130714 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, 04 Oct 2022 21:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7f49f4-c12c-4ce8-88f9-f463230359c9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7f49f4-c12c-4ce8-88f9-f463230359c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:42,810 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.128s 2022-10-04 21:13:42,810 130714 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, 04 Oct 2022 21:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e521f4-4b7b-4ce1-b417-0a4f4b566166', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e521f4-4b7b-4ce1-b417-0a4f4b566166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:44,014 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.181s 2022-10-04 21:13:44,015 130714 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, 04 Oct 2022 21:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bc8890-7a68-4adb-80b0-d35523605280', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28bc8890-7a68-4adb-80b0-d35523605280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:45,108 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.074s 2022-10-04 21:13:45,109 130714 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, 04 Oct 2022 21:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50551cdf-fb81-4d4f-a7e9-8b2be8ef9dce', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50551cdf-fb81-4d4f-a7e9-8b2be8ef9dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:46,223 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.093s 2022-10-04 21:13:46,224 130714 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, 04 Oct 2022 21:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd8b530-abbb-417a-a479-3c6c5e936285', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd8b530-abbb-417a-a479-3c6c5e936285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:47,369 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.129s 2022-10-04 21:13:47,370 130714 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, 04 Oct 2022 21:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4607304-7abf-4b6b-9012-9cca6add0de5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4607304-7abf-4b6b-9012-9cca6add0de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:48,629 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.237s 2022-10-04 21:13:48,634 130714 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, 04 Oct 2022 21:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bd534c0-983b-41ef-89d4-c9f315e7ceb1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd534c0-983b-41ef-89d4-c9f315e7ceb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:49,895 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.248s 2022-10-04 21:13:49,897 130714 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, 04 Oct 2022 21:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ff0c80-f7db-400b-96d0-c0487dc2b1d4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ff0c80-f7db-400b-96d0-c0487dc2b1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:51,050 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.138s 2022-10-04 21:13:51,051 130714 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, 04 Oct 2022 21:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4ad6e3-a219-4260-99d6-7680b4ac69f7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4ad6e3-a219-4260-99d6-7680b4ac69f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:52,669 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.598s 2022-10-04 21:13:52,669 130714 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, 04 Oct 2022 21:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d47ac16-2f57-4576-8872-923b374360fc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d47ac16-2f57-4576-8872-923b374360fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:53,857 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.167s 2022-10-04 21:13:53,858 130714 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, 04 Oct 2022 21:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07231c4b-80d8-40ce-b7a6-4600bf498048', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07231c4b-80d8-40ce-b7a6-4600bf498048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:55,089 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.217s 2022-10-04 21:13:55,089 130714 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, 04 Oct 2022 21:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-765ffa27-619c-4ecc-871c-9f27fab61db1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765ffa27-619c-4ecc-871c-9f27fab61db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:56,204 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.092s 2022-10-04 21:13:56,204 130714 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, 04 Oct 2022 21:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3390c0-29f1-48df-909e-84ab226d3c58', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3390c0-29f1-48df-909e-84ab226d3c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:57,326 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.101s 2022-10-04 21:13:57,326 130714 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, 04 Oct 2022 21:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028fb110-f385-41e0-938a-718c7365b08e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028fb110-f385-41e0-938a-718c7365b08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:58,432 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.089s 2022-10-04 21:13:58,433 130714 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, 04 Oct 2022 21:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b1762f-b748-4050-9151-ad04bdb21814', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b1762f-b748-4050-9151-ad04bdb21814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:13:59,522 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.074s 2022-10-04 21:13:59,522 130714 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, 04 Oct 2022 21:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddb90471-c7c2-47a2-8c04-8aede95d556c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddb90471-c7c2-47a2-8c04-8aede95d556c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:01,273 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.733s 2022-10-04 21:14:01,273 130714 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, 04 Oct 2022 21:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc4b2938-a9c8-4f0d-8612-0c9a3a3a570f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc4b2938-a9c8-4f0d-8612-0c9a3a3a570f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:02,345 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.055s 2022-10-04 21:14:02,346 130714 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, 04 Oct 2022 21:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ff9303-d794-425e-a0f9-d7cf8f163b26', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ff9303-d794-425e-a0f9-d7cf8f163b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:04,200 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.834s 2022-10-04 21:14:04,201 130714 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, 04 Oct 2022 21:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56576a0-6532-47b2-8f4d-aa66fb249e40', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56576a0-6532-47b2-8f4d-aa66fb249e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:05,320 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.105s 2022-10-04 21:14:05,321 130714 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, 04 Oct 2022 21:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7ccd07-e17a-4579-9980-aefb975f5373', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7ccd07-e17a-4579-9980-aefb975f5373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:06,386 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.051s 2022-10-04 21:14:06,387 130714 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, 04 Oct 2022 21:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314626b5-2203-442d-83fd-56a4a418aac9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314626b5-2203-442d-83fd-56a4a418aac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:07,530 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.128s 2022-10-04 21:14:07,531 130714 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, 04 Oct 2022 21:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3cf843-9e15-4576-8cf7-a310521d5c3b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a3cf843-9e15-4576-8cf7-a310521d5c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:09,260 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.713s 2022-10-04 21:14:09,261 130714 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, 04 Oct 2022 21:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7d8eea-7045-4996-a942-6a24c042a7c1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7d8eea-7045-4996-a942-6a24c042a7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:10,602 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.323s 2022-10-04 21:14:10,603 130714 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, 04 Oct 2022 21:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bedb3aa7-bbb5-4ea8-b72b-dfae0d205fad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bedb3aa7-bbb5-4ea8-b72b-dfae0d205fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:11,692 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.073s 2022-10-04 21:14:11,692 130714 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, 04 Oct 2022 21:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a571febc-0b96-45a0-84ab-f8560929f7de', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a571febc-0b96-45a0-84ab-f8560929f7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:12,788 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.077s 2022-10-04 21:14:12,788 130714 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, 04 Oct 2022 21:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-862852b4-52b7-4746-a511-9f4299ca2f91', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-862852b4-52b7-4746-a511-9f4299ca2f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:13,939 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.133s 2022-10-04 21:14:13,940 130714 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, 04 Oct 2022 21:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047cc204-d466-4bb5-a4c9-5cc535350125', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047cc204-d466-4bb5-a4c9-5cc535350125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:15,092 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.117s 2022-10-04 21:14:15,093 130714 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, 04 Oct 2022 21:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c11c1f-d00f-4201-bbc1-7d0cb100454a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c11c1f-d00f-4201-bbc1-7d0cb100454a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:16,252 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.128s 2022-10-04 21:14:16,252 130714 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, 04 Oct 2022 21:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f252d8-fcac-4cc8-b283-0e1067bcae99', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f252d8-fcac-4cc8-b283-0e1067bcae99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:17,375 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.097s 2022-10-04 21:14:17,376 130714 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, 04 Oct 2022 21:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b085b46e-55bc-4e4d-9377-79af2dff675e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b085b46e-55bc-4e4d-9377-79af2dff675e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:18,488 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.088s 2022-10-04 21:14:18,488 130714 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, 04 Oct 2022 21:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-551195e9-6069-4fc2-8647-8cf8e28f7fcf', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-551195e9-6069-4fc2-8647-8cf8e28f7fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:19,717 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.201s 2022-10-04 21:14:19,718 130714 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, 04 Oct 2022 21:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ec5c3e-3a80-4d83-8839-f2b692ae1996', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ec5c3e-3a80-4d83-8839-f2b692ae1996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:20,922 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.179s 2022-10-04 21:14:20,922 130714 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, 04 Oct 2022 21:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298fa7a7-ef98-46ec-b614-3bfc47e2712b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298fa7a7-ef98-46ec-b614-3bfc47e2712b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:22,029 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.095s 2022-10-04 21:14:22,030 130714 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, 04 Oct 2022 21:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7637e2f-dc1f-4d73-88a7-f528dbb61b91', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7637e2f-dc1f-4d73-88a7-f528dbb61b91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:23,151 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.092s 2022-10-04 21:14:23,152 130714 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, 04 Oct 2022 21:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137a7538-c28d-4967-b3f9-f6ca257930a6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137a7538-c28d-4967-b3f9-f6ca257930a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:24,332 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.157s 2022-10-04 21:14:24,332 130714 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, 04 Oct 2022 21:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc3cca0-4994-45b2-8ce3-8e6bd0cc8521', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc3cca0-4994-45b2-8ce3-8e6bd0cc8521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:25,523 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.175s 2022-10-04 21:14:25,523 130714 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, 04 Oct 2022 21:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3801dbf-aa5a-4cd3-9c62-2096a6c87426', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3801dbf-aa5a-4cd3-9c62-2096a6c87426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:26,627 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.088s 2022-10-04 21:14:26,628 130714 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, 04 Oct 2022 21:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9bd437d-cc79-4d5d-bebb-49040b9e96d2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9bd437d-cc79-4d5d-bebb-49040b9e96d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:27,825 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.176s 2022-10-04 21:14:27,826 130714 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, 04 Oct 2022 21:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e92fce1a-0f44-459c-9ce4-5ee525e15e26', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e92fce1a-0f44-459c-9ce4-5ee525e15e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:28,966 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.120s 2022-10-04 21:14:28,966 130714 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, 04 Oct 2022 21:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d6863f-0555-4d59-86fa-809bae783507', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d6863f-0555-4d59-86fa-809bae783507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:30,094 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.109s 2022-10-04 21:14:30,094 130714 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, 04 Oct 2022 21:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac2f723-767a-46d6-8bc3-a18c74cd336b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac2f723-767a-46d6-8bc3-a18c74cd336b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:31,506 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.394s 2022-10-04 21:14:31,507 130714 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, 04 Oct 2022 21:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1a3743-d465-4c55-8d80-35fc8edf31d6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1a3743-d465-4c55-8d80-35fc8edf31d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:32,827 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.292s 2022-10-04 21:14:32,828 130714 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, 04 Oct 2022 21:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c3aeae4-76bd-45d9-99f7-4a770d86c21f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c3aeae4-76bd-45d9-99f7-4a770d86c21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:34,139 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.291s 2022-10-04 21:14:34,140 130714 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, 04 Oct 2022 21:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3735675-2102-4760-aef8-9fe61b50c194', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3735675-2102-4760-aef8-9fe61b50c194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:35,383 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.222s 2022-10-04 21:14:35,383 130714 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, 04 Oct 2022 21:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518435ba-dbff-4ef7-a8bf-c9c025b5ec68', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518435ba-dbff-4ef7-a8bf-c9c025b5ec68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:36,493 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.090s 2022-10-04 21:14:36,494 130714 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, 04 Oct 2022 21:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c04f7e-8fdc-4442-9889-83bc1eeefbaf', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c04f7e-8fdc-4442-9889-83bc1eeefbaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:37,628 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:14:37,628 130714 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, 04 Oct 2022 21:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd1840f-b5f3-45fc-a236-7388992b4290', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd1840f-b5f3-45fc-a236-7388992b4290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:38,805 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.158s 2022-10-04 21:14:38,806 130714 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, 04 Oct 2022 21:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61fc47a-c2af-48e8-86e8-187e27350612', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61fc47a-c2af-48e8-86e8-187e27350612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:39,940 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.118s 2022-10-04 21:14:39,941 130714 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, 04 Oct 2022 21:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a248f18d-120c-4087-bc4f-a6889b7b93bb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a248f18d-120c-4087-bc4f-a6889b7b93bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:41,090 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.128s 2022-10-04 21:14:41,090 130714 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, 04 Oct 2022 21:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b0d97b2-29bf-4020-9715-cb63698a7f2e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b0d97b2-29bf-4020-9715-cb63698a7f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:42,233 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.130s 2022-10-04 21:14:42,234 130714 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, 04 Oct 2022 21:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e19165-7642-4446-a681-ff45a5fcee98', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e19165-7642-4446-a681-ff45a5fcee98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:44,002 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.747s 2022-10-04 21:14:44,003 130714 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, 04 Oct 2022 21:14:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c3e7f9-6753-41c4-a7f4-03b593b7129d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c3e7f9-6753-41c4-a7f4-03b593b7129d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:45,135 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:14:45,136 130714 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, 04 Oct 2022 21:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e493dd42-1b37-47b1-b0f9-88da308f7489', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e493dd42-1b37-47b1-b0f9-88da308f7489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:46,277 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.124s 2022-10-04 21:14:46,277 130714 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, 04 Oct 2022 21:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3d9343-4305-4ee8-91a3-d172e4875701', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3d9343-4305-4ee8-91a3-d172e4875701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:47,379 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.087s 2022-10-04 21:14:47,381 130714 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, 04 Oct 2022 21:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2049582-4aa7-4455-a438-4fb2c5c1abd9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2049582-4aa7-4455-a438-4fb2c5c1abd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:48,477 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.086s 2022-10-04 21:14:48,477 130714 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, 04 Oct 2022 21:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006b7a2d-fe08-44ac-9038-d8a7b1a539d9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006b7a2d-fe08-44ac-9038-d8a7b1a539d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:49,596 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.103s 2022-10-04 21:14:49,596 130714 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, 04 Oct 2022 21:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfaa2ece-52ed-4ddd-bcf5-c40dd1831155', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfaa2ece-52ed-4ddd-bcf5-c40dd1831155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:50,699 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.088s 2022-10-04 21:14:50,700 130714 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, 04 Oct 2022 21:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90a1b48-9c02-401f-bb24-6194a1c865c5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90a1b48-9c02-401f-bb24-6194a1c865c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:51,786 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.065s 2022-10-04 21:14:51,787 130714 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, 04 Oct 2022 21:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5edfd37-c289-4a5d-b628-4ecd33026300', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5edfd37-c289-4a5d-b628-4ecd33026300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:52,965 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.157s 2022-10-04 21:14:52,965 130714 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, 04 Oct 2022 21:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba908db-2afa-4b49-bc8d-9f38c3a307bb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba908db-2afa-4b49-bc8d-9f38c3a307bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:54,055 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.070s 2022-10-04 21:14:54,056 130714 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, 04 Oct 2022 21:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d50cfd-a3df-4ffa-92e7-55198155c8be', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d50cfd-a3df-4ffa-92e7-55198155c8be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:55,162 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.090s 2022-10-04 21:14:55,163 130714 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, 04 Oct 2022 21:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a92fdb37-fb09-4ef9-b545-8691900f14ef', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a92fdb37-fb09-4ef9-b545-8691900f14ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:56,230 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.046s 2022-10-04 21:14:56,231 130714 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, 04 Oct 2022 21:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace9eb25-ca01-4bb1-8cf9-9d04731811de', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace9eb25-ca01-4bb1-8cf9-9d04731811de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:57,303 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.056s 2022-10-04 21:14:57,303 130714 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, 04 Oct 2022 21:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b6b418-63d7-433b-a5a3-bb4d64b753a5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b6b418-63d7-433b-a5a3-bb4d64b753a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:58,421 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:14:58,421 130714 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, 04 Oct 2022 21:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69581d62-1d8a-4765-8d2d-a0e0e32ebba9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69581d62-1d8a-4765-8d2d-a0e0e32ebba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:14:59,556 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.122s 2022-10-04 21:14:59,557 130714 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, 04 Oct 2022 21:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c408329b-5a25-4ba7-bda5-e123bfcfba4e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c408329b-5a25-4ba7-bda5-e123bfcfba4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:00,899 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.326s 2022-10-04 21:15:00,899 130714 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, 04 Oct 2022 21:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa09bd2-4c6e-4083-a26b-cebc9e1192c9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa09bd2-4c6e-4083-a26b-cebc9e1192c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:11:21.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:02,021 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.105s 2022-10-04 21:15:02,022 130714 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, 04 Oct 2022 21:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79230da-4398-4b0b-aa0b-54b7091ab0f1', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79230da-4398-4b0b-aa0b-54b7091ab0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:03,134 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.097s 2022-10-04 21:15:03,135 130714 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, 04 Oct 2022 21:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f434f64e-77db-463d-8670-e136d3dd6dc3', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f434f64e-77db-463d-8670-e136d3dd6dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:04,225 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.072s 2022-10-04 21:15:04,226 130714 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, 04 Oct 2022 21:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147079c5-72a3-4ba8-a365-ccc4956fe281', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147079c5-72a3-4ba8-a365-ccc4956fe281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:05,787 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.548s 2022-10-04 21:15:05,788 130714 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, 04 Oct 2022 21:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8295fa1b-dbc5-49ac-8659-aa4be698e65a', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8295fa1b-dbc5-49ac-8659-aa4be698e65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:06,993 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.185s 2022-10-04 21:15:06,993 130714 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, 04 Oct 2022 21:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8df221-0785-4282-b9ea-c0c18b2a61a7', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8df221-0785-4282-b9ea-c0c18b2a61a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:08,306 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.289s 2022-10-04 21:15:08,341 130714 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, 04 Oct 2022 21:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a1f1e0-c7d7-4e1d-9beb-75e97f484dfd', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a1f1e0-c7d7-4e1d-9beb-75e97f484dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:09,571 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.215s 2022-10-04 21:15:09,571 130714 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, 04 Oct 2022 21:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a789afe2-f760-4583-81b8-34b0447c0449', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a789afe2-f760-4583-81b8-34b0447c0449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:10,856 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.266s 2022-10-04 21:15:10,866 130714 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, 04 Oct 2022 21:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6ce17c-6774-4684-9e25-095f60ba5f5e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6ce17c-6774-4684-9e25-095f60ba5f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:12,746 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.860s 2022-10-04 21:15:12,746 130714 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, 04 Oct 2022 21:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc14484-187d-4539-a008-372c9833f707', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc14484-187d-4539-a008-372c9833f707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:14,004 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.236s 2022-10-04 21:15:14,005 130714 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, 04 Oct 2022 21:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89932ea9-648e-4c7d-8716-3c3db109eff8', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89932ea9-648e-4c7d-8716-3c3db109eff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:15,251 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.225s 2022-10-04 21:15:15,251 130714 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, 04 Oct 2022 21:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15b25ca-6c22-4555-896b-9878d74e1431', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15b25ca-6c22-4555-896b-9878d74e1431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:16,414 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.144s 2022-10-04 21:15:16,415 130714 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, 04 Oct 2022 21:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f95bd1c-1086-455e-ba4e-21889392e41f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f95bd1c-1086-455e-ba4e-21889392e41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:17,509 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.075s 2022-10-04 21:15:17,509 130714 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, 04 Oct 2022 21:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a313a1cd-a198-4adb-b488-641da81c903f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a313a1cd-a198-4adb-b488-641da81c903f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:18,630 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.103s 2022-10-04 21:15:18,637 130714 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, 04 Oct 2022 21:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89e5923-19da-4047-959a-520df46457bb', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89e5923-19da-4047-959a-520df46457bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:19,744 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.086s 2022-10-04 21:15:19,744 130714 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, 04 Oct 2022 21:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19eac91d-024f-4a45-81d2-3b6dbd68eb9e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19eac91d-024f-4a45-81d2-3b6dbd68eb9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:20,866 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.108s 2022-10-04 21:15:20,867 130714 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, 04 Oct 2022 21:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bfc58c-0a44-4019-bab8-fc63433eb08c', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28bfc58c-0a44-4019-bab8-fc63433eb08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:21,959 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.074s 2022-10-04 21:15:21,960 130714 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, 04 Oct 2022 21:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8abe6dd-e7b4-429b-84d7-4dc29641b2b3', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8abe6dd-e7b4-429b-84d7-4dc29641b2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:23,060 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.083s 2022-10-04 21:15:23,060 130714 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, 04 Oct 2022 21:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ba9b11-61a8-4740-925b-7e0e6532e972', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ba9b11-61a8-4740-925b-7e0e6532e972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:24,134 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.059s 2022-10-04 21:15:24,135 130714 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, 04 Oct 2022 21:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a6003b-e454-44cd-b504-6c7d0b42bf53', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a6003b-e454-44cd-b504-6c7d0b42bf53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:25,268 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.113s 2022-10-04 21:15:25,268 130714 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, 04 Oct 2022 21:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97254fe6-dc9a-4f08-a4de-58be6cb4d0d1', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97254fe6-dc9a-4f08-a4de-58be6cb4d0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:26,366 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.083s 2022-10-04 21:15:26,367 130714 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, 04 Oct 2022 21:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f6361b-6f6d-4fea-9868-916a166efcfd', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f6361b-6f6d-4fea-9868-916a166efcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:01.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:27,469 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.091s 2022-10-04 21:15:27,469 130714 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, 04 Oct 2022 21:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1b709a-a6f3-4530-a4e1-1eae9ac93beb', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1b709a-a6f3-4530-a4e1-1eae9ac93beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:26.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:27,483 130714 INFO [tempest.common.waiters] backup 92366efc-9fbc-4116-bb99-250cf0ddef90 reached available after waiting for 292.483618 seconds 2022-10-04 21:15:27,709 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.224s 2022-10-04 21:15:27,709 130714 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, 04 Oct 2022 21:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca6d8bc-f261-4c30-b05e-b6aef802f023', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca6d8bc-f261-4c30-b05e-b6aef802f023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:15:26.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:15:27,742 130714 INFO [tempest.common.waiters] volume 798ee7df-052e-4def-82bc-c3c627afe815 reached available after waiting for 0.742848 seconds 2022-10-04 21:15:35,354 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90/restore 7.602s 2022-10-04 21:15:35,355 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"restore": {}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a92a554b-0719-4188-905c-ccf3457773bb', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a92a554b-0719-4188-905c-ccf3457773bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90/restore'} Body: b'{"restore": {"backup_id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "volume_id": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "volume_name": "restore_backup_92366efc-9fbc-4116-bb99-250cf0ddef90"}}' 2022-10-04 21:15:35,461 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.101s 2022-10-04 21:15:35,462 130714 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, 04 Oct 2022 21:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a5977c-fa6f-4f38-acd9-6df6921cb538', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a5977c-fa6f-4f38-acd9-6df6921cb538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:36,611 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.132s 2022-10-04 21:15:36,612 130714 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, 04 Oct 2022 21:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cce6c06-3c2a-4f6c-966f-270f0c653ddf', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cce6c06-3c2a-4f6c-966f-270f0c653ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:37,745 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.118s 2022-10-04 21:15:37,746 130714 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, 04 Oct 2022 21:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9881e23f-0e69-4cc5-9fb7-d3ab33bb41b9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9881e23f-0e69-4cc5-9fb7-d3ab33bb41b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:38,893 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.131s 2022-10-04 21:15:38,894 130714 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, 04 Oct 2022 21:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba61e81-cd37-4c76-a769-8acb208d2f15', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba61e81-cd37-4c76-a769-8acb208d2f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:39,990 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.078s 2022-10-04 21:15:39,991 130714 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, 04 Oct 2022 21:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3abab6ff-9884-41ec-9113-70b407ddbe8d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3abab6ff-9884-41ec-9113-70b407ddbe8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:41,095 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.086s 2022-10-04 21:15:41,096 130714 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, 04 Oct 2022 21:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1411a179-dd97-46f4-b594-23cd2f3cf1cc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1411a179-dd97-46f4-b594-23cd2f3cf1cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:42,214 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.102s 2022-10-04 21:15:42,214 130714 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, 04 Oct 2022 21:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b05a9d25-f024-4420-a13e-ff879e671a25', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b05a9d25-f024-4420-a13e-ff879e671a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:43,325 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.091s 2022-10-04 21:15:43,326 130714 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, 04 Oct 2022 21:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99509386-eb45-495a-985a-3d6869500eec', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99509386-eb45-495a-985a-3d6869500eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:44,448 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.109s 2022-10-04 21:15:44,449 130714 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, 04 Oct 2022 21:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b86c469-4123-447f-a23e-3ebae12eb05e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b86c469-4123-447f-a23e-3ebae12eb05e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:45,569 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:15:45,569 130714 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, 04 Oct 2022 21:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f0c79f-3b83-4007-b487-6035c843db36', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f0c79f-3b83-4007-b487-6035c843db36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:46,708 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.123s 2022-10-04 21:15:46,709 130714 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, 04 Oct 2022 21:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3addbddc-803d-4500-bc37-40b667dfac47', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3addbddc-803d-4500-bc37-40b667dfac47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:47,860 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.134s 2022-10-04 21:15:47,860 130714 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, 04 Oct 2022 21:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ca3fdb-6896-4f2a-b1fe-c874a458417b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ca3fdb-6896-4f2a-b1fe-c874a458417b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:49,147 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.267s 2022-10-04 21:15:49,147 130714 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, 04 Oct 2022 21:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcd53c6-fc79-41bf-a86a-d4038ea01dd7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcd53c6-fc79-41bf-a86a-d4038ea01dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:50,346 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.175s 2022-10-04 21:15:50,347 130714 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, 04 Oct 2022 21:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e942ebd-f860-4dc0-9d92-cc4a6e0e1f73', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e942ebd-f860-4dc0-9d92-cc4a6e0e1f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:51,420 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.059s 2022-10-04 21:15:51,421 130714 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, 04 Oct 2022 21:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2dcdfbf-a6d2-4829-a841-f8a2e1b04f8e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2dcdfbf-a6d2-4829-a841-f8a2e1b04f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:52,572 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.132s 2022-10-04 21:15:52,572 130714 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, 04 Oct 2022 21:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f93a5db9-d82e-4dff-b6ae-49df3841a074', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93a5db9-d82e-4dff-b6ae-49df3841a074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:53,658 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.073s 2022-10-04 21:15:53,659 130714 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, 04 Oct 2022 21:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916052a1-b6d5-46ca-bf0d-d22a67c265cd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916052a1-b6d5-46ca-bf0d-d22a67c265cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:54,804 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.129s 2022-10-04 21:15:54,805 130714 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, 04 Oct 2022 21:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4806702f-d2d6-442f-b93a-5d8ddaa4fd53', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4806702f-d2d6-442f-b93a-5d8ddaa4fd53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:56,041 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.215s 2022-10-04 21:15:56,042 130714 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, 04 Oct 2022 21:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3118522-33d7-4129-8499-0bae50650865', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3118522-33d7-4129-8499-0bae50650865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:57,139 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.078s 2022-10-04 21:15:57,139 130714 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, 04 Oct 2022 21:15:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cd0e6a-d692-464b-be60-6c53db014482', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cd0e6a-d692-464b-be60-6c53db014482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:58,263 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.101s 2022-10-04 21:15:58,264 130714 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, 04 Oct 2022 21:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce6f4981-c687-4f93-a35e-664167258a97', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce6f4981-c687-4f93-a35e-664167258a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:15:59,422 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.141s 2022-10-04 21:15:59,423 130714 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, 04 Oct 2022 21:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c1be49-7778-4fe3-9588-cfb7e5559a88', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c1be49-7778-4fe3-9588-cfb7e5559a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:00,612 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.170s 2022-10-04 21:16:00,613 130714 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, 04 Oct 2022 21:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1164d7-7cbd-4f6e-bd55-285afe8ba204', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1164d7-7cbd-4f6e-bd55-285afe8ba204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:01,729 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.096s 2022-10-04 21:16:01,729 130714 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, 04 Oct 2022 21:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79012009-2532-49ab-9969-c0ae9e163c04', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79012009-2532-49ab-9969-c0ae9e163c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:02,851 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.106s 2022-10-04 21:16:02,851 130714 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, 04 Oct 2022 21:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b42a3da-a316-4e30-93f9-b4c6ffe35d53', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b42a3da-a316-4e30-93f9-b4c6ffe35d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:03,952 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.084s 2022-10-04 21:16:03,953 130714 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, 04 Oct 2022 21:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b88e56d-a563-4b15-b821-d8e7dc084a53', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b88e56d-a563-4b15-b821-d8e7dc084a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:05,026 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.060s 2022-10-04 21:16:05,027 130714 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, 04 Oct 2022 21:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2c42063-c2f9-4ef6-898e-cea6fc3b4431', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2c42063-c2f9-4ef6-898e-cea6fc3b4431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:06,113 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.073s 2022-10-04 21:16:06,113 130714 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, 04 Oct 2022 21:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff336c9-60c9-4285-b098-7eaa87fa52fd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff336c9-60c9-4285-b098-7eaa87fa52fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:07,196 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.068s 2022-10-04 21:16:07,197 130714 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, 04 Oct 2022 21:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bb3930-cc3b-49b8-a1f9-e2abd449253a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bb3930-cc3b-49b8-a1f9-e2abd449253a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:08,294 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.078s 2022-10-04 21:16:08,294 130714 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, 04 Oct 2022 21:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be218c3-e9d7-48be-8da8-cb4180e509da', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be218c3-e9d7-48be-8da8-cb4180e509da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:09,405 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.087s 2022-10-04 21:16:09,405 130714 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, 04 Oct 2022 21:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ed0425-ec4f-4416-9490-d068f1f4ac0b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ed0425-ec4f-4416-9490-d068f1f4ac0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:10,607 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.180s 2022-10-04 21:16:10,608 130714 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, 04 Oct 2022 21:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558413cc-1e85-4e95-9681-444fc077e079', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558413cc-1e85-4e95-9681-444fc077e079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:11,769 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.143s 2022-10-04 21:16:11,769 130714 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, 04 Oct 2022 21:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09944048-1b48-4f59-abd6-80fffbf39514', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09944048-1b48-4f59-abd6-80fffbf39514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:13,276 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.489s 2022-10-04 21:16:13,277 130714 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, 04 Oct 2022 21:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-612927e0-8238-4882-bb97-3fdc5f9ced63', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-612927e0-8238-4882-bb97-3fdc5f9ced63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:14,618 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.327s 2022-10-04 21:16:14,619 130714 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, 04 Oct 2022 21:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa303f6-807f-4da9-a846-3d7e071ba4fc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa303f6-807f-4da9-a846-3d7e071ba4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:15,721 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.080s 2022-10-04 21:16:15,721 130714 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, 04 Oct 2022 21:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aede7a7a-9e1d-4ab9-9c7e-a8f2beee598e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aede7a7a-9e1d-4ab9-9c7e-a8f2beee598e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:16,931 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.195s 2022-10-04 21:16:16,932 130714 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, 04 Oct 2022 21:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6924b3dd-9f64-4f1d-a7d1-d1d28550f480', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6924b3dd-9f64-4f1d-a7d1-d1d28550f480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:18,113 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.148s 2022-10-04 21:16:18,113 130714 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, 04 Oct 2022 21:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e310085b-3515-4f2f-93b7-9672edff001e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e310085b-3515-4f2f-93b7-9672edff001e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:19,246 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.115s 2022-10-04 21:16:19,247 130714 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, 04 Oct 2022 21:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afc951ac-680b-41a7-ab75-b2149ca34d98', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afc951ac-680b-41a7-ab75-b2149ca34d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:20,387 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.123s 2022-10-04 21:16:20,388 130714 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, 04 Oct 2022 21:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d36d50-ea33-47e2-bd16-d129ea22bc10', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d36d50-ea33-47e2-bd16-d129ea22bc10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:21,541 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.132s 2022-10-04 21:16:21,541 130714 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, 04 Oct 2022 21:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c8dda7-23b6-4a28-8226-f3ec34f692e8', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c8dda7-23b6-4a28-8226-f3ec34f692e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:22,658 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.100s 2022-10-04 21:16:22,658 130714 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, 04 Oct 2022 21:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8f010e-298b-4cd0-b578-c0d67dd7af89', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8f010e-298b-4cd0-b578-c0d67dd7af89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:23,786 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.109s 2022-10-04 21:16:23,787 130714 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, 04 Oct 2022 21:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd9c9c9-4523-4c9e-985d-7df74b21b191', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd9c9c9-4523-4c9e-985d-7df74b21b191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:24,945 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.127s 2022-10-04 21:16:24,946 130714 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, 04 Oct 2022 21:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6681e039-035a-4b06-bd9a-9071e7851417', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6681e039-035a-4b06-bd9a-9071e7851417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:26,074 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.111s 2022-10-04 21:16:26,074 130714 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, 04 Oct 2022 21:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbbfbe9c-572a-44d5-98b3-8463b655ee88', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbbfbe9c-572a-44d5-98b3-8463b655ee88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:27,177 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.081s 2022-10-04 21:16:27,177 130714 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, 04 Oct 2022 21:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0153c71-17c2-4eef-bb3a-750972971506', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0153c71-17c2-4eef-bb3a-750972971506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:28,337 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:16:28,338 130714 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, 04 Oct 2022 21:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d3fe94-6211-4ec2-ba8f-f5be51dfe839', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d3fe94-6211-4ec2-ba8f-f5be51dfe839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:29,458 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.101s 2022-10-04 21:16:29,459 130714 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, 04 Oct 2022 21:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6cf393b-312f-4dcc-944d-0f8ef3217965', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6cf393b-312f-4dcc-944d-0f8ef3217965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:30,594 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:16:30,595 130714 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, 04 Oct 2022 21:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4ee668-6793-42fb-b9ed-fb42f6ee59ca', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4ee668-6793-42fb-b9ed-fb42f6ee59ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:31,735 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.128s 2022-10-04 21:16:31,735 130714 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, 04 Oct 2022 21:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbaab329-7316-4aaf-b7b7-f54d36a9a26f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbaab329-7316-4aaf-b7b7-f54d36a9a26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:32,838 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.087s 2022-10-04 21:16:32,838 130714 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, 04 Oct 2022 21:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd25e42-4ddc-44be-8886-3ebcbe3cd69d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd25e42-4ddc-44be-8886-3ebcbe3cd69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:33,965 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.098s 2022-10-04 21:16:33,965 130714 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, 04 Oct 2022 21:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff7f4d8-b879-45b7-a06d-a471e5b969ce', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff7f4d8-b879-45b7-a06d-a471e5b969ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:35,085 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.101s 2022-10-04 21:16:35,085 130714 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, 04 Oct 2022 21:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd94904-59b5-4106-a5b2-f520b94fa972', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd94904-59b5-4106-a5b2-f520b94fa972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:36,186 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.082s 2022-10-04 21:16:36,186 130714 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, 04 Oct 2022 21:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545a4d29-e08f-434a-98a5-c0f21d1243aa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545a4d29-e08f-434a-98a5-c0f21d1243aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:37,424 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.218s 2022-10-04 21:16:37,424 130714 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, 04 Oct 2022 21:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0703dd10-dc6c-4c8e-aa5e-7dc19475e3ed', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0703dd10-dc6c-4c8e-aa5e-7dc19475e3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:38,552 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.113s 2022-10-04 21:16:38,552 130714 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, 04 Oct 2022 21:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a65a8f9-2a61-4c94-ac70-4e6b258b068b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a65a8f9-2a61-4c94-ac70-4e6b258b068b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:39,687 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.116s 2022-10-04 21:16:39,688 130714 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, 04 Oct 2022 21:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3a6d2e-405e-495a-b209-c0030ee07b23', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3a6d2e-405e-495a-b209-c0030ee07b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:40,817 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.115s 2022-10-04 21:16:40,817 130714 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, 04 Oct 2022 21:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be75a10b-8bf2-49ab-a444-74a101ad3cca', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be75a10b-8bf2-49ab-a444-74a101ad3cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:41,947 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.113s 2022-10-04 21:16:41,948 130714 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, 04 Oct 2022 21:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62364805-3b2d-4c29-b289-89e802fcdbaa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62364805-3b2d-4c29-b289-89e802fcdbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:43,021 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.059s 2022-10-04 21:16:43,022 130714 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, 04 Oct 2022 21:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74dda7a0-db13-4e7a-87ee-7e279a077caa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74dda7a0-db13-4e7a-87ee-7e279a077caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:44,088 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.054s 2022-10-04 21:16:44,088 130714 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, 04 Oct 2022 21:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908b2521-2be9-424c-a02a-b7a9fdda86d9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908b2521-2be9-424c-a02a-b7a9fdda86d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:45,174 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.075s 2022-10-04 21:16:45,174 130714 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, 04 Oct 2022 21:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2956408-0f5a-4a0e-99f2-895583183445', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2956408-0f5a-4a0e-99f2-895583183445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:46,272 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.084s 2022-10-04 21:16:46,273 130714 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, 04 Oct 2022 21:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca75532-4856-412e-a19c-c84e3078a1a1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca75532-4856-412e-a19c-c84e3078a1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:47,438 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.144s 2022-10-04 21:16:47,438 130714 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, 04 Oct 2022 21:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72de8e73-e920-4db6-bcac-82c3bf8e1e9e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72de8e73-e920-4db6-bcac-82c3bf8e1e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:48,782 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.322s 2022-10-04 21:16:48,782 130714 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, 04 Oct 2022 21:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15526637-f119-424e-a2ae-a206f491f2fa', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15526637-f119-424e-a2ae-a206f491f2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:50,259 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.460s 2022-10-04 21:16:50,260 130714 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, 04 Oct 2022 21:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7042ed-b591-4225-bc8b-827beb20e9df', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7042ed-b591-4225-bc8b-827beb20e9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:51,373 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.088s 2022-10-04 21:16:51,374 130714 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, 04 Oct 2022 21:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774dc216-c9f2-4ebc-9682-0eb226a3ef56', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774dc216-c9f2-4ebc-9682-0eb226a3ef56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:52,525 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.131s 2022-10-04 21:16:52,526 130714 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, 04 Oct 2022 21:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e594cea4-6801-46e2-9f9c-ecb8d86e1a92', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e594cea4-6801-46e2-9f9c-ecb8d86e1a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:54,092 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.547s 2022-10-04 21:16:54,092 130714 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, 04 Oct 2022 21:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beeb8b38-84ba-49cb-b460-386fcadb4cbc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beeb8b38-84ba-49cb-b460-386fcadb4cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:55,268 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.156s 2022-10-04 21:16:55,268 130714 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, 04 Oct 2022 21:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f5288b-2674-4edd-b73a-f92c4c590575', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f5288b-2674-4edd-b73a-f92c4c590575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:56,410 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.122s 2022-10-04 21:16:56,411 130714 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, 04 Oct 2022 21:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fe46b0-4bc8-42f5-ac54-6f98a57e39e4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fe46b0-4bc8-42f5-ac54-6f98a57e39e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:57,536 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.106s 2022-10-04 21:16:57,537 130714 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, 04 Oct 2022 21:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad15ad96-94ae-476a-8329-d21ff1778c2f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad15ad96-94ae-476a-8329-d21ff1778c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:58,664 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.109s 2022-10-04 21:16:58,665 130714 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, 04 Oct 2022 21:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3f23a5-fb60-4926-b8e0-73c6bfbf5690', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3f23a5-fb60-4926-b8e0-73c6bfbf5690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:16:59,917 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.238s 2022-10-04 21:16:59,917 130714 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, 04 Oct 2022 21:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29fce23-ea84-4ad0-a933-f712a6082582', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29fce23-ea84-4ad0-a933-f712a6082582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:01,040 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.105s 2022-10-04 21:17:01,041 130714 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, 04 Oct 2022 21:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0591eaf9-9b60-4b7a-9aaa-1d6ba27ed33a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0591eaf9-9b60-4b7a-9aaa-1d6ba27ed33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:02,207 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.142s 2022-10-04 21:17:02,207 130714 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, 04 Oct 2022 21:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e499cf1-2d2e-463b-813c-bf53382e43b0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e499cf1-2d2e-463b-813c-bf53382e43b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:03,673 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.441s 2022-10-04 21:17:03,673 130714 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, 04 Oct 2022 21:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d55b9ae-2c41-46de-b293-217933202380', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d55b9ae-2c41-46de-b293-217933202380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:04,904 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.209s 2022-10-04 21:17:04,905 130714 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, 04 Oct 2022 21:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746e664c-57d0-40d4-888d-c993dfefd76c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746e664c-57d0-40d4-888d-c993dfefd76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:06,007 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.081s 2022-10-04 21:17:06,008 130714 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, 04 Oct 2022 21:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76850a13-1fd5-4e27-9c7c-bc1ea4f86533', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76850a13-1fd5-4e27-9c7c-bc1ea4f86533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:07,224 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.195s 2022-10-04 21:17:07,224 130714 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, 04 Oct 2022 21:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2322032d-f41f-40c2-925a-1234b148b312', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2322032d-f41f-40c2-925a-1234b148b312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:08,353 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.107s 2022-10-04 21:17:08,354 130714 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, 04 Oct 2022 21:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42513f3d-34b0-41c6-890d-768a2891f211', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42513f3d-34b0-41c6-890d-768a2891f211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:09,489 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.121s 2022-10-04 21:17:09,490 130714 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, 04 Oct 2022 21:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd4da37-b7ee-40e3-b612-21c18c5aa29c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd4da37-b7ee-40e3-b612-21c18c5aa29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:10,667 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.161s 2022-10-04 21:17:10,667 130714 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, 04 Oct 2022 21:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f72271-dfc0-4fcd-97d8-13766bb81a5b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f72271-dfc0-4fcd-97d8-13766bb81a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:11,824 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.133s 2022-10-04 21:17:11,825 130714 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, 04 Oct 2022 21:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac418a18-1053-458e-a177-65a81ee0f3c0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac418a18-1053-458e-a177-65a81ee0f3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:12,949 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:17:12,950 130714 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, 04 Oct 2022 21:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a69908-e976-4c2a-a889-9fa9d9315556', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a69908-e976-4c2a-a889-9fa9d9315556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:14,042 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.076s 2022-10-04 21:17:14,042 130714 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, 04 Oct 2022 21:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9fca2e-ac7d-47cc-bca0-4989930c67a1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9fca2e-ac7d-47cc-bca0-4989930c67a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:15,180 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.121s 2022-10-04 21:17:15,181 130714 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, 04 Oct 2022 21:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b33708-d0f3-4144-8fa8-6128162cef5b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b33708-d0f3-4144-8fa8-6128162cef5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:16,289 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.094s 2022-10-04 21:17:16,290 130714 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, 04 Oct 2022 21:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a65fb9-0db9-4023-b7de-b4aff2594572', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a65fb9-0db9-4023-b7de-b4aff2594572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:17,392 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.081s 2022-10-04 21:17:17,392 130714 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, 04 Oct 2022 21:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b57c702-f63a-45af-a829-804b9a2552ea', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b57c702-f63a-45af-a829-804b9a2552ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:18,562 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.152s 2022-10-04 21:17:18,562 130714 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, 04 Oct 2022 21:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bcb88a9-76b8-4d82-8323-0da4bee1598a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bcb88a9-76b8-4d82-8323-0da4bee1598a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:19,745 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.162s 2022-10-04 21:17:19,746 130714 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, 04 Oct 2022 21:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d5323c-5adf-4d61-b525-31a52cfbbbb3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d5323c-5adf-4d61-b525-31a52cfbbbb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:20,902 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.139s 2022-10-04 21:17:20,903 130714 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, 04 Oct 2022 21:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064d63e5-eafc-4ceb-aaea-5c8622501b74', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064d63e5-eafc-4ceb-aaea-5c8622501b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:22,272 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.346s 2022-10-04 21:17:22,272 130714 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, 04 Oct 2022 21:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c313da-a767-4f76-93da-55e44590dc7e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c313da-a767-4f76-93da-55e44590dc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:23,391 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.099s 2022-10-04 21:17:23,391 130714 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, 04 Oct 2022 21:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a3c844-96b8-4b90-9a7a-b33f55549224', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a3c844-96b8-4b90-9a7a-b33f55549224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:24,516 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.107s 2022-10-04 21:17:24,517 130714 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, 04 Oct 2022 21:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f6aed6-43a9-43c2-bdea-a64f28e55853', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f6aed6-43a9-43c2-bdea-a64f28e55853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:25,694 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.159s 2022-10-04 21:17:25,695 130714 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, 04 Oct 2022 21:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529aae09-dea2-4dad-bdfc-b8c5929cab80', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529aae09-dea2-4dad-bdfc-b8c5929cab80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:26,818 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.105s 2022-10-04 21:17:26,823 130714 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, 04 Oct 2022 21:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61648b26-4d2b-43ea-b2b7-207737914532', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61648b26-4d2b-43ea-b2b7-207737914532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:28,129 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.287s 2022-10-04 21:17:28,130 130714 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, 04 Oct 2022 21:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d916d19-56a9-4e5a-8a03-72f446231fc3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d916d19-56a9-4e5a-8a03-72f446231fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:29,361 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.212s 2022-10-04 21:17:29,362 130714 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, 04 Oct 2022 21:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7834b519-f110-4e78-8711-1cabf7886e02', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7834b519-f110-4e78-8711-1cabf7886e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:30,572 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.195s 2022-10-04 21:17:30,573 130714 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, 04 Oct 2022 21:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406b4c93-f817-4eac-b696-1e5fcc61525d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406b4c93-f817-4eac-b696-1e5fcc61525d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:31,745 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.151s 2022-10-04 21:17:31,746 130714 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, 04 Oct 2022 21:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f037371c-f881-42f9-ae37-d6711578cfc7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f037371c-f881-42f9-ae37-d6711578cfc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:32,885 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.120s 2022-10-04 21:17:32,886 130714 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, 04 Oct 2022 21:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e023ec1e-1097-48ec-aeff-f34e84649a78', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e023ec1e-1097-48ec-aeff-f34e84649a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:34,019 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.114s 2022-10-04 21:17:34,020 130714 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, 04 Oct 2022 21:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5ac9c7-42c2-4cdc-9035-f815c4049978', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5ac9c7-42c2-4cdc-9035-f815c4049978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:35,290 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.251s 2022-10-04 21:17:35,291 130714 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, 04 Oct 2022 21:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8781227-df79-4aaa-88c6-d2e2f555587a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8781227-df79-4aaa-88c6-d2e2f555587a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:36,428 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.117s 2022-10-04 21:17:36,429 130714 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, 04 Oct 2022 21:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acec92d0-24b3-46d9-8285-6813fa1b0d86', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acec92d0-24b3-46d9-8285-6813fa1b0d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:37,665 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.217s 2022-10-04 21:17:37,666 130714 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, 04 Oct 2022 21:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af187452-2d99-45a7-a191-83fe4245ba4c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af187452-2d99-45a7-a191-83fe4245ba4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:15:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:38,839 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.148s 2022-10-04 21:17:38,839 130714 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, 04 Oct 2022 21:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bc1dcd-b906-45b4-8e27-e58a05b02395', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bc1dcd-b906-45b4-8e27-e58a05b02395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'{"backup": {"id": "92366efc-9fbc-4116-bb99-250cf0ddef90", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-04T21:10:35.000000", "updated_at": "2022-10-04T21:17:38.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "798ee7df-052e-4def-82bc-c3c627afe815", "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-04T21:10:35.000000"}}' 2022-10-04 21:17:38,855 130714 INFO [tempest.common.waiters] backup 92366efc-9fbc-4116-bb99-250cf0ddef90 reached available after waiting for 123.855038 seconds 2022-10-04 21:17:39,060 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea 0.204s 2022-10-04 21:17:39,065 130714 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, 04 Oct 2022 21:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f669a47-0061-4e2a-bf7f-f58b00bdd9d6', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f669a47-0061-4e2a-bf7f-f58b00bdd9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea'} Body: b'{"volume": {"id": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:15:29.000000", "updated_at": "2022-10-04T21:17:38.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "92366efc-9fbc-4116-bb99-250cf0ddef90"}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:39,123 130714 INFO [tempest.common.waiters] volume 19ddff67-bac3-4423-a8ca-e24a378e67ea reached available after waiting for 0.123717 seconds 2022-10-04 21:17:39,442 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea 0.317s 2022-10-04 21:17:39,443 130714 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, 04 Oct 2022 21:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02090f76-9829-4e2a-a709-61f1640edca1', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02090f76-9829-4e2a-a709-61f1640edca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea'} Body: b'{"volume": {"id": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:15:29.000000", "updated_at": "2022-10-04T21:17:38.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "92366efc-9fbc-4116-bb99-250cf0ddef90"}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:40,074 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 0.588s 2022-10-04 21:17:40,075 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-188037783", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtLEsPy0O9izSBLRrUXS07fqUxQRad/JgClVwyx7uxg5IK82iNrTfxqR0OCS6wRyUchzEMoEl54LGOZEjK0RnJ2C+S7BDiMV83qKQZhbzcRKqT1+kMDrM/QoSy2VWnOfQ=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd96676b-cd51-485f-8e03-e3ed5fed4674', 'x-compute-request-id': 'req-bd96676b-cd51-485f-8e03-e3ed5fed4674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-188037783", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtLEsPy0O9izSBLRrUXS07fqUxQRad/JgClVwyx7uxg5IK82iNrTfxqR0OCS6wRyUchzEMoEl54LGOZEjK0RnJ2C+S7BDiMV83qKQZhbzcRKqT1+kMDrM/QoSy2VWnOfQ==", "fingerprint": "a8:4d:4e:d7:37:da:f5:9b:7e:c0:34:40:41:dd:02:4b", "user_id": "1b2e783f973b4c0a88f2b8517041f8a7"}}' 2022-10-04 21:17:41,076 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.996s 2022-10-04 21:17:41,077 130714 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-1603307822", "description": "tempest-secgroup-smoke-1603307822 description", "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-e27ac7c8-336e-41b2-9e6a-b2cac91487cf', 'date': 'Tue, 04 Oct 2022 21:17:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "386faa5d-1d89-4553-a816-4d74a151c94f", "name": "tempest-secgroup-smoke-1603307822", "stateful": true, "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "description": "tempest-secgroup-smoke-1603307822 description", "shared": false, "security_group_rules": [{"id": "6ea4aa6a-c22c-4165-b2a7-9de3b57c3fdb", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "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": 3927, "description": null, "tags": [], "created_at": "2022-10-04T21:17:40Z", "updated_at": "2022-10-04T21:17:40Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}, {"id": "ff211011-859e-4f71-b95f-94f448be1b3b", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "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": 3928, "description": null, "tags": [], "created_at": "2022-10-04T21:17:40Z", "updated_at": "2022-10-04T21:17:40Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}], "tags": [], "created_at": "2022-10-04T21:17:40Z", "updated_at": "2022-10-04T21:17:40Z", "revision_number": 1, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:41,976 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.898s 2022-10-04 21:17:41,977 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "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-aba74538-f428-4b8f-ad50-888602e3afae', 'date': 'Tue, 04 Oct 2022 21:17:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04e9ec70-f6e9-4e2a-80b4-38e0a6011618", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:41Z", "updated_at": "2022-10-04T21:17:41Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:43,088 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.110s 2022-10-04 21:17:43,089 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "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-0f3764d1-d59c-4735-9ab1-f0f5c4f2829b', 'date': 'Tue, 04 Oct 2022 21:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed56d719-4e86-4102-aea6-86ed903a197b", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:42Z", "updated_at": "2022-10-04T21:17:42Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:44,095 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.005s 2022-10-04 21:17:44,095 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d301b7e3-9615-4c58-a539-d96ac9c1cdb3', 'date': 'Tue, 04 Oct 2022 21:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06f22b09-4b14-4d5e-89ae-6e0b1ea1df8d", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:43Z", "updated_at": "2022-10-04T21:17:43Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:45,826 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.729s 2022-10-04 21:17:45,826 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c1f82e86-4064-4ec8-9875-977448d42586', 'date': 'Tue, 04 Oct 2022 21:17:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "662c0ea2-f539-48ec-86ce-04df816c91c7", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:44Z", "updated_at": "2022-10-04T21:17:44Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:47,074 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.246s 2022-10-04 21:17:47,075 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-696ecf9c-0e1a-4718-a947-0069c13771f5', 'date': 'Tue, 04 Oct 2022 21:17:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "344ef24f-b1bf-46e2-966c-c60fd0883e40", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:46Z", "updated_at": "2022-10-04T21:17:46Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:48,210 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.134s 2022-10-04 21:17:48,210 130714 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": "386faa5d-1d89-4553-a816-4d74a151c94f", "project_id": "2e5de3cd23f54af491e3e2ee52f16035", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-0fbace87-b9da-40c6-8445-a083855f7419', 'date': 'Tue, 04 Oct 2022 21:17:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27480788-aceb-4f1d-ab19-6e42dbefe5af", "tenant_id": "2e5de3cd23f54af491e3e2ee52f16035", "security_group_id": "386faa5d-1d89-4553-a816-4d74a151c94f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:17:47Z", "updated_at": "2022-10-04T21:17:47Z", "revision_number": 0, "project_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:48,793 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.569s 2022-10-04 21:17:48,794 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-386bdf6d-769b-4b72-8961-e89586aecbc9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b2e783f973b4c0a88f2b8517041f8a7", "name": "tempest-TestVolumeBackupRestore-1711409639-project", "password_expires_at": null}, "audit_ids": ["90r2i_kZSImVhLuEK2VaHw"], "expires_at": "2022-10-04T22:17:48.000000Z", "issued_at": "2022-10-04T21:17:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e5de3cd23f54af491e3e2ee52f16035", "name": "tempest-TestVolumeBackupRestore-1711409639"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_2e5de3cd23f54af491e3e2ee52f16035", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/2e5de3cd23f54af491e3e2ee52f16035", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:17:48,795 130714 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': '124623e3-9f94-4b2f-9597-82851ed5391b', 'name': 'tempest-TestVolumeBackupRestore-1418663750-network', 'tenant_id': '2e5de3cd23f54af491e3e2ee52f16035', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e5de3cd23f54af491e3e2ee52f16035', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 446, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:08:00Z', 'updated_at': '2022-10-04T21:08:01Z', 'revision_number': 1} available for tenant 2022-10-04 21:17:50,718 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 POST http://10.222.0.78/compute/v2.1/servers 1.921s 2022-10-04 21:17:50,726 130714 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBackupRestore-server-961654632", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-188037783", "security_groups": [{"name": "tempest-secgroup-smoke-1603307822"}], "networks": [{"uuid": "124623e3-9f94-4b2f-9597-82851ed5391b"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17: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': '214', 'x-openstack-request-id': 'req-6915e99c-b14f-4fc8-9475-c3dcc37d53f4', 'x-compute-request-id': 'req-6915e99c-b14f-4fc8-9475-c3dcc37d53f4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:17:51,847 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/386faa5d-1d89-4553-a816-4d74a151c94f 1.118s 2022-10-04 21:17:51,848 130714 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-0e8c77e1-28d9-4735-a35c-be96986e9533', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:17:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/386faa5d-1d89-4553-a816-4d74a151c94f'} Body: b'' 2022-10-04 21:17:52,160 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-188037783 0.311s 2022-10-04 21:17:52,161 130714 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, 04 Oct 2022 21:17: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-bc9966d3-c5b1-42c2-81c9-840ca23dde45', 'x-compute-request-id': 'req-bc9966d3-c5b1-42c2-81c9-840ca23dde45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-188037783'} Body: b'' 2022-10-04 21:17:52,854 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea 0.692s 2022-10-04 21:17:52,855 130714 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, 04 Oct 2022 21:17: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-34a4460c-4652-49cf-8aca-578a418ac5b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/19ddff67-bac3-4423-a8ca-e24a378e67ea'} Body: b'' 2022-10-04 21:17:53,193 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90 0.337s 2022-10-04 21:17:53,194 130714 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, 04 Oct 2022 21:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-f87c8491-3882-41ef-ba34-684a500480f3', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87c8491-3882-41ef-ba34-684a500480f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/backups/92366efc-9fbc-4116-bb99-250cf0ddef90'} Body: b'' 2022-10-04 21:17:53,734 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.539s 2022-10-04 21:17:53,734 130714 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, 04 Oct 2022 21:17:53 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-5a14a4b1-9aff-47b3-a8b4-217c4cad6bcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'' 2022-10-04 21:17:54,078 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.343s 2022-10-04 21:17:54,079 130714 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, 04 Oct 2022 21:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c5dd59-4327-4cd9-ba73-6d6e91220ecc', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c5dd59-4327-4cd9-ba73-6d6e91220ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:55,289 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.182s 2022-10-04 21:17:55,290 130714 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, 04 Oct 2022 21:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712f22e6-86ec-4cd5-9e20-b561c234d96e', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712f22e6-86ec-4cd5-9e20-b561c234d96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:56,564 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.244s 2022-10-04 21:17:56,565 130714 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, 04 Oct 2022 21:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d3ec16-04b7-4b96-ac82-887c6e0f6f68', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d3ec16-04b7-4b96-ac82-887c6e0f6f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:57,864 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.262s 2022-10-04 21:17:57,865 130714 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, 04 Oct 2022 21:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb1b96e-d2bc-4943-88ea-91449821a9f1', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb1b96e-d2bc-4943-88ea-91449821a9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:17:59,083 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.186s 2022-10-04 21:17:59,083 130714 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, 04 Oct 2022 21:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7723c1-23be-4be2-913d-94461d9f959b', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7723c1-23be-4be2-913d-94461d9f959b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:00,485 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.366s 2022-10-04 21:18:00,485 130714 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, 04 Oct 2022 21:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c257bfe-1c79-4968-aaa6-31a0d23060a9', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c257bfe-1c79-4968-aaa6-31a0d23060a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:01,758 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.240s 2022-10-04 21:18:01,759 130714 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, 04 Oct 2022 21:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44d3ffc-cd0b-4f40-ab06-0f98d4c6610b', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44d3ffc-cd0b-4f40-ab06-0f98d4c6610b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:03,070 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.278s 2022-10-04 21:18:03,071 130714 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, 04 Oct 2022 21:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d4976f9-0170-4f4e-ad31-b3d63c0a9283', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d4976f9-0170-4f4e-ad31-b3d63c0a9283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:04,412 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.309s 2022-10-04 21:18:04,412 130714 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, 04 Oct 2022 21:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e131a52a-7cac-4fb1-b9aa-9b949c0c86a6', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e131a52a-7cac-4fb1-b9aa-9b949c0c86a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:05,646 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.201s 2022-10-04 21:18:05,647 130714 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, 04 Oct 2022 21:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05434b0-2844-4333-abf6-2ad73cebec00', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05434b0-2844-4333-abf6-2ad73cebec00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:06,949 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.270s 2022-10-04 21:18:06,950 130714 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, 04 Oct 2022 21:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd29e54-2bf6-48e0-9e1d-0a6cd045d9f4', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd29e54-2bf6-48e0-9e1d-0a6cd045d9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:08,192 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.214s 2022-10-04 21:18:08,193 130714 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, 04 Oct 2022 21:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6e2f5d-aea9-433f-8860-28a3bfe9afeb', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6e2f5d-aea9-433f-8860-28a3bfe9afeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:09,492 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.265s 2022-10-04 21:18:09,492 130714 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, 04 Oct 2022 21:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5173c25-e6df-45b3-b23f-4fb9b6339122', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5173c25-e6df-45b3-b23f-4fb9b6339122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:10,795 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.268s 2022-10-04 21:18:10,796 130714 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, 04 Oct 2022 21:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc5974c5-886d-47a6-aa13-4398cf40bd21', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc5974c5-886d-47a6-aa13-4398cf40bd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:12,124 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.294s 2022-10-04 21:18:12,125 130714 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, 04 Oct 2022 21:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2bfcb5-48ea-400f-8006-34c265a5a3dd', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2bfcb5-48ea-400f-8006-34c265a5a3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:13,410 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.251s 2022-10-04 21:18:13,413 130714 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, 04 Oct 2022 21:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87b61be0-98ad-45b1-9782-fe6ed5fc915c', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87b61be0-98ad-45b1-9782-fe6ed5fc915c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"volume": {"id": "798ee7df-052e-4def-82bc-c3c627afe815", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:09:11.000000", "updated_at": "2022-10-04T21:17:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815"}], "user_id": "1b2e783f973b4c0a88f2b8517041f8a7", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2e5de3cd23f54af491e3e2ee52f16035"}}' 2022-10-04 21:18:14,669 130714 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815 0.222s 2022-10-04 21:18:14,670 130714 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, 04 Oct 2022 21:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ed512fa-dac0-4637-a5f6-41bf0728e7c6', 'x-openstack-request-id': 'req-2ed512fa-dac0-4637-a5f6-41bf0728e7c6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/2e5de3cd23f54af491e3e2ee52f16035/volumes/798ee7df-052e-4def-82bc-c3c627afe815'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 798ee7df-052e-4def-82bc-c3c627afe815 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_backup_restore.py", line 81, in test_volume_backup_restore server = self.create_server(image_id='', File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 5 | 0 | 5 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
fail
ft57.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:16:55,730 130700 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-3871843 on backend None 2022-10-04 21:16:56,570 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types 0.839s 2022-10-04 21:16:56,571 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-scenario-type-luks-3871843", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e16a93d-1c0b-4a1d-8710-baf344a98e99', 'content-length': '209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e16a93d-1c0b-4a1d-8710-baf344a98e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types'} Body: b'{"volume_type": {"id": "c6fab8a5-130e-496b-a880-61ab8b85ff52", "name": "tempest-scenario-type-luks-3871843", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-10-04 21:16:56,578 130700 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: c6fab8a5-130e-496b-a880-61ab8b85ff52 2022-10-04 21:16:56,950 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/c6fab8a5-130e-496b-a880-61ab8b85ff52/encryption 0.371s 2022-10-04 21:16:56,951 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec5553db-db21-4696-8ca7-e6f14d5b6d94', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec5553db-db21-4696-8ca7-e6f14d5b6d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/c6fab8a5-130e-496b-a880-61ab8b85ff52/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "c6fab8a5-130e-496b-a880-61ab8b85ff52", "encryption_id": "076703e9-ea6a-4cb2-982b-02be3df35891"}}' 2022-10-04 21:16:59,617 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes 2.659s 2022-10-04 21:16:59,618 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-1130688465", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-3871843", "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7389f3ea-0bb8-44a4-8a78-e15f95b86d5c', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7389f3ea-0bb8-44a4-8a78-e15f95b86d5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:58.822213", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:16:59,823 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.166s 2022-10-04 21:16:59,824 130700 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, 04 Oct 2022 21:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefb8530-e84b-49bd-8f07-6f5c807d0069', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefb8530-e84b-49bd-8f07-6f5c807d0069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:01,115 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.257s 2022-10-04 21:17:01,115 130700 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, 04 Oct 2022 21:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53ef2e77-3265-4fd9-bede-683f50400a6f', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53ef2e77-3265-4fd9-bede-683f50400a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:02,415 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.266s 2022-10-04 21:17:02,416 130700 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, 04 Oct 2022 21:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ad9b54-4c46-4f45-9dcc-f78c76299f21', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ad9b54-4c46-4f45-9dcc-f78c76299f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:04,140 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.684s 2022-10-04 21:17:04,140 130700 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, 04 Oct 2022 21:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816b9b9b-d8fd-4eff-9c19-c3d5216450a0', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816b9b9b-d8fd-4eff-9c19-c3d5216450a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:05,404 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.233s 2022-10-04 21:17:05,405 130700 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, 04 Oct 2022 21:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c275f1e-0998-4c15-a9f7-5a7c6b03ae6e', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c275f1e-0998-4c15-a9f7-5a7c6b03ae6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:00.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:06,626 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.191s 2022-10-04 21:17:06,627 130700 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, 04 Oct 2022 21:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa17d817-b00c-4512-a0e2-f91ac1bc53e9', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa17d817-b00c-4512-a0e2-f91ac1bc53e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:06.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:06,651 130700 INFO [tempest.common.waiters] volume 825e3c2b-366c-469a-a5db-d054606a0903 reached available after waiting for 7.650947 seconds 2022-10-04 21:17:06,838 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.180s 2022-10-04 21:17:06,838 130700 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, 04 Oct 2022 21:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd40d5c-b87a-4b39-b1e3-6675e5e6097e', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd40d5c-b87a-4b39-b1e3-6675e5e6097e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:06.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:07,083 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903/action 0.217s 2022-10-04 21:17:07,083 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-set_bootable": {"bootable": true}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-2f4bf5d3-d84e-4d3b-938f-31ded3ec6281', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4bf5d3-d84e-4d3b-938f-31ded3ec6281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903/action'} Body: b'' 2022-10-04 21:17:07,459 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.357s 2022-10-04 21:17:07,460 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d21561d9-96bd-45cb-885c-437d7d091788', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "586e44616297471eaf68e3eee955f48a", "name": "tempest-TestVolumeBootPattern-1045107375-project", "password_expires_at": null}, "audit_ids": ["tjxasi_3SNyA5CLlgsRSgA"], "expires_at": "2022-10-04T22:17:07.000000Z", "issued_at": "2022-10-04T21:17:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06b106a291b44599bb30d5040d82a3cb", "name": "tempest-TestVolumeBootPattern-1045107375"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:17:07,461 130700 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': '798c0142-6487-4be9-a55d-44c8d2cb7e55', 'name': 'tempest-TestVolumeBootPattern-889438361-network', 'tenant_id': '06b106a291b44599bb30d5040d82a3cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06b106a291b44599bb30d5040d82a3cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 406, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:03Z', 'updated_at': '2022-10-04T21:16:03Z', 'revision_number': 1} available for tenant 2022-10-04 21:17:09,757 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 500 POST http://10.222.0.78/compute/v2.1/servers 2.294s 2022-10-04 21:17:09,757 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-390734037", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "825e3c2b-366c-469a-a5db-d054606a0903", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "798c0142-6487-4be9-a55d-44c8d2cb7e55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-fbe607fd-29f4-44b3-830e-94338284d6ec', 'x-compute-request-id': 'req-fbe607fd-29f4-44b3-830e-94338284d6ec', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:17:10,352 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.587s 2022-10-04 21:17:10,353 130700 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, 04 Oct 2022 21:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42069130-4ce2-4aba-bd26-5d3de3438756', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'' 2022-10-04 21:17:10,723 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.369s 2022-10-04 21:17:10,724 130700 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, 04 Oct 2022 21:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcb2ef34-d4cd-4028-8bbd-73af838b3211', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcb2ef34-d4cd-4028-8bbd-73af838b3211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:12,051 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.290s 2022-10-04 21:17:12,052 130700 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, 04 Oct 2022 21:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c58f6e1-fbd9-46cb-8700-6e17758796bf', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c58f6e1-fbd9-46cb-8700-6e17758796bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:13,310 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.227s 2022-10-04 21:17:13,311 130700 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, 04 Oct 2022 21:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6a9609-1c0f-424c-9a8e-318b9d4b9941', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6a9609-1c0f-424c-9a8e-318b9d4b9941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:14,567 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.221s 2022-10-04 21:17:14,567 130700 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, 04 Oct 2022 21:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd81c24-80d9-4327-a767-736e3a53d599', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd81c24-80d9-4327-a767-736e3a53d599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:15,862 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.257s 2022-10-04 21:17:15,863 130700 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, 04 Oct 2022 21:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-342e499a-515a-4ac9-a7e3-6e4a486c9611', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-342e499a-515a-4ac9-a7e3-6e4a486c9611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:17,087 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.198s 2022-10-04 21:17:17,154 130700 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, 04 Oct 2022 21:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea5f4b08-4a52-4312-a748-9f91d32cc514', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea5f4b08-4a52-4312-a748-9f91d32cc514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:18,505 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.323s 2022-10-04 21:17:18,506 130700 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, 04 Oct 2022 21:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27faa957-df84-487d-bcbc-890225001da8', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27faa957-df84-487d-bcbc-890225001da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:19,868 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.328s 2022-10-04 21:17:19,869 130700 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, 04 Oct 2022 21:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76bf937b-42fb-4a93-8e2c-c85742aed8cb', 'content-length': '934', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76bf937b-42fb-4a93-8e2c-c85742aed8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"volume": {"id": "825e3c2b-366c-469a-a5db-d054606a0903", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:59.000000", "updated_at": "2022-10-04T21:17:10.000000", "name": "tempest-TestVolumeBootPattern-volume-1130688465", "description": null, "volume_type": "tempest-scenario-type-luks-3871843", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:21,023 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903 0.120s 2022-10-04 21:17:21,024 130700 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, 04 Oct 2022 21:17:20 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-fc1e8a89-2516-46c2-b688-09ee66212193', 'x-openstack-request-id': 'req-fc1e8a89-2516-46c2-b688-09ee66212193', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/825e3c2b-366c-469a-a5db-d054606a0903'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 825e3c2b-366c-469a-a5db-d054606a0903 could not be found."}}' 2022-10-04 21:17:21,484 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/detail?all_tenants=1 0.459s 2022-10-04 21:17:21,485 130700 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, 04 Oct 2022 21:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf15851b-a19b-45df-933e-4f37d7fa66af', 'content-length': '13909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf15851b-a19b-45df-933e-4f37d7fa66af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9f8eb685-60b9-4337-a5a0-bdf3bbbe2903", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:04.000000", "updated_at": "2022-10-04T21:17:11.000000", "name": "tempest-VolumesExtendTest-Volume-838651453", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/9f8eb685-60b9-4337-a5a0-bdf3bbbe2903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/9f8eb685-60b9-4337-a5a0-bdf3bbbe2903"}], "user_id": "609145c64b294fcea2f5228c272d7b7c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "37fa097514df496299798b78eb3f4d66", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "b79a4df3-605b-4c08-9d3b-87a4b5eb5e36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:50.000000", "updated_at": "2022-10-04T21:16:51.000000", "name": "tempest-VolumesImageMetadata-Volume-1183813858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/b79a4df3-605b-4c08-9d3b-87a4b5eb5e36"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/b79a4df3-605b-4c08-9d3b-87a4b5eb5e36"}], "user_id": "6ff45185c20147938c5b02d7531cb583", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "8d4a31bb6c7643468bed969b45c7c562", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "7939f195-b466-45a6-8b91-4548087facfd", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2022-10-04T21:15:31.000000", "updated_at": "2022-10-04T21:17:02.000000", "name": "tempest-VolumesExtendTest-Volume-1717170494", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/7939f195-b466-45a6-8b91-4548087facfd"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/7939f195-b466-45a6-8b91-4548087facfd"}], "user_id": "609145c64b294fcea2f5228c272d7b7c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "37fa097514df496299798b78eb3f4d66", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:15:29.000000", "updated_at": "2022-10-04T21:17:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http: 2022-10-04 21:17:22,156 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/c6fab8a5-130e-496b-a880-61ab8b85ff52 0.607s 2022-10-04 21:17:22,157 130700 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, 04 Oct 2022 21:17:21 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-41dee87f-097d-4c71-adf3-cdd76017a2b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/c6fab8a5-130e-496b-a880-61ab8b85ff52'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 272, in test_boot_server_from_encrypted_volume_luks self._do_test_boot_server_from_encrypted_volume_luks('luks') File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 257, in _do_test_boot_server_from_encrypted_volume_luks server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft57.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:17:22,164 130700 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-2060630924 on backend None 2022-10-04 21:17:22,820 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types 0.654s 2022-10-04 21:17:22,820 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-scenario-type-luks2-2060630924", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12019749-5f6f-49d8-b15e-f9caf9abab02', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12019749-5f6f-49d8-b15e-f9caf9abab02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types'} Body: b'{"volume_type": {"id": "bc7558bf-a19c-4d0e-b044-50118d31f5d7", "name": "tempest-scenario-type-luks2-2060630924", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-10-04 21:17:22,826 130700 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: bc7558bf-a19c-4d0e-b044-50118d31f5d7 2022-10-04 21:17:23,141 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/bc7558bf-a19c-4d0e-b044-50118d31f5d7/encryption 0.314s 2022-10-04 21:17:23,141 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3141338-e78a-466f-9e2b-1f54a2c5508d', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3141338-e78a-466f-9e2b-1f54a2c5508d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/bc7558bf-a19c-4d0e-b044-50118d31f5d7/encryption'} Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "bc7558bf-a19c-4d0e-b044-50118d31f5d7", "encryption_id": "2bc1a74f-406c-4488-a554-9e0e32433b79"}}' 2022-10-04 21:17:25,271 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes 2.124s 2022-10-04 21:17:25,272 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-1679809229", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03712744-f0bd-4c2b-b67d-215f8d981442', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03712744-f0bd-4c2b-b67d-215f8d981442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.459671", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:17:25,830 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.528s 2022-10-04 21:17:25,831 130700 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, 04 Oct 2022 21:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002e0156-ac62-47c3-b60b-e33d056d2e3a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002e0156-ac62-47c3-b60b-e33d056d2e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:27,058 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.199s 2022-10-04 21:17:27,058 130700 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, 04 Oct 2022 21:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-168c9cef-2faf-493c-9c03-fed1a640bc48', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-168c9cef-2faf-493c-9c03-fed1a640bc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:28,348 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.251s 2022-10-04 21:17:28,349 130700 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, 04 Oct 2022 21:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13367c7a-1dbb-4fe7-9487-8238d0a1693c', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13367c7a-1dbb-4fe7-9487-8238d0a1693c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:29,595 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.212s 2022-10-04 21:17:29,596 130700 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, 04 Oct 2022 21:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ad8a8b-aecd-46ac-be27-a0482c8a7517', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ad8a8b-aecd-46ac-be27-a0482c8a7517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:30,896 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.261s 2022-10-04 21:17:30,897 130700 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, 04 Oct 2022 21:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bba69e1-83f2-42cf-a5d8-3f233ad3d660', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bba69e1-83f2-42cf-a5d8-3f233ad3d660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:32,352 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.422s 2022-10-04 21:17:32,352 130700 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, 04 Oct 2022 21:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e15b3a91-f4a5-462a-8286-cd0f2ab8399c', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e15b3a91-f4a5-462a-8286-cd0f2ab8399c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:32.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:32,378 130700 INFO [tempest.common.waiters] volume e49cb545-861f-429f-8a65-ee2363756f8b reached available after waiting for 7.378237 seconds 2022-10-04 21:17:32,630 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.251s 2022-10-04 21:17:32,632 130700 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, 04 Oct 2022 21:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0caab97-9026-4e6d-a4bb-4a444215a749', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0caab97-9026-4e6d-a4bb-4a444215a749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:32.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:33,026 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b/action 0.361s 2022-10-04 21:17:33,027 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-set_bootable": {"bootable": true}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-ed48381e-9d17-48ae-bdfa-1731fab6007c', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed48381e-9d17-48ae-bdfa-1731fab6007c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b/action'} Body: b'' 2022-10-04 21:17:33,627 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.585s 2022-10-04 21:17:33,628 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ee1b32eb-69da-4be1-9532-9e354a147410', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "586e44616297471eaf68e3eee955f48a", "name": "tempest-TestVolumeBootPattern-1045107375-project", "password_expires_at": null}, "audit_ids": ["yEr1upgKTzuhGcZFdnlkwQ"], "expires_at": "2022-10-04T22:17:33.000000Z", "issued_at": "2022-10-04T21:17:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06b106a291b44599bb30d5040d82a3cb", "name": "tempest-TestVolumeBootPattern-1045107375"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:17:33,629 130700 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '798c0142-6487-4be9-a55d-44c8d2cb7e55', 'name': 'tempest-TestVolumeBootPattern-889438361-network', 'tenant_id': '06b106a291b44599bb30d5040d82a3cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06b106a291b44599bb30d5040d82a3cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 406, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:03Z', 'updated_at': '2022-10-04T21:16:03Z', 'revision_number': 1} available for tenant 2022-10-04 21:17:36,647 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 POST http://10.222.0.78/compute/v2.1/servers 3.016s 2022-10-04 21:17:36,647 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1123100448", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "e49cb545-861f-429f-8a65-ee2363756f8b", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "798c0142-6487-4be9-a55d-44c8d2cb7e55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5de593f2-4bf1-42ea-b37d-130d25d464c4', 'x-compute-request-id': 'req-5de593f2-4bf1-42ea-b37d-130d25d464c4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:17:37,023 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.374s 2022-10-04 21:17:37,024 130700 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, 04 Oct 2022 21:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638e1c2f-3e4e-4658-bc6c-834cc259b34a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'' 2022-10-04 21:17:37,344 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.319s 2022-10-04 21:17:37,345 130700 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, 04 Oct 2022 21:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef3c50db-ebb2-4b9c-8326-663a6e2d2541', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef3c50db-ebb2-4b9c-8326-663a6e2d2541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:38,657 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.272s 2022-10-04 21:17:38,658 130700 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, 04 Oct 2022 21:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31838379-3d80-4e14-b434-96f56daa50d9', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31838379-3d80-4e14-b434-96f56daa50d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:40,010 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.308s 2022-10-04 21:17:40,011 130700 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, 04 Oct 2022 21:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda00211-3cd0-4186-bdf7-96395424c274', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda00211-3cd0-4186-bdf7-96395424c274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:41,314 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.264s 2022-10-04 21:17:41,315 130700 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, 04 Oct 2022 21:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d314c13-e26e-446d-a0ad-65ee9d603efb', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d314c13-e26e-446d-a0ad-65ee9d603efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:42,638 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.289s 2022-10-04 21:17:42,638 130700 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, 04 Oct 2022 21:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dea7f74-272e-473a-b90f-bcf6a5206915', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dea7f74-272e-473a-b90f-bcf6a5206915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:43,943 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.276s 2022-10-04 21:17:43,943 130700 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, 04 Oct 2022 21:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8504bb5-6064-4fab-96c7-dc85f3aa1e15', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8504bb5-6064-4fab-96c7-dc85f3aa1e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:45,078 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.103s 2022-10-04 21:17:45,078 130700 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, 04 Oct 2022 21:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d842afed-4bb2-45db-b023-0f7ccca69ad4', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d842afed-4bb2-45db-b023-0f7ccca69ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:46,347 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.243s 2022-10-04 21:17:46,348 130700 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, 04 Oct 2022 21:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ac0f53-64b3-492d-b02e-a6aa86cf28be', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ac0f53-64b3-492d-b02e-a6aa86cf28be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"volume": {"id": "e49cb545-861f-429f-8a65-ee2363756f8b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:24.000000", "updated_at": "2022-10-04T21:17:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1679809229", "description": null, "volume_type": "tempest-scenario-type-luks2-2060630924", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:47,463 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b 0.081s 2022-10-04 21:17:47,464 130700 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, 04 Oct 2022 21:17:47 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-4bd62f69-deb3-453f-9973-4827d0ace3ed', 'x-openstack-request-id': 'req-4bd62f69-deb3-453f-9973-4827d0ace3ed', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/e49cb545-861f-429f-8a65-ee2363756f8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e49cb545-861f-429f-8a65-ee2363756f8b could not be found."}}' 2022-10-04 21:17:47,751 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/detail?all_tenants=1 0.285s 2022-10-04 21:17:47,751 130700 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, 04 Oct 2022 21:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443dd537-7fac-4023-b553-3fcda0acc0cf', 'content-length': '14015', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443dd537-7fac-4023-b553-3fcda0acc0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9f8eb685-60b9-4337-a5a0-bdf3bbbe2903", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2022-10-04T21:17:04.000000", "updated_at": "2022-10-04T21:17:40.000000", "name": "tempest-VolumesExtendTest-Volume-838651453", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/9f8eb685-60b9-4337-a5a0-bdf3bbbe2903"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/9f8eb685-60b9-4337-a5a0-bdf3bbbe2903"}], "user_id": "609145c64b294fcea2f5228c272d7b7c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "37fa097514df496299798b78eb3f4d66", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "b79a4df3-605b-4c08-9d3b-87a4b5eb5e36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:16:50.000000", "updated_at": "2022-10-04T21:16:51.000000", "name": "tempest-VolumesImageMetadata-Volume-1183813858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/b79a4df3-605b-4c08-9d3b-87a4b5eb5e36"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/b79a4df3-605b-4c08-9d3b-87a4b5eb5e36"}], "user_id": "6ff45185c20147938c5b02d7531cb583", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8d4a31bb6c7643468bed969b45c7c562", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "7939f195-b466-45a6-8b91-4548087facfd", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2022-10-04T21:15:31.000000", "updated_at": "2022-10-04T21:17:02.000000", "name": "tempest-VolumesExtendTest-Volume-1717170494", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/volumes/7939f195-b466-45a6-8b91-4548087facfd"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/6f35d354850f457d84b23ae003a92e9c/volumes/7939f195-b466-45a6-8b91-4548087facfd"}], "user_id": "609145c64b294fcea2f5228c272d7b7c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852085-12@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "37fa097514df496299798b78eb3f4d66", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "19ddff67-bac3-4423-a8ca-e24a378e67ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:15:29.000000", "updated_at": "2022-10-04T21:17:38.000000", "name": "tempest-TestVolumeBackupRestore-volume-1499476603", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "meta 2022-10-04 21:17:48,590 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/bc7558bf-a19c-4d0e-b044-50118d31f5d7 0.776s 2022-10-04 21:17:48,591 130700 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, 04 Oct 2022 21:17:47 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-c47d08b1-c273-4804-a332-7e1c40141da7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/6f35d354850f457d84b23ae003a92e9c/types/bc7558bf-a19c-4d0e-b044-50118d31f5d7'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 282, in test_boot_server_from_encrypted_volume_luksv2 self._do_test_boot_server_from_encrypted_volume_luks('luks2') File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 257, in _do_test_boot_server_from_encrypted_volume_luks server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
fail
ft57.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:17:48,713 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9 0.089s 2022-10-04 21:17:48,714 130700 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, 04 Oct 2022 21:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2181e7cc-0239-4d80-83a4-36306c1de06a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9'} 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": "39207e776fb342b89ba6688e4c9f0eb3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "created_at": "2022-10-04T20:21:18Z", "updated_at": "2022-10-04T20:21:43Z", "tags": [], "self": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "file": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:17:51,350 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes 2.635s 2022-10-04 21:17:51,350 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "snapshot_id": null, "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214101a5-981a-44ca-a7f5-f1fe58dae59d', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214101a5-981a-44ca-a7f5-f1fe58dae59d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:50.584380", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:17:51,731 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.349s 2022-10-04 21:17:51,732 130700 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, 04 Oct 2022 21:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe8bebd-dc2f-4842-860f-add88c641d7b', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe8bebd-dc2f-4842-860f-add88c641d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:52,976 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.209s 2022-10-04 21:17:52,977 130700 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, 04 Oct 2022 21:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d7fe879-3f37-4e12-8b21-ba521dea14ce', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d7fe879-3f37-4e12-8b21-ba521dea14ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:54,355 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.349s 2022-10-04 21:17:54,356 130700 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, 04 Oct 2022 21:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9dd907-54b1-4846-aba4-784094a1c367', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9dd907-54b1-4846-aba4-784094a1c367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:55,560 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.169s 2022-10-04 21:17:55,560 130700 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, 04 Oct 2022 21:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2484ea19-4a9e-47cc-8850-5c993c91a0f2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2484ea19-4a9e-47cc-8850-5c993c91a0f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:56,876 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.286s 2022-10-04 21:17:56,876 130700 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, 04 Oct 2022 21:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2813b79-3964-4bf1-8cf1-0fd87384f455', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2813b79-3964-4bf1-8cf1-0fd87384f455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:58,224 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.309s 2022-10-04 21:17:58,225 130700 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, 04 Oct 2022 21:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701dd4ee-8f9a-4a09-84ea-170cee4db2ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701dd4ee-8f9a-4a09-84ea-170cee4db2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:17:59,535 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.276s 2022-10-04 21:17:59,536 130700 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, 04 Oct 2022 21:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b6713dc-c9dd-4c35-871c-99a995086cb5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b6713dc-c9dd-4c35-871c-99a995086cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:00,848 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.286s 2022-10-04 21:18:00,849 130700 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, 04 Oct 2022 21:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe76829c-0d35-4fba-8e4e-b483422e390a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe76829c-0d35-4fba-8e4e-b483422e390a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:02,152 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.273s 2022-10-04 21:18:02,153 130700 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, 04 Oct 2022 21:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318138cc-0366-40f9-b952-cb920a6a0403', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318138cc-0366-40f9-b952-cb920a6a0403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:03,448 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.256s 2022-10-04 21:18:03,449 130700 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, 04 Oct 2022 21:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61356e89-8cee-4036-a880-4727bad723d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61356e89-8cee-4036-a880-4727bad723d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:04,721 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.242s 2022-10-04 21:18:04,722 130700 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, 04 Oct 2022 21:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0fbb28-ffdc-43bd-8086-22295ca91a76', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0fbb28-ffdc-43bd-8086-22295ca91a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:06,050 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.295s 2022-10-04 21:18:06,051 130700 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, 04 Oct 2022 21:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffe80ae5-1bc6-4cb9-a723-04a198f72d83', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffe80ae5-1bc6-4cb9-a723-04a198f72d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:07,499 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.412s 2022-10-04 21:18:07,500 130700 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, 04 Oct 2022 21:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-999e4944-7601-446a-abd6-e4b2b5af7045', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-999e4944-7601-446a-abd6-e4b2b5af7045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:08,839 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.303s 2022-10-04 21:18:08,839 130700 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, 04 Oct 2022 21:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2429e558-c2a3-4a3e-80fe-80890c298412', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2429e558-c2a3-4a3e-80fe-80890c298412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:10,232 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.362s 2022-10-04 21:18:10,233 130700 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, 04 Oct 2022 21:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8ca529-8d56-4d81-b1ce-45a8e64448a5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8ca529-8d56-4d81-b1ce-45a8e64448a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:11,650 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.384s 2022-10-04 21:18:11,651 130700 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, 04 Oct 2022 21:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7699365-6219-4005-a4be-f90567f5e71d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7699365-6219-4005-a4be-f90567f5e71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:12,881 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.193s 2022-10-04 21:18:12,882 130700 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, 04 Oct 2022 21:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a28096a8-1383-417d-8057-3ef51b7247b3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a28096a8-1383-417d-8057-3ef51b7247b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:14,120 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.197s 2022-10-04 21:18:14,121 130700 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, 04 Oct 2022 21:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1aa95c2-9e32-4833-84f0-9d816367e19b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1aa95c2-9e32-4833-84f0-9d816367e19b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:15,323 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.167s 2022-10-04 21:18:15,323 130700 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, 04 Oct 2022 21:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dffbbd3-2359-4824-b3cc-fc9a8656f3cb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dffbbd3-2359-4824-b3cc-fc9a8656f3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:16,631 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.279s 2022-10-04 21:18:16,632 130700 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, 04 Oct 2022 21:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01862bb8-c244-40d0-94ef-f549267a30ac', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01862bb8-c244-40d0-94ef-f549267a30ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:17,884 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.213s 2022-10-04 21:18:17,885 130700 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, 04 Oct 2022 21:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf1768f-a6ef-4c0f-8576-5e444224e767', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf1768f-a6ef-4c0f-8576-5e444224e767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:19,170 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.251s 2022-10-04 21:18:19,171 130700 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, 04 Oct 2022 21:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57de203a-5db0-40eb-ab52-b6c44b9920ea', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57de203a-5db0-40eb-ab52-b6c44b9920ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:20,491 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.289s 2022-10-04 21:18:20,498 130700 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, 04 Oct 2022 21:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afb51f8c-4a2c-4308-a7d9-8f6a6c93defd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afb51f8c-4a2c-4308-a7d9-8f6a6c93defd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:21,814 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.290s 2022-10-04 21:18:21,814 130700 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, 04 Oct 2022 21:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a51f7e8-d128-4c3d-8dc2-ba817a7319fd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a51f7e8-d128-4c3d-8dc2-ba817a7319fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:23,083 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.231s 2022-10-04 21:18:23,084 130700 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, 04 Oct 2022 21:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fde603-919f-4f6a-a546-bafd58156cb5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fde603-919f-4f6a-a546-bafd58156cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:24,275 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.160s 2022-10-04 21:18:24,276 130700 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, 04 Oct 2022 21:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9342cbe4-8188-40c6-8f88-cb20c7ea14f5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9342cbe4-8188-40c6-8f88-cb20c7ea14f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:25,613 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.305s 2022-10-04 21:18:25,614 130700 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, 04 Oct 2022 21:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e84440fc-2d1c-461a-a4f0-e523cceb6579', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e84440fc-2d1c-461a-a4f0-e523cceb6579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:26,871 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.228s 2022-10-04 21:18:26,872 130700 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, 04 Oct 2022 21:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b8cd5b-5291-49c5-84fc-fe1a5baf4313', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b8cd5b-5291-49c5-84fc-fe1a5baf4313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:28,229 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.319s 2022-10-04 21:18:28,229 130700 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, 04 Oct 2022 21:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd380e3-d6c2-48df-98e3-b8387d7bb6fd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd380e3-d6c2-48df-98e3-b8387d7bb6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:29,833 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.576s 2022-10-04 21:18:29,834 130700 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, 04 Oct 2022 21:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b8f8e6-dc6a-4462-9edf-98acd09ec153', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b8f8e6-dc6a-4462-9edf-98acd09ec153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:31,126 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.254s 2022-10-04 21:18:31,126 130700 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, 04 Oct 2022 21:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ebe3782-72fd-46e0-93ea-f3458c16d9d6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ebe3782-72fd-46e0-93ea-f3458c16d9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:32,351 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.188s 2022-10-04 21:18:32,352 130700 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, 04 Oct 2022 21:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f35a5c-c853-4fc4-babe-027b2d19ef0f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f35a5c-c853-4fc4-babe-027b2d19ef0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:33,610 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.228s 2022-10-04 21:18:33,611 130700 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, 04 Oct 2022 21:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3825b9d1-53f8-470b-acff-691803c3d8a7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3825b9d1-53f8-470b-acff-691803c3d8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:34,857 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.218s 2022-10-04 21:18:34,858 130700 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, 04 Oct 2022 21:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6ed9fc-c516-4afe-8716-4fd8ca67e422', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6ed9fc-c516-4afe-8716-4fd8ca67e422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:37,258 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 1.374s 2022-10-04 21:18:37,259 130700 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, 04 Oct 2022 21:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b162c99-3faf-4361-95f5-bc29a908a552', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b162c99-3faf-4361-95f5-bc29a908a552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:38,502 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.211s 2022-10-04 21:18:38,503 130700 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, 04 Oct 2022 21:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-864b0c4c-4d85-4d8b-af65-5bc9955e10c5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-864b0c4c-4d85-4d8b-af65-5bc9955e10c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:39,766 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.230s 2022-10-04 21:18:39,766 130700 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, 04 Oct 2022 21:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6b509e-d558-462d-8f09-0699a80a7ef2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6b509e-d558-462d-8f09-0699a80a7ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:41,035 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.238s 2022-10-04 21:18:41,036 130700 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, 04 Oct 2022 21:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18409135-b0b9-49af-ad2d-9dee2804e174', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18409135-b0b9-49af-ad2d-9dee2804e174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:42,227 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.164s 2022-10-04 21:18:42,228 130700 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, 04 Oct 2022 21:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af5251c-7fbd-4840-95ea-c1e3104bcc58', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af5251c-7fbd-4840-95ea-c1e3104bcc58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:43,395 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.139s 2022-10-04 21:18:43,396 130700 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, 04 Oct 2022 21:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be30425d-52f8-4263-8713-f788faf87c62', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be30425d-52f8-4263-8713-f788faf87c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:44,569 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.146s 2022-10-04 21:18:44,569 130700 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, 04 Oct 2022 21:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-315b78b3-f297-4e60-957c-f0b1dcbb5686', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-315b78b3-f297-4e60-957c-f0b1dcbb5686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:45,774 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.167s 2022-10-04 21:18:45,775 130700 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, 04 Oct 2022 21:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bebf88f5-0bed-4ce9-829d-d15f32608718', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bebf88f5-0bed-4ce9-829d-d15f32608718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:46,891 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.085s 2022-10-04 21:18:46,892 130700 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, 04 Oct 2022 21:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd58b51-4706-44f5-88c7-9a1294186432', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd58b51-4706-44f5-88c7-9a1294186432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:48,106 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.182s 2022-10-04 21:18:48,107 130700 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, 04 Oct 2022 21:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06bf2d47-68bc-467e-a7b3-c61fd2285695', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06bf2d47-68bc-467e-a7b3-c61fd2285695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:49,305 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.159s 2022-10-04 21:18:49,305 130700 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, 04 Oct 2022 21:18:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a9086eb-fae3-4a02-8c0d-c2f4ec969683', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a9086eb-fae3-4a02-8c0d-c2f4ec969683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:17:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:50,483 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.147s 2022-10-04 21:18:50,483 130700 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, 04 Oct 2022 21:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a554fa1-eee8-4f5e-83e5-00f7aeb6386a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a554fa1-eee8-4f5e-83e5-00f7aeb6386a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:51,730 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.224s 2022-10-04 21:18:51,731 130700 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, 04 Oct 2022 21:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3501c3-8d96-4216-a17f-b4beabb0d00e', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3501c3-8d96-4216-a17f-b4beabb0d00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:52,966 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.197s 2022-10-04 21:18:52,966 130700 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, 04 Oct 2022 21:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7753cc3d-1b4b-43ec-aca9-541e8ac26666', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7753cc3d-1b4b-43ec-aca9-541e8ac26666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:54,142 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.153s 2022-10-04 21:18:54,143 130700 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, 04 Oct 2022 21:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b82e55-e08b-4151-b996-6fe863591486', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b82e55-e08b-4151-b996-6fe863591486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:55,317 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.136s 2022-10-04 21:18:55,318 130700 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, 04 Oct 2022 21:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74fc3494-97c2-42c5-a884-adcc66092d58', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74fc3494-97c2-42c5-a884-adcc66092d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:56,781 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.432s 2022-10-04 21:18:56,782 130700 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, 04 Oct 2022 21:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248a70a1-bfe5-42e5-b7c4-d0522671107d', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248a70a1-bfe5-42e5-b7c4-d0522671107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:57,890 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.080s 2022-10-04 21:18:57,892 130700 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, 04 Oct 2022 21:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d404f80-682d-4a40-bb7d-2ed574295d75', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d404f80-682d-4a40-bb7d-2ed574295d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:18:59,018 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.062s 2022-10-04 21:18:59,018 130700 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, 04 Oct 2022 21:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54344e4-e9d1-4cc2-b1dc-d20a1de2043e', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54344e4-e9d1-4cc2-b1dc-d20a1de2043e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:00,122 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.070s 2022-10-04 21:19:00,123 130700 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, 04 Oct 2022 21:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c656a48-6554-463a-8319-43c6e0e2d7a5', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c656a48-6554-463a-8319-43c6e0e2d7a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:01,374 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.200s 2022-10-04 21:19:01,375 130700 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, 04 Oct 2022 21:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8efcf25-dc2f-4ec0-adfd-0c274a20f678', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8efcf25-dc2f-4ec0-adfd-0c274a20f678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:02,717 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.287s 2022-10-04 21:19:02,717 130700 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, 04 Oct 2022 21:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8aa9504-3aee-444e-a996-3b46e8093430', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8aa9504-3aee-444e-a996-3b46e8093430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:04,080 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.329s 2022-10-04 21:19:04,081 130700 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, 04 Oct 2022 21:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe97cbf-7e35-4bd4-9189-ab3830cf41e9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe97cbf-7e35-4bd4-9189-ab3830cf41e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:05,369 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.240s 2022-10-04 21:19:05,369 130700 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, 04 Oct 2022 21:19:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8a52ed-0deb-4c17-b3d3-8eaceda5efd4', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8a52ed-0deb-4c17-b3d3-8eaceda5efd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:06,580 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.177s 2022-10-04 21:19:06,580 130700 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, 04 Oct 2022 21:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9522273f-972b-4793-b7c8-143b8798506e', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9522273f-972b-4793-b7c8-143b8798506e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:18:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:07,761 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.140s 2022-10-04 21:19:07,762 130700 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, 04 Oct 2022 21:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81bd54e-64c0-44b0-8da3-64197d16965a', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81bd54e-64c0-44b0-8da3-64197d16965a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:07,796 130700 INFO [tempest.common.waiters] volume dfc434bb-d49b-4a59-9fd8-c18733abc735 reached available after waiting for 76.796052 seconds 2022-10-04 21:19:07,974 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.177s 2022-10-04 21:19:07,974 130700 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, 04 Oct 2022 21:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c72dc12-2be2-49fd-b246-db91f29f97d0', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c72dc12-2be2-49fd-b246-db91f29f97d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:08,961 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots 0.944s 2022-10-04 21:19:08,961 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "metadata": null}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd8e99b-4341-4779-9b7d-f598b41ea5aa', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd8e99b-4341-4779-9b7d-f598b41ea5aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:08.618619", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}}}' 2022-10-04 21:19:09,094 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.124s 2022-10-04 21:19:09,095 130700 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, 04 Oct 2022 21:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba6325c-6626-4f78-8f91-28c3f0e4f694', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba6325c-6626-4f78-8f91-28c3f0e4f694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:19:10,186 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.080s 2022-10-04 21:19:10,187 130700 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, 04 Oct 2022 21:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75def29-02f6-4478-83e1-b4ff0f819394', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75def29-02f6-4478-83e1-b4ff0f819394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:19:11,361 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.163s 2022-10-04 21:19:11,361 130700 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, 04 Oct 2022 21:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b5fb60d-ba03-4045-a86c-cf259efcf167', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b5fb60d-ba03-4045-a86c-cf259efcf167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:19:12,485 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.114s 2022-10-04 21:19:12,485 130700 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, 04 Oct 2022 21:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a14053-3f80-4d45-b3e5-3707d3bab743', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a14053-3f80-4d45-b3e5-3707d3bab743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:19:13,624 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.129s 2022-10-04 21:19:13,624 130700 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, 04 Oct 2022 21:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe75569-134e-4d64-81b4-64b36bb9708a', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe75569-134e-4d64-81b4-64b36bb9708a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-04 21:19:14,711 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.078s 2022-10-04 21:19:14,712 130700 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, 04 Oct 2022 21:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbef9990-7383-47f8-9a25-f611ba796809', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbef9990-7383-47f8-9a25-f611ba796809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:14.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:14,722 130700 INFO [tempest.common.waiters] snapshot b3b283e9-919e-44c7-8851-2ccea704bd58 reached available after waiting for 5.722094 seconds 2022-10-04 21:19:14,816 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.094s 2022-10-04 21:19:14,817 130700 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, 04 Oct 2022 21:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c8052c-9052-491a-b7a1-4cc4c5aad510', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c8052c-9052-491a-b7a1-4cc4c5aad510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:14.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:15,198 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.361s 2022-10-04 21:19:15,198 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-07bb8f48-c9a8-4760-ad0b-12b0346475ba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "586e44616297471eaf68e3eee955f48a", "name": "tempest-TestVolumeBootPattern-1045107375-project", "password_expires_at": null}, "audit_ids": ["Od7ghAbATEiJL7VE6C3DPQ"], "expires_at": "2022-10-04T22:19:14.000000Z", "issued_at": "2022-10-04T21:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06b106a291b44599bb30d5040d82a3cb", "name": "tempest-TestVolumeBootPattern-1045107375"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:19:15,199 130700 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '798c0142-6487-4be9-a55d-44c8d2cb7e55', 'name': 'tempest-TestVolumeBootPattern-889438361-network', 'tenant_id': '06b106a291b44599bb30d5040d82a3cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06b106a291b44599bb30d5040d82a3cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 406, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:03Z', 'updated_at': '2022-10-04T21:16:03Z', 'revision_number': 1} available for tenant 2022-10-04 21:19:16,375 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 500 POST http://10.222.0.78/compute/v2.1/servers 1.174s 2022-10-04 21:19:16,376 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-209356276", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "b3b283e9-919e-44c7-8851-2ccea704bd58", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "798c0142-6487-4be9-a55d-44c8d2cb7e55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:19:15 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': '214', 'x-openstack-request-id': 'req-c8117e2d-73fe-445c-9e50-45bc357b0e78', 'x-compute-request-id': 'req-c8117e2d-73fe-445c-9e50-45bc357b0e78', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:19:16,745 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.367s 2022-10-04 21:19:16,745 130700 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, 04 Oct 2022 21:19:16 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-de3a6656-2a93-4382-bc34-04b774dc9a3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'' 2022-10-04 21:19:16,807 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.061s 2022-10-04 21:19:16,807 130700 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, 04 Oct 2022 21:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22b32cd7-255a-4836-b53a-33ae7bf53cd4', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22b32cd7-255a-4836-b53a-33ae7bf53cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:17.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:17,910 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.091s 2022-10-04 21:19:17,910 130700 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, 04 Oct 2022 21:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df8292e-b9fd-4185-be24-42941bd51212', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df8292e-b9fd-4185-be24-42941bd51212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:17.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:18,997 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.078s 2022-10-04 21:19:18,998 130700 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, 04 Oct 2022 21:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50632197-1d7b-412f-8637-d971ce75eb38', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50632197-1d7b-412f-8637-d971ce75eb38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:17.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:20,072 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.063s 2022-10-04 21:19:20,073 130700 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, 04 Oct 2022 21:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397270f9-36f3-41fe-99af-5d63f5987f4c', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397270f9-36f3-41fe-99af-5d63f5987f4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:17.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:21,220 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.137s 2022-10-04 21:19:21,220 130700 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, 04 Oct 2022 21:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276c174a-49cb-44e2-aaee-338275134e06', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276c174a-49cb-44e2-aaee-338275134e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"snapshot": {"id": "b3b283e9-919e-44c7-8851-2ccea704bd58", "created_at": "2022-10-04T21:19:09.000000", "updated_at": "2022-10-04T21:19:17.000000", "name": "tempest-TestVolumeBootPattern-snapshot-938193310", "description": null, "volume_id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "06b106a291b44599bb30d5040d82a3cb", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-04 21:19:22,303 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58 0.072s 2022-10-04 21:19:22,304 130700 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, 04 Oct 2022 21:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-42caf722-e74b-42b8-96c0-4b55a0649626', 'x-openstack-request-id': 'req-42caf722-e74b-42b8-96c0-4b55a0649626', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/snapshots/b3b283e9-919e-44c7-8851-2ccea704bd58'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot b3b283e9-919e-44c7-8851-2ccea704bd58 could not be found."}}' 2022-10-04 21:19:22,806 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.500s 2022-10-04 21:19:22,806 130700 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, 04 Oct 2022 21:19:22 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-7c906947-aeb9-4af1-badc-371096ff55d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'' 2022-10-04 21:19:22,955 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.147s 2022-10-04 21:19:22,956 130700 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, 04 Oct 2022 21:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519009eb-9a59-4b15-84c2-bcd01c231e22', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519009eb-9a59-4b15-84c2-bcd01c231e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:24,155 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.171s 2022-10-04 21:19:24,155 130700 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, 04 Oct 2022 21:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc9ec10-4c8b-439b-8898-77c36f32e226', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc9ec10-4c8b-439b-8898-77c36f32e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:25,399 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.209s 2022-10-04 21:19:25,399 130700 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, 04 Oct 2022 21:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b834c896-5efb-4ba4-afea-d6cddab2417f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b834c896-5efb-4ba4-afea-d6cddab2417f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:26,684 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.255s 2022-10-04 21:19:26,685 130700 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, 04 Oct 2022 21:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3e3c58-8578-4e11-89bf-57474ca0de6f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3e3c58-8578-4e11-89bf-57474ca0de6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:27,927 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.212s 2022-10-04 21:19:27,928 130700 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, 04 Oct 2022 21:19:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-089086f0-6531-450f-89df-162178bdefa5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-089086f0-6531-450f-89df-162178bdefa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:29,090 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.132s 2022-10-04 21:19:29,091 130700 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, 04 Oct 2022 21:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4940b11c-6a85-4aef-afcd-7b8b32aeb605', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4940b11c-6a85-4aef-afcd-7b8b32aeb605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"volume": {"id": "dfc434bb-d49b-4a59-9fd8-c18733abc735", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:17:51.000000", "updated_at": "2022-10-04T21:19:23.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1912883128", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:30,239 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735 0.120s 2022-10-04 21:19:30,240 130700 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, 04 Oct 2022 21:19:30 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-e60cbdb7-6191-4dc5-9812-b7302215131b', 'x-openstack-request-id': 'req-e60cbdb7-6191-4dc5-9812-b7302215131b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/dfc434bb-d49b-4a59-9fd8-c18733abc735'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dfc434bb-d49b-4a59-9fd8-c18733abc735 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
fail
ft57.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:19:30,349 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9 0.073s 2022-10-04 21:19:30,349 130700 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, 04 Oct 2022 21:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d34bfb70-c9ee-452e-b18c-8ac5cde2789d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9'} 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": "39207e776fb342b89ba6688e4c9f0eb3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "created_at": "2022-10-04T20:21:18Z", "updated_at": "2022-10-04T20:21:43Z", "tags": [], "self": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "file": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:19:32,159 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes 1.808s 2022-10-04 21:19:32,159 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "snapshot_id": null, "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa78edfc-75ff-42c9-bfb7-86ebcf1234b7', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa78edfc-75ff-42c9-bfb7-86ebcf1234b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:31.524605", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:19:32,365 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.173s 2022-10-04 21:19:32,366 130700 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, 04 Oct 2022 21:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f233c32b-7eba-4105-95cb-cabe32797f1e', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f233c32b-7eba-4105-95cb-cabe32797f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:33,628 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.229s 2022-10-04 21:19:33,628 130700 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, 04 Oct 2022 21:19:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c883e89b-a31e-452a-b364-23c7c787272d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c883e89b-a31e-452a-b364-23c7c787272d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:34,919 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.274s 2022-10-04 21:19:34,919 130700 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, 04 Oct 2022 21:19:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfdce041-90e8-4cd7-b790-b472beb3b7b1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfdce041-90e8-4cd7-b790-b472beb3b7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:36,162 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.210s 2022-10-04 21:19:36,162 130700 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, 04 Oct 2022 21:19:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da02c53-baee-4450-aff5-89a9e4df62ba', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da02c53-baee-4450-aff5-89a9e4df62ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:37,261 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.070s 2022-10-04 21:19:37,262 130700 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, 04 Oct 2022 21:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa590509-c607-43e3-8618-a9d01f018a7e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa590509-c607-43e3-8618-a9d01f018a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:38,409 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.133s 2022-10-04 21:19:38,409 130700 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, 04 Oct 2022 21:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3bfd43-3b8b-4803-beb3-2cd8e26c300f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3bfd43-3b8b-4803-beb3-2cd8e26c300f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:39,626 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.187s 2022-10-04 21:19:39,627 130700 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, 04 Oct 2022 21:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002c163f-91ac-4fff-a860-1605436433f5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002c163f-91ac-4fff-a860-1605436433f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:40,810 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.158s 2022-10-04 21:19:40,810 130700 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, 04 Oct 2022 21:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2519aac8-b167-419a-84bf-a5f142b4a8e0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2519aac8-b167-419a-84bf-a5f142b4a8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:41,954 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.108s 2022-10-04 21:19:41,955 130700 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, 04 Oct 2022 21:19:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfba7262-fe8c-4ed4-8e51-ba1c6a5bd804', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfba7262-fe8c-4ed4-8e51-ba1c6a5bd804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:43,118 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.140s 2022-10-04 21:19:43,119 130700 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, 04 Oct 2022 21:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e86ef42-c1fc-4b0a-ad04-ac92251ab8f5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e86ef42-c1fc-4b0a-ad04-ac92251ab8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:44,318 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.172s 2022-10-04 21:19:44,319 130700 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, 04 Oct 2022 21:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2aba54a-3ae5-41c4-8665-ad63f4c22037', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2aba54a-3ae5-41c4-8665-ad63f4c22037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:45,467 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.112s 2022-10-04 21:19:45,468 130700 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, 04 Oct 2022 21:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-780692ae-29e2-42bc-93ee-5f4330fb9feb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-780692ae-29e2-42bc-93ee-5f4330fb9feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:46,590 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.102s 2022-10-04 21:19:46,591 130700 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, 04 Oct 2022 21:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc1ea6a-c075-4636-899a-be5d0325299e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc1ea6a-c075-4636-899a-be5d0325299e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:47,767 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.149s 2022-10-04 21:19:47,768 130700 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, 04 Oct 2022 21:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65df1604-1a9c-429d-9bce-7226232c4601', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65df1604-1a9c-429d-9bce-7226232c4601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:48,920 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.117s 2022-10-04 21:19:48,921 130700 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, 04 Oct 2022 21:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03956081-e13b-40d6-a755-afef57afd504', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03956081-e13b-40d6-a755-afef57afd504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:50,199 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.239s 2022-10-04 21:19:50,199 130700 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, 04 Oct 2022 21:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee4db76-3183-4e30-88ae-91e928193a25', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee4db76-3183-4e30-88ae-91e928193a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:51,331 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.104s 2022-10-04 21:19:51,332 130700 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, 04 Oct 2022 21:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78652df5-58d9-43e2-89f0-bcf4bda11c7e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78652df5-58d9-43e2-89f0-bcf4bda11c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:52,516 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.153s 2022-10-04 21:19:52,516 130700 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, 04 Oct 2022 21:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67a3670-ee43-401f-a61e-80e2f1539a67', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67a3670-ee43-401f-a61e-80e2f1539a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:53,679 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.134s 2022-10-04 21:19:53,680 130700 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, 04 Oct 2022 21:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a00fa5-8c1a-4b24-9ab0-3894511c26fd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a00fa5-8c1a-4b24-9ab0-3894511c26fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:54,886 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.174s 2022-10-04 21:19:54,887 130700 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, 04 Oct 2022 21:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d1ad60-5005-4d66-b83a-65a18c8b7a12', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d1ad60-5005-4d66-b83a-65a18c8b7a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:56,100 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.186s 2022-10-04 21:19:56,100 130700 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, 04 Oct 2022 21:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1006773-77d6-4526-8589-6100f81e7e36', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1006773-77d6-4526-8589-6100f81e7e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:57,275 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.140s 2022-10-04 21:19:57,276 130700 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, 04 Oct 2022 21:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7433c2b7-f01a-44ac-bcbe-b98382aafa37', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7433c2b7-f01a-44ac-bcbe-b98382aafa37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:58,463 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.153s 2022-10-04 21:19:58,464 130700 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, 04 Oct 2022 21:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7b207a-874c-4f5c-a03f-a854cc51a9b8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7b207a-874c-4f5c-a03f-a854cc51a9b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:19:59,581 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.084s 2022-10-04 21:19:59,581 130700 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, 04 Oct 2022 21:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1ac36cb-8247-4cd2-beb2-457a0483d2cd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1ac36cb-8247-4cd2-beb2-457a0483d2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:00,741 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.129s 2022-10-04 21:20:00,742 130700 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, 04 Oct 2022 21:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e824fd-f6b8-4c82-a007-744e4b15d0ef', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e824fd-f6b8-4c82-a007-744e4b15d0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:01,864 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.092s 2022-10-04 21:20:01,865 130700 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, 04 Oct 2022 21:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-478f3dcc-0c9c-420f-ba4a-731ba7d8e56b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-478f3dcc-0c9c-420f-ba4a-731ba7d8e56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:03,074 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.178s 2022-10-04 21:20:03,075 130700 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, 04 Oct 2022 21:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08e5c81-8cea-4404-b7eb-f34cffb1e526', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08e5c81-8cea-4404-b7eb-f34cffb1e526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:04,335 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.213s 2022-10-04 21:20:04,335 130700 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, 04 Oct 2022 21:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470aa1eb-41df-4496-9ff1-9f90222f410a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470aa1eb-41df-4496-9ff1-9f90222f410a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:05,661 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.282s 2022-10-04 21:20:05,669 130700 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, 04 Oct 2022 21:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9a72e4-75af-4c81-8858-161940bc2664', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9a72e4-75af-4c81-8858-161940bc2664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:06,845 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.149s 2022-10-04 21:20:06,846 130700 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, 04 Oct 2022 21:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf621899-76ca-4cfd-976f-66666ba9334f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf621899-76ca-4cfd-976f-66666ba9334f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:07,972 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.090s 2022-10-04 21:20:07,973 130700 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, 04 Oct 2022 21:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627f1c28-91e4-485a-b98b-fe405b02f17d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627f1c28-91e4-485a-b98b-fe405b02f17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:09,115 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.115s 2022-10-04 21:20:09,115 130700 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, 04 Oct 2022 21:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869794da-1465-4fe6-9796-36b444c79340', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869794da-1465-4fe6-9796-36b444c79340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:10,284 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.130s 2022-10-04 21:20:10,285 130700 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, 04 Oct 2022 21:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702b2c3b-c1df-4422-8b41-9c688f075e3e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702b2c3b-c1df-4422-8b41-9c688f075e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:11,435 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.120s 2022-10-04 21:20:11,436 130700 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, 04 Oct 2022 21:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158e2aba-aee4-4a8c-9b46-501f0f791257', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158e2aba-aee4-4a8c-9b46-501f0f791257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:12,618 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.147s 2022-10-04 21:20:12,619 130700 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, 04 Oct 2022 21:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ebc08f7-2a9e-4785-b3ee-d3f6ff4a8aad', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ebc08f7-2a9e-4785-b3ee-d3f6ff4a8aad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:19:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:13,768 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.119s 2022-10-04 21:20:13,769 130700 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, 04 Oct 2022 21:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435640ed-effb-4a4a-91c6-39ef9b3acbcf', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435640ed-effb-4a4a-91c6-39ef9b3acbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:14,886 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.097s 2022-10-04 21:20:14,886 130700 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, 04 Oct 2022 21:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41688022-6d61-4e96-9634-9ec436777f28', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41688022-6d61-4e96-9634-9ec436777f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:16,073 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.151s 2022-10-04 21:20:16,074 130700 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, 04 Oct 2022 21:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72dbadb4-8a88-46b0-abff-212e78c82455', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72dbadb4-8a88-46b0-abff-212e78c82455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:17,231 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.118s 2022-10-04 21:20:17,232 130700 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, 04 Oct 2022 21:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37dbde2f-6020-4462-bae5-1031e536da03', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37dbde2f-6020-4462-bae5-1031e536da03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:18,341 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.078s 2022-10-04 21:20:18,341 130700 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, 04 Oct 2022 21:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8357325f-573a-4306-bcf4-64f581147c4b', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8357325f-573a-4306-bcf4-64f581147c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:19,485 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.117s 2022-10-04 21:20:19,485 130700 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, 04 Oct 2022 21:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1037de8-c6da-4403-96b2-e15670a10c1a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1037de8-c6da-4403-96b2-e15670a10c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:20,579 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.068s 2022-10-04 21:20:20,580 130700 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, 04 Oct 2022 21:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc367c2-2412-4d7a-b6be-0bde8f9c266e', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc367c2-2412-4d7a-b6be-0bde8f9c266e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:21,744 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.137s 2022-10-04 21:20:21,745 130700 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, 04 Oct 2022 21:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3306459f-9ab1-4a16-9347-fd7c516a508a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3306459f-9ab1-4a16-9347-fd7c516a508a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:22,932 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.146s 2022-10-04 21:20:22,933 130700 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, 04 Oct 2022 21:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db42559-b13c-4d9a-b7cf-0995db693ab3', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db42559-b13c-4d9a-b7cf-0995db693ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:24,051 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.090s 2022-10-04 21:20:24,052 130700 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, 04 Oct 2022 21:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5716d3b4-332f-4487-8f89-eaf748b14ce3', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5716d3b4-332f-4487-8f89-eaf748b14ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:25,232 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.152s 2022-10-04 21:20:25,232 130700 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, 04 Oct 2022 21:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dcae86a-8e8e-4c99-8332-40663cbd2818', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dcae86a-8e8e-4c99-8332-40663cbd2818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:26,353 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.090s 2022-10-04 21:20:26,354 130700 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, 04 Oct 2022 21:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b524324-0ee3-4672-9ff8-773810a6a5b1', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b524324-0ee3-4672-9ff8-773810a6a5b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:27,517 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.129s 2022-10-04 21:20:27,517 130700 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, 04 Oct 2022 21:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4949c082-6311-45ad-98d5-fd59996b4def', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4949c082-6311-45ad-98d5-fd59996b4def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:27,546 130700 INFO [tempest.common.waiters] volume fa5fb187-28f2-4dcd-ae67-d7437841af27 reached available after waiting for 55.545932 seconds 2022-10-04 21:20:27,717 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.164s 2022-10-04 21:20:27,718 130700 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, 04 Oct 2022 21:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a355069-aded-4a15-8f62-8104d24754c8', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a355069-aded-4a15-8f62-8104d24754c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:28,010 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.248s 2022-10-04 21:20:28,011 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-de9739c3-10ee-4bd1-a213-4c4466d6e151', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "586e44616297471eaf68e3eee955f48a", "name": "tempest-TestVolumeBootPattern-1045107375-project", "password_expires_at": null}, "audit_ids": ["FdsXEpP_Qse2eZqRYnUbpw"], "expires_at": "2022-10-04T22:20:27.000000Z", "issued_at": "2022-10-04T21:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06b106a291b44599bb30d5040d82a3cb", "name": "tempest-TestVolumeBootPattern-1045107375"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:20:28,012 130700 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '798c0142-6487-4be9-a55d-44c8d2cb7e55', 'name': 'tempest-TestVolumeBootPattern-889438361-network', 'tenant_id': '06b106a291b44599bb30d5040d82a3cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06b106a291b44599bb30d5040d82a3cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 406, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:03Z', 'updated_at': '2022-10-04T21:16:03Z', 'revision_number': 1} available for tenant 2022-10-04 21:20:28,925 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 500 POST http://10.222.0.78/compute/v2.1/servers 0.911s 2022-10-04 21:20:28,925 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-volume-backed-server-1206322198", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "798c0142-6487-4be9-a55d-44c8d2cb7e55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-6b8e275f-824b-46da-985b-d59b35e3fadb', 'x-compute-request-id': 'req-6b8e275f-824b-46da-985b-d59b35e3fadb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:20:29,482 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.528s 2022-10-04 21:20:29,483 130700 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, 04 Oct 2022 21:20:28 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-aa6a0d0c-763c-44e1-bf90-bbba834684ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'' 2022-10-04 21:20:29,678 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.194s 2022-10-04 21:20:29,679 130700 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, 04 Oct 2022 21:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-defb5bb0-043b-41f5-a385-f76cb0a49b49', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defb5bb0-043b-41f5-a385-f76cb0a49b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:30,950 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.240s 2022-10-04 21:20:30,950 130700 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, 04 Oct 2022 21:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b4286d-e500-4ee4-98cf-361e5fb527f4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b4286d-e500-4ee4-98cf-361e5fb527f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:32,215 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.240s 2022-10-04 21:20:32,216 130700 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, 04 Oct 2022 21:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a20b21c-bb71-45d6-8e38-973c91c57d6a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a20b21c-bb71-45d6-8e38-973c91c57d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:33,479 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.238s 2022-10-04 21:20:33,479 130700 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, 04 Oct 2022 21:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea2ac6b-3d64-42c4-b061-4c6655846cfb', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea2ac6b-3d64-42c4-b061-4c6655846cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:34,877 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.366s 2022-10-04 21:20:34,878 130700 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, 04 Oct 2022 21:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770053de-c9ea-4ba8-bc37-c93a0264eba6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770053de-c9ea-4ba8-bc37-c93a0264eba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:36,066 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.152s 2022-10-04 21:20:36,067 130700 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, 04 Oct 2022 21:20:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14fe6d93-332a-4cec-aa8b-e794c5ef1775', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14fe6d93-332a-4cec-aa8b-e794c5ef1775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:37,356 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.253s 2022-10-04 21:20:37,356 130700 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, 04 Oct 2022 21:20:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d5cea2-77d8-44a2-b56b-c4980a18bffd', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d5cea2-77d8-44a2-b56b-c4980a18bffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"volume": {"id": "fa5fb187-28f2-4dcd-ae67-d7437841af27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:19:32.000000", "updated_at": "2022-10-04T21:20:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1017898997", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:38,521 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27 0.123s 2022-10-04 21:20:38,525 130700 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, 04 Oct 2022 21:20:38 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-ab428328-6143-45a3-b63a-9bfd2d2b8690', 'x-openstack-request-id': 'req-ab428328-6143-45a3-b63a-9bfd2d2b8690', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/fa5fb187-28f2-4dcd-ae67-d7437841af27'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa5fb187-28f2-4dcd-ae67-d7437841af27 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft57.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-10-04 21:20:38,553 130700 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-10-04 21:20:40,125 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.78/compute/v2.1/os-keypairs 1.566s 2022-10-04 21:20:40,130 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-410849085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGegs8p4PVd7nKlw+89lU4gL6K2vcy0kEGd4gmlZJ2+759mpSzAF8+Aod3ry96y1ROCrJA9QJqm+zZ1Z4VpOnYrYqmBnoqy0p0qrbnmpJv3Rj3ptmJdj4C+ZBgYzYF4dAg=="}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b2ecd49-2a8b-473d-9310-e37e5031312c', 'x-compute-request-id': 'req-0b2ecd49-2a8b-473d-9310-e37e5031312c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-410849085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGegs8p4PVd7nKlw+89lU4gL6K2vcy0kEGd4gmlZJ2+759mpSzAF8+Aod3ry96y1ROCrJA9QJqm+zZ1Z4VpOnYrYqmBnoqy0p0qrbnmpJv3Rj3ptmJdj4C+ZBgYzYF4dAg==", "fingerprint": "84:66:71:4d:ff:fd:c1:2b:1a:4f:ab:ec:4f:8d:ff:5a", "user_id": "586e44616297471eaf68e3eee955f48a"}}' 2022-10-04 21:20:41,021 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-groups 0.884s 2022-10-04 21:20:41,022 130700 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-321772679", "description": "tempest-secgroup-smoke-321772679 description", "project_id": "06b106a291b44599bb30d5040d82a3cb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-bb46daab-9d07-43aa-ad6e-fe7836cafeaf', 'date': 'Tue, 04 Oct 2022 21:20:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "name": "tempest-secgroup-smoke-321772679", "stateful": true, "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "description": "tempest-secgroup-smoke-321772679 description", "shared": false, "security_group_rules": [{"id": "3b4da7c7-01ee-42e5-a755-5a25a78134c3", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "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": 3977, "description": null, "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}, {"id": "c48a59d3-07ea-4052-a179-441d0612a010", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "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": 3978, "description": null, "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}], "tags": [], "created_at": "2022-10-04T21:20:40Z", "updated_at": "2022-10-04T21:20:40Z", "revision_number": 1, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:42,627 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 1.604s 2022-10-04 21:20:42,628 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "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-4568ffc8-da2e-48cf-9dec-f36869ea77a0', 'date': 'Tue, 04 Oct 2022 21:20:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ac6d927-02a9-479d-830e-a2bdc638f4ab", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:41Z", "updated_at": "2022-10-04T21:20:41Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:43,358 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.728s 2022-10-04 21:20:43,359 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "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-77db1313-c800-406e-8332-af91887c8e6b', 'date': 'Tue, 04 Oct 2022 21:20:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7d71389-97ac-423f-b165-4945f5ad3089", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:43Z", "updated_at": "2022-10-04T21:20:43Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:44,118 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.758s 2022-10-04 21:20:44,119 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d5f5b431-a02b-49c4-8ce9-430d6abd04c4', 'date': 'Tue, 04 Oct 2022 21:20:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d368413a-9f18-4a6e-bd86-608826b553bd", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:43Z", "updated_at": "2022-10-04T21:20:43Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:44,936 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.816s 2022-10-04 21:20:44,937 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5f0a0bb3-15e9-40be-b394-6a557050135f', 'date': 'Tue, 04 Oct 2022 21:20:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dc9ad229-30bf-4b6a-af24-395ce99d6434", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:44Z", "updated_at": "2022-10-04T21:20:44Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:45,696 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.758s 2022-10-04 21:20:45,697 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b6289838-8e9b-4f79-9780-43569e5183e0', 'date': 'Tue, 04 Oct 2022 21:20:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fa6d4de-a752-4a00-bb4e-112434a5d225", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:45Z", "updated_at": "2022-10-04T21:20:45Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:46,498 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78:9696/networking/v2.0/security-group-rules 0.800s 2022-10-04 21:20:46,499 130700 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": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "project_id": "06b106a291b44599bb30d5040d82a3cb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f379a7bd-9d73-4c8b-85a5-b09cf165db3d', 'date': 'Tue, 04 Oct 2022 21:20:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6dfe5ebb-ac11-4206-b83f-68e643cf3661", "tenant_id": "06b106a291b44599bb30d5040d82a3cb", "security_group_id": "cc56e213-f4a4-4e5c-b220-aed66f52eceb", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-10-04T21:20:46Z", "updated_at": "2022-10-04T21:20:46Z", "revision_number": 0, "project_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:46,500 130700 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-10-04 21:20:46,552 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9 0.052s 2022-10-04 21:20:46,553 130700 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, 04 Oct 2022 21:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bbd1eb58-36fe-42e5-89a8-196f6453315e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/image/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9'} 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": "39207e776fb342b89ba6688e4c9f0eb3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "created_at": "2022-10-04T20:21:18Z", "updated_at": "2022-10-04T20:21:43Z", "tags": [], "self": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "file": "/v2/images/72e89793-9b3c-463e-96d2-f69d6ab1a9d9/file", "schema": "/v2/schemas/image"}' 2022-10-04 21:20:47,971 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes 1.416s 2022-10-04 21:20:47,971 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "snapshot_id": null, "imageRef": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5521273-373d-4a76-8572-03ae1b85dc67', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5521273-373d-4a76-8572-03ae1b85dc67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.401822", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-04 21:20:48,129 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.124s 2022-10-04 21:20:48,129 130700 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, 04 Oct 2022 21:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b70d17f-0b0e-4661-b073-ddc127e6445f', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b70d17f-0b0e-4661-b073-ddc127e6445f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:49,246 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.079s 2022-10-04 21:20:49,247 130700 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, 04 Oct 2022 21:20:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf4c8c0-8351-4ff2-aa46-0e6e423553bc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf4c8c0-8351-4ff2-aa46-0e6e423553bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:50,486 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.211s 2022-10-04 21:20:50,486 130700 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, 04 Oct 2022 21:20:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fad8253-dfa9-4d5d-afc2-981f56c221a4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fad8253-dfa9-4d5d-afc2-981f56c221a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:51,804 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.290s 2022-10-04 21:20:51,805 130700 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, 04 Oct 2022 21:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaf0317d-c998-4f1a-a42c-f33b4ea1cf3a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaf0317d-c998-4f1a-a42c-f33b4ea1cf3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:53,060 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.218s 2022-10-04 21:20:53,060 130700 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, 04 Oct 2022 21:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a119a426-5610-43af-bda3-b4fe1a2da577', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a119a426-5610-43af-bda3-b4fe1a2da577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:54,251 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.162s 2022-10-04 21:20:54,252 130700 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, 04 Oct 2022 21:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1affa516-d0c6-4f79-839e-78e213ccd647', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1affa516-d0c6-4f79-839e-78e213ccd647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:55,467 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.192s 2022-10-04 21:20:55,467 130700 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, 04 Oct 2022 21:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b6d8ce-3e42-498f-90b4-2299c86a0c4b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b6d8ce-3e42-498f-90b4-2299c86a0c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:56,578 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.083s 2022-10-04 21:20:56,579 130700 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, 04 Oct 2022 21:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae459c6a-c6f5-49c6-b80a-a44b816518e2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae459c6a-c6f5-49c6-b80a-a44b816518e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:57,730 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.131s 2022-10-04 21:20:57,731 130700 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, 04 Oct 2022 21:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d86160-4440-45f8-9ec2-fa1c65d9ae05', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d86160-4440-45f8-9ec2-fa1c65d9ae05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:58,858 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.099s 2022-10-04 21:20:58,859 130700 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, 04 Oct 2022 21:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64f9d82-40c4-486f-9e0a-7e140c43d77b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64f9d82-40c4-486f-9e0a-7e140c43d77b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:20:59,980 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.093s 2022-10-04 21:20:59,981 130700 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, 04 Oct 2022 21:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d154483-9351-454e-88bd-001f71f4924b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d154483-9351-454e-88bd-001f71f4924b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:01,087 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.079s 2022-10-04 21:21:01,087 130700 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, 04 Oct 2022 21:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dcccb7b-c0d0-46b9-b076-1b98cf089a56', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dcccb7b-c0d0-46b9-b076-1b98cf089a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:02,304 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.190s 2022-10-04 21:21:02,305 130700 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, 04 Oct 2022 21:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640703bd-d134-4387-a44b-d94cdd399d2a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640703bd-d134-4387-a44b-d94cdd399d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:03,405 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.067s 2022-10-04 21:21:03,406 130700 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, 04 Oct 2022 21:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7d4721-e384-4803-830a-30aee719cfac', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7d4721-e384-4803-830a-30aee719cfac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:04,580 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.146s 2022-10-04 21:21:04,580 130700 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, 04 Oct 2022 21:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5336543e-928b-4eb5-ad65-a72224bf3a8f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5336543e-928b-4eb5-ad65-a72224bf3a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:05,853 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.242s 2022-10-04 21:21:05,854 130700 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, 04 Oct 2022 21:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78bd1f99-c918-468a-b71f-fa8495efa821', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78bd1f99-c918-468a-b71f-fa8495efa821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:07,044 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.160s 2022-10-04 21:21:07,045 130700 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, 04 Oct 2022 21:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ca979a-96fe-4d1e-a566-a451f5ef3373', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ca979a-96fe-4d1e-a566-a451f5ef3373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:08,317 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.242s 2022-10-04 21:21:08,318 130700 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, 04 Oct 2022 21:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b624257-d3d4-4986-8c66-fe26c3900a3e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b624257-d3d4-4986-8c66-fe26c3900a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:09,668 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.320s 2022-10-04 21:21:09,669 130700 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, 04 Oct 2022 21:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13fa8e17-b172-4de3-a73e-7dfd2ca6aadd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13fa8e17-b172-4de3-a73e-7dfd2ca6aadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:10,867 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.165s 2022-10-04 21:21:10,868 130700 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, 04 Oct 2022 21:21:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3b69ec-f38f-499d-b355-b149c28a195c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3b69ec-f38f-499d-b355-b149c28a195c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:12,144 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.249s 2022-10-04 21:21:12,145 130700 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, 04 Oct 2022 21:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e67b96d-03d1-4229-9b7b-cb44a5b2a468', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e67b96d-03d1-4229-9b7b-cb44a5b2a468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:13,440 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.265s 2022-10-04 21:21:13,440 130700 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, 04 Oct 2022 21:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6297fd13-200e-42c3-b24d-9588916f84c8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6297fd13-200e-42c3-b24d-9588916f84c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:14,684 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.205s 2022-10-04 21:21:14,685 130700 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, 04 Oct 2022 21:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4de2eb-92c8-4b68-a878-e5137fcb159d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4de2eb-92c8-4b68-a878-e5137fcb159d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:15,871 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.163s 2022-10-04 21:21:15,871 130700 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, 04 Oct 2022 21:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360f5b85-f3f8-4b69-8177-908d079af951', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360f5b85-f3f8-4b69-8177-908d079af951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:17,050 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.144s 2022-10-04 21:21:17,053 130700 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, 04 Oct 2022 21:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668545ea-0975-4f7e-b478-c293327cddb4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668545ea-0975-4f7e-b478-c293327cddb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:18,154 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.082s 2022-10-04 21:21:18,154 130700 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, 04 Oct 2022 21:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15516a9-6641-4e78-bc73-dc589350fe3d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15516a9-6641-4e78-bc73-dc589350fe3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:19,363 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.189s 2022-10-04 21:21:19,364 130700 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, 04 Oct 2022 21:21:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7deb9103-f1c4-4da0-b5be-118fd5f3829a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7deb9103-f1c4-4da0-b5be-118fd5f3829a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:20,525 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.127s 2022-10-04 21:21:20,526 130700 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, 04 Oct 2022 21:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb87aa52-c607-496a-9f9e-7a716841af8e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb87aa52-c607-496a-9f9e-7a716841af8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:21,734 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.169s 2022-10-04 21:21:21,735 130700 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, 04 Oct 2022 21:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77500c5c-ec6a-49d7-b688-1fe6bf6879e2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77500c5c-ec6a-49d7-b688-1fe6bf6879e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:22,908 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.144s 2022-10-04 21:21:22,909 130700 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, 04 Oct 2022 21:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aab7430-fd14-4d91-931f-eff5ec6219d4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aab7430-fd14-4d91-931f-eff5ec6219d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:24,064 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.126s 2022-10-04 21:21:24,065 130700 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, 04 Oct 2022 21:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02099eaf-802c-48f0-86f6-2d770e7c34bd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02099eaf-802c-48f0-86f6-2d770e7c34bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:25,248 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.154s 2022-10-04 21:21:25,248 130700 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, 04 Oct 2022 21:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e08cb01-4122-4e1c-ab76-96c82b98b567', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e08cb01-4122-4e1c-ab76-96c82b98b567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:20:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:26,467 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.188s 2022-10-04 21:21:26,468 130700 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, 04 Oct 2022 21:21:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2eacfa-3ac9-4721-aeb3-e4cf611cf67b', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2eacfa-3ac9-4721-aeb3-e4cf611cf67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:27,694 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.196s 2022-10-04 21:21:27,695 130700 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, 04 Oct 2022 21:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a98249-5a0a-441c-b708-4a6089f395a4', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a98249-5a0a-441c-b708-4a6089f395a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:28,869 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.145s 2022-10-04 21:21:28,869 130700 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, 04 Oct 2022 21:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1bb054-2c34-4d41-b3bf-e0f4109a61ab', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1bb054-2c34-4d41-b3bf-e0f4109a61ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:30,204 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.302s 2022-10-04 21:21:30,205 130700 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, 04 Oct 2022 21:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875906fe-b97f-448c-96c7-826ae5347402', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875906fe-b97f-448c-96c7-826ae5347402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:31,354 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.121s 2022-10-04 21:21:31,355 130700 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, 04 Oct 2022 21:21:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01589197-2c14-4027-a2ac-8f7b72b09cb6', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01589197-2c14-4027-a2ac-8f7b72b09cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:32,458 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.082s 2022-10-04 21:21:32,458 130700 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, 04 Oct 2022 21:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b705d59-f985-4186-93ee-f37b572ebe14', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b705d59-f985-4186-93ee-f37b572ebe14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:33,595 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.114s 2022-10-04 21:21:33,596 130700 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, 04 Oct 2022 21:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67da451d-9dde-4959-b5e0-b3052562f1fe', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67da451d-9dde-4959-b5e0-b3052562f1fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:34,786 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.166s 2022-10-04 21:21:34,787 130700 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, 04 Oct 2022 21:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b41dfd-5ad6-4e01-b9a2-925a4a9974b7', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b41dfd-5ad6-4e01-b9a2-925a4a9974b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:35,949 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.137s 2022-10-04 21:21:35,949 130700 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, 04 Oct 2022 21:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ab07b9-a659-4e0c-889c-6b66766d779d', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ab07b9-a659-4e0c-889c-6b66766d779d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:37,128 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.145s 2022-10-04 21:21:37,130 130700 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, 04 Oct 2022 21:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb112185-5532-40f5-b12c-4472fd8817c0', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb112185-5532-40f5-b12c-4472fd8817c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:38,261 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.105s 2022-10-04 21:21:38,262 130700 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, 04 Oct 2022 21:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e2c9ac-faac-4edf-b59e-5bee7328a4c1', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e2c9ac-faac-4edf-b59e-5bee7328a4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:39,429 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.144s 2022-10-04 21:21:39,430 130700 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, 04 Oct 2022 21:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cb9135-b3b9-4555-930c-f49064eec8aa', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cb9135-b3b9-4555-930c-f49064eec8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:40,571 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.118s 2022-10-04 21:21:40,571 130700 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, 04 Oct 2022 21:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4cdc7d-e409-48bd-8a69-0edc001d456e', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4cdc7d-e409-48bd-8a69-0edc001d456e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:41,672 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.081s 2022-10-04 21:21:41,672 130700 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, 04 Oct 2022 21:21:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14585d8b-7c75-45ce-9d1b-05e8fa3faf10', 'content-length': '1371', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14585d8b-7c75-45ce-9d1b-05e8fa3faf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:42,778 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.087s 2022-10-04 21:21:42,779 130700 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, 04 Oct 2022 21:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2babdf4c-0060-4e14-aaba-c09602aaa6de', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2babdf4c-0060-4e14-aaba-c09602aaa6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:42,798 130700 INFO [tempest.common.waiters] volume bd8ef6f4-6c11-4b35-ac60-14653415a4f7 reached available after waiting for 54.798005 seconds 2022-10-04 21:21:42,889 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.090s 2022-10-04 21:21:42,889 130700 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, 04 Oct 2022 21:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f6a384-9c20-4ee5-b9e8-549e2751df98', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f6a384-9c20-4ee5-b9e8-549e2751df98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:43,134 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.78/identity/v3/auth/tokens 0.215s 2022-10-04 21:21:43,135 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 04 Oct 2022 21:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-753f3d42-8f52-47b0-b2f3-eac96cc78a71', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.78/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "586e44616297471eaf68e3eee955f48a", "name": "tempest-TestVolumeBootPattern-1045107375-project", "password_expires_at": null}, "audit_ids": ["IcPezByDTZGkAuml7Cf2sA"], "expires_at": "2022-10-04T22:21:42.000000Z", "issued_at": "2022-10-04T21:21:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06b106a291b44599bb30d5040d82a3cb", "name": "tempest-TestVolumeBootPattern-1045107375"}, "is_domain": false, "roles": [{"id": "85251621622246e79e839f870f6d411d", "name": "member"}, {"id": "4f2a6ebe135c4adbaca12bc3667dd6cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "29e96e465f2140ae95aeb6ffb5f461f3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/image", "region": "RegionOne"}], "id": "0951d6d345e4405ca06f2052599d1a80", "type": "image", "name": "glance"}, {"endpoints": [{"id": "351ecdfcb7d047628d8d64b75fb6ceb9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2.1", "region": "RegionOne"}], "id": "4125f076cff94f0993bcbe4620d25802", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5a64b09ac0314432b4aa57150c53d349", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/identity", "region": "RegionOne"}], "id": "4f91c8b52a4d4161bc34eb5e1a52024e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "0b7ab9fc94a845efa61669c4eedc31fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:8080/v1/AUTH_06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}, {"id": "bfe0a42cbeee4322b72bab7f4b2037bd", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.78:8080", "region": "RegionOne"}], "id": "979d8d1dadf748019862c2d8355c631d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fa69ab2986214d83a7031b919795351d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "a7e8cef1ebfc440aa8757eaed3b4cc64", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "68681842c6e644bda6000b5829268768", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "d7d7fb3749c245eaa7b7ded9d0aea421", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fe22912fc44d4b86997635e9a66dd849", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/placement", "region": "RegionOne"}], "id": "defbd57ec800479a926b6d7f95a265cf", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ccce05e90a99471d83721ca0d3cb5260", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78:9696/networking", "region": "RegionOne"}], "id": "e058a62a82434c5f88aba6b6a440fb23", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5d13b316ce13493cbe171e47f7a964bc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.78/compute/v2/06b106a291b44599bb30d5040d82a3cb", "region": "RegionOne"}], "id": "e44c330fcc0d46b29852ae6b5a2443f4", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-10-04 21:21:43,135 130700 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '798c0142-6487-4be9-a55d-44c8d2cb7e55', 'name': 'tempest-TestVolumeBootPattern-889438361-network', 'tenant_id': '06b106a291b44599bb30d5040d82a3cb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06b106a291b44599bb30d5040d82a3cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 406, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-04T21:16:03Z', 'updated_at': '2022-10-04T21:16:03Z', 'revision_number': 1} available for tenant 2022-10-04 21:21:43,874 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.78/compute/v2.1/servers 0.737s 2022-10-04 21:21:43,875 130700 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1689319404", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-410849085", "security_groups": [{"name": "tempest-secgroup-smoke-321772679"}], "block_device_mapping_v2": [{"uuid": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "798c0142-6487-4be9-a55d-44c8d2cb7e55"}]}} Response - Headers: {'date': 'Tue, 04 Oct 2022 21:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a7129ec7-c7fa-47cb-8041-d0e7a2293579', 'x-compute-request-id': 'req-a7129ec7-c7fa-47cb-8041-d0e7a2293579', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.78/compute/v2.1/servers'} 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 \'keystoneauth1.exceptions.http.BadRequest\'>"}}' 2022-10-04 21:21:44,171 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.294s 2022-10-04 21:21:44,171 130700 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, 04 Oct 2022 21:21:43 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-b69a006a-88db-4324-ad17-f5610748ce88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'' 2022-10-04 21:21:44,237 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.066s 2022-10-04 21:21:44,238 130700 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, 04 Oct 2022 21:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5598967-8148-4579-ac36-5b6836736baa', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5598967-8148-4579-ac36-5b6836736baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:45,369 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.105s 2022-10-04 21:21:45,369 130700 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, 04 Oct 2022 21:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52977ff6-0898-4459-8747-4f2efddbb91e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52977ff6-0898-4459-8747-4f2efddbb91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:46,525 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.125s 2022-10-04 21:21:46,525 130700 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, 04 Oct 2022 21:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1710fcd-6907-45c6-a9d4-86acbee81f23', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1710fcd-6907-45c6-a9d4-86acbee81f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:47,661 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.104s 2022-10-04 21:21:47,661 130700 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, 04 Oct 2022 21:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12f8735-2b0b-4307-bc78-15a50bb731dd', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12f8735-2b0b-4307-bc78-15a50bb731dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"volume": {"id": "bd8ef6f4-6c11-4b35-ac60-14653415a4f7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-04T21:20:47.000000", "updated_at": "2022-10-04T21:21:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1299489815", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}, {"rel": "bookmark", "href": "http://10.222.0.78/volume/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7"}], "user_id": "586e44616297471eaf68e3eee955f48a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "72e89793-9b3c-463e-96d2-f69d6ab1a9d9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "06b106a291b44599bb30d5040d82a3cb"}}' 2022-10-04 21:21:48,741 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7 0.045s 2022-10-04 21:21:48,741 130700 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, 04 Oct 2022 21:21:48 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-4acd020c-c128-4f11-ad6c-d634fa51b326', 'x-openstack-request-id': 'req-4acd020c-c128-4f11-ad6c-d634fa51b326', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.78/volume/v3/06b106a291b44599bb30d5040d82a3cb/volumes/bd8ef6f4-6c11-4b35-ac60-14653415a4f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bd8ef6f4-6c11-4b35-ac60-14653415a4f7 could not be found."}}' 2022-10-04 21:21:49,343 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.78:9696/networking/v2.0/security-groups/cc56e213-f4a4-4e5c-b220-aed66f52eceb 0.600s 2022-10-04 21:21:49,344 130700 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-76d27764-c42c-46c6-b117-b011a47d2f63', 'content-length': '0', 'date': 'Tue, 04 Oct 2022 21:21:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.78:9696/networking/v2.0/security-groups/cc56e213-f4a4-4e5c-b220-aed66f52eceb'} Body: b'' 2022-10-04 21:21:49,611 130700 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-410849085 0.266s 2022-10-04 21:21:49,611 130700 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, 04 Oct 2022 21:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e0ac9c-35c7-4522-81b2-d7e148938191', 'x-compute-request-id': 'req-93e0ac9c-35c7-4522-81b2-d7e148938191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.78/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-410849085'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1196, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, 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 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt58.1: setUpClass (tempest.api.compute.admin.test_agents.AgentsAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_auto_allocate_network | 1 | 0 | 0 | 0 | 1 | Detail | |
AutoAllocateNetworkTest) |
skip
pt59.1: setUpClass (tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsTestJson) |
skip
pt60.1: setUpClass (tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsNegativeTestJson) |
skip
pt61.1: setUpClass (tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_floating_ips_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
FloatingIPsBulkAdminTestJSON) |
skip
pt62.1: setUpClass (tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt63.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) |
||||||
setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt64.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) |
||||||
setUpClass (tempest.api.compute.certificates.test_certificates | 1 | 0 | 0 | 0 | 1 | Detail | |
CertificatesV2TestJSON) |
skip
pt65.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesV270Test) |
skip
pt66.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt66.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt66.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt67.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerMetadataTestJSON) |
skip
pt68.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt69.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesTestJSON) |
skip
pt70.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesNegativeTestJSON) |
skip
pt71.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON) |
||||||
setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt72.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt73.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_endpoints | 1 | 0 | 0 | 0 | 1 | Detail | |
EndPointsTestJSON) |
skip
pt74.1: setUpClass (tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesTestJSON) |
skip
pt75.1: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesNegativeTestJSON) |
skip
pt76.1: setUpClass (tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ServicesTestJSON) |
skip
pt77.1: setUpClass (tempest.api.identity.admin.v2.test_services.ServicesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenant_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsNegativeTestJSON) |
skip
pt78.1: setUpClass (tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsTestJSON) |
skip
pt79.1: setUpClass (tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTestJSON) |
skip
pt80.1: setUpClass (tempest.api.identity.admin.v2.test_tokens.TokensTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensAdminTestNegative) |
skip
pt81.1: setUpClass (tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersTestJSON) |
skip
pt82.1: setUpClass (tempest.api.identity.admin.v2.test_users.UsersTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersNegativeTestJSON) |
skip
pt83.1: setUpClass (tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_api_discovery | 1 | 0 | 0 | 0 | 1 | Detail | |
TestApiDiscovery) |
skip
pt84.1: setUpClass (tempest.api.identity.v2.test_api_discovery.TestApiDiscovery) |
||||||
setUpClass (tempest.api.identity.v2.test_ec2_credentials | 1 | 0 | 0 | 0 | 1 | Detail | |
EC2CredentialsTest) |
skip
pt85.1: setUpClass (tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_extension | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtensionTestJSON) |
skip
pt86.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt87.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt88.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt89.1: setUpClass (tempest.api.identity.v2.test_users.IdentityUsersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersTest) |
skip
pt90.1: setUpClass (tempest.api.image.v1.test_image_members.ImageMembersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersNegativeTest) |
skip
pt91.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
UpdateImageMetaTest) |
skip
pt92.1: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
ListImagesTest) |
skip
pt92.2: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
CreateRegisterImagesTest) |
skip
pt92.3: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt93.1: setUpClass (tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_image_caching | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageCachingTest) |
skip
pt94.1: setUpClass (tempest.api.image.v2.admin.test_image_caching.ImageCachingTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_images | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportCopyImagesTest) |
skip
pt95.1: setUpClass (tempest.api.image.v2.admin.test_images.ImportCopyImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
ImportImagesTest) |
skip
pt96.1: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
MultiStoresImportImagesTest) |
skip
pt96.2: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportImagesNegativeTest) |
skip
pt97.1: setUpClass (tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt98.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
pt99.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt100.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt101.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt102.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt102.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt103.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON | 9 | 9 | 0 | 0 | 0 | Detail | |
test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
pass
pt104.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
||||||
test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
pass
pt104.2: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
||||||
test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
pass
pt104.3: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
||||||
test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
pass
pt104.4: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
||||||
test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
pass
pt104.5: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
||||||
test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
pass
pt104.6: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
||||||
test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
pass
pt104.7: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
||||||
test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
pass
pt104.8: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
||||||
test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
pass
pt104.9: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
pass
pt105.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
||||||
tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt106.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt106.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt106.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt106.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt106.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt106.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt106.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt106.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt106.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt106.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt106.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt106.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt106.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt106.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
||||||
tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt107.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt107.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
||||||
tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt108.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
||||||
tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
pass
pt109.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
pass
pt109.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
||||||
tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt110.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt110.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt110.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt110.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt110.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt110.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt110.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt110.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt110.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt110.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
||||||
tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt111.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt111.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
||||||
tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt112.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt112.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt112.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt112.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt112.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt113.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt114.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt114.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt114.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt115.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt115.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt115.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt115.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt115.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt115.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt115.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt116.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt117.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt118.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt118.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt118.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt118.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt118.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
||||||
tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt119.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt119.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt119.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt119.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt119.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt119.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt119.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt119.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt119.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt119.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt119.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt119.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt119.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt119.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt120.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt120.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt120.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt120.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt120.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt121.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt121.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt122.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt123.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt124.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt124.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt124.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt124.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt124.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt124.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt124.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt125.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt125.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt125.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt125.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt126.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt126.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt127.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt127.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
||||||
tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt128.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
skip
pt129.1: tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
||||||
tempest.api.compute.admin.test_networks.NetworksTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt130.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
pass
pt130.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt131.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt132.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt133.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt133.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt133.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt133.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt134.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt135.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt136.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt136.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt136.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt136.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt137.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt137.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
||||||
tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt138.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
||||||
tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
pass
pt139.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
||||||
tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
pass
pt140.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
||||||
tempest.api.compute.admin.test_servers.ServersAdminTestJSON | 10 | 9 | 0 | 0 | 1 | Detail | |
test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
pass
pt141.1: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
||||||
test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
pass
pt141.2: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
||||||
test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
pass
pt141.3: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
||||||
test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
pass
pt141.4: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
||||||
test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
pass
pt141.5: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
||||||
test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
pass
pt141.6: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
||||||
test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
pass
pt141.7: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
||||||
test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
pass
pt141.8: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
||||||
test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
skip
pt141.9: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
||||||
test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
pass
pt141.10: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
||||||
tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
pass
pt142.1: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
||||||
test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
pass
pt142.2: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
||||||
test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
pass
pt142.3: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
||||||
test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
pass
pt142.4: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
||||||
test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
pass
pt142.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
||||||
tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt143.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt143.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt143.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt144.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt144.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt144.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt144.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt145.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt145.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt145.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt145.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt145.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt145.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt145.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
pass
pt146.1: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
||||||
test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
pass
pt146.2: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
||||||
test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
pass
pt146.3: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt147.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt147.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt147.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt148.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt148.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt148.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt148.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt148.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt148.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt148.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt148.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt148.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt148.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt148.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
||||||
tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt149.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt150.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt150.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt151.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt151.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt152.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
||||||
test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
pass
pt152.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt152.3: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt153.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
||||||
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt154.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt154.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt154.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt154.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt154.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt154.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
||||||
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt155.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt155.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt155.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt155.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt155.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt155.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
||||||
tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt156.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt156.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt156.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt156.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt156.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt156.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
||||||
tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
pass
pt157.1: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
||||||
test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
pass
pt157.2: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
||||||
tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
pass
pt158.1: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
||||||
test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
pass
pt158.2: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
||||||
test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
pass
pt158.3: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
||||||
test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
pass
pt158.4: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
||||||
test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
pass
pt158.5: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
||||||
test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
pass
pt158.6: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
||||||
test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
pass
pt158.7: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
||||||
test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
pass
pt158.8: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
||||||
test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
pass
pt158.9: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
||||||
test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
pass
pt158.10: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
||||||
test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
pass
pt158.11: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
||||||
test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
pass
pt158.12: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
||||||
test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
pass
pt158.13: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
||||||
tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt159.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
||||||
tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt160.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt160.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt160.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
||||||
tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt161.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt161.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt161.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt161.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt162.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt162.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt162.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt162.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt162.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt162.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt162.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt162.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
||||||
tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt163.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt163.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt163.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt163.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt163.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt163.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
||||||
tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt164.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
||||||
tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt165.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
||||||
tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt166.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt166.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt166.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt166.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt166.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
||||||
tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt167.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt167.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt167.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt167.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt167.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt167.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt167.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt167.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt168.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt168.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt168.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt168.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt168.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt168.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt168.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt168.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt168.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt168.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt168.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
||||||
tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt169.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
||||||
tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt170.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt170.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt170.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt170.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt170.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
||||||
tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
pass
pt171.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
||||||
tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt172.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
||||||
tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt173.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
pass
pt173.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
pass
pt174.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
pass
pt175.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
||||||
tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt176.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt176.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
||||||
tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt177.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt177.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt177.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
||||||
tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt178.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
||||||
tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt179.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt179.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt180.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt181.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt182.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt182.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt182.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt182.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt182.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt182.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt183.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
pt183.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
pt183.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
pt183.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
pt183.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
pt183.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
pt183.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
pt183.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
pass
pt184.1: tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
||||||
tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt185.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
||||||
test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
pass
pt185.2: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
||||||
tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
pass
pt186.1: tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
||||||
tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
pass
pt187.1: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
||||||
test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
pass
pt187.2: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
||||||
test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
pass
pt187.3: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
||||||
test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
pass
pt187.4: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
||||||
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
pass
pt188.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
||||||
test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
pass
pt188.2: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
||||||
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt188.3: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
||||||
test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
pass
pt188.4: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
||||||
test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
pass
pt188.5: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
||||||
test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
pass
pt188.6: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
||||||
test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
pass
pt188.7: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
||||||
tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
pass
pt189.1: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
||||||
test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
pass
pt189.2: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
||||||
test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
pass
pt189.3: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
||||||
test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
pass
pt189.4: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
||||||
test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
pass
pt189.5: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
||||||
tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt190.1: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
||||||
test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
pass
pt190.2: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
||||||
tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
pass
pt191.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
||||||
test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
pass
pt191.2: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
||||||
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt191.3: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
||||||
tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
pass
pt192.1: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
||||||
test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
pass
pt192.2: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
||||||
test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
pass
pt192.3: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
||||||
test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
pass
pt192.4: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
||||||
tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt193.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
||||||
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt193.2: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
||||||
test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
pass
pt193.3: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
||||||
test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
pass
pt193.4: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
||||||
tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
pass
pt194.1: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
||||||
test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
pass
pt194.2: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
pass
pt194.3: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
pass
pt194.4: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
||||||
test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
pass
pt194.5: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
||||||
test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
pass
pt194.6: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
pass
pt195.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
||||||
test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
pass
pt195.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
||||||
test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
pass
pt195.3: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
pass
pt196.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
||||||
test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
pass
pt196.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
||||||
tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
pass
pt197.1: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
||||||
test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
pass
pt197.2: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
||||||
test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
pass
pt197.3: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
||||||
test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
pass
pt197.4: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
||||||
test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
pass
pt197.5: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
||||||
tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
pass
pt198.1: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
||||||
test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
pass
pt198.2: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
||||||
test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
pass
pt198.3: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
||||||
test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
pass
pt198.4: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
||||||
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt199.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
||||||
test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
pass
pt199.2: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
||||||
tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
pass
pt200.1: tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
||||||
tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
pass
pt201.1: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
||||||
test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
pass
pt201.2: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
||||||
test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
pass
pt201.3: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
||||||
test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
pass
pt201.4: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
||||||
test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
pass
pt201.5: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
||||||
test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
pass
pt201.6: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
||||||
test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
pass
pt201.7: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
||||||
test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
pass
pt201.8: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
||||||
test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
pass
pt201.9: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
||||||
test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
pass
pt201.10: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
||||||
test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
pass
pt201.11: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
pass
pt202.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
||||||
test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
pass
pt202.2: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
||||||
test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
pass
pt202.3: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
||||||
test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
pass
pt202.4: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
||||||
test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
pass
pt202.5: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
||||||
test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
pass
pt202.6: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
pass
pt203.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
||||||
tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt204.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
||||||
test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
pass
pt204.2: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
||||||
test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
pass
pt204.3: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
||||||
test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
pass
pt204.4: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
||||||
tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
pass
pt205.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
||||||
test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
pass
pt205.2: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
||||||
test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
pass
pt205.3: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
||||||
test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
pass
pt205.4: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
||||||
test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
pass
pt205.5: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
||||||
test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
pass
pt205.6: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
||||||
test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
pass
pt205.7: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
||||||
test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
pass
pt205.8: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
||||||
test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
pass
pt205.9: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
||||||
test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
pass
pt205.10: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
||||||
test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
pass
pt205.11: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
||||||
test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
pass
pt205.12: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
||||||
test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
pass
pt205.13: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
||||||
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt205.14: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
||||||
test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
pass
pt205.15: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
||||||
tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
pass
pt206.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
||||||
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt206.2: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
||||||
test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
pass
pt206.3: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
||||||
tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
pass
pt207.1: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
||||||
test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
pass
pt207.2: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
||||||
test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
pass
pt207.3: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
||||||
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt208.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
||||||
test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
pass
pt208.2: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
||||||
test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
pass
pt208.3: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
||||||
test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
pass
pt208.4: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
||||||
test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
pass
pt208.5: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
||||||
test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
pass
pt208.6: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
||||||
tempest.api.identity.admin.v3.test_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
pass
pt209.1: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
||||||
test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
pass
pt209.2: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
||||||
test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
pass
pt209.3: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
||||||
test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
pass
pt209.4: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
||||||
test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
pass
pt209.5: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
||||||
tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
pass
pt210.1: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
||||||
test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
pass
pt210.2: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
||||||
tempest.api.identity.v3.test_access_rules.AccessRulesV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
pass
pt211.1: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
||||||
test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
pass
pt211.2: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
||||||
test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
pass
pt211.3: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
||||||
tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 5 | 5 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt212.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt212.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt212.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
||||||
test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
pass
pt212.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt212.5: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
||||||
tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
pass
pt213.1: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
||||||
test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
pass
pt213.2: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
||||||
test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
pass
pt213.3: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
||||||
test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
pass
pt213.4: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
||||||
test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
pass
pt213.5: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
||||||
tempest.api.identity.v3.test_catalog.IdentityCatalogTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
pass
pt214.1: tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
||||||
tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt215.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
||||||
tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
pass
pt216.1: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
||||||
test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
pass
pt216.2: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
||||||
test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
pass
pt216.3: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
||||||
test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
pass
pt216.4: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
||||||
tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
pass
pt217.1: tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
||||||
tempest.api.identity.v3.test_tokens.TokensV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
pass
pt218.1: tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
||||||
test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
pass
pt218.2: tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
||||||
test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
pass
pt218.3: tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
||||||
tempest.api.identity.v3.test_users.IdentityV3UsersTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
pass
pt219.1: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
||||||
test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
pass
pt219.2: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
||||||
test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
pass
pt219.3: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
||||||
tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt220.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt220.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
pass
pt221.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
||||||
test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
pass
pt221.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
||||||
test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
pass
pt221.3: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
pass
pt222.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
pass
pt223.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
||||||
test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
pass
pt223.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
pass
pt224.1: tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
pass
pt225.1: tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
||||||
tempest.api.image.v2.test_images.BasicOperationsImagesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
pass
pt226.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
||||||
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt226.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt226.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt226.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_images.ListSharedImagesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
pass
pt227.1: tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
||||||
tempest.api.image.v2.test_images.ListUserImagesTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
pass
pt228.1: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
||||||
test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
pass
pt228.2: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
||||||
test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
pass
pt228.3: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
||||||
test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
pass
pt228.4: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
||||||
test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
pass
pt228.5: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
||||||
test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
pass
pt228.6: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
||||||
test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
pass
pt228.7: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
||||||
test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
pass
pt228.8: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
||||||
test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
pass
pt228.9: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
||||||
test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
pass
pt228.10: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
||||||
test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
pass
pt228.11: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
||||||
test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
pass
pt228.12: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
||||||
test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
pass
pt228.13: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
||||||
test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
pass
pt228.14: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
||||||
test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
pass
pt228.15: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
||||||
tempest.api.image.v2.test_images_member.ImagesMemberTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
pass
pt229.1: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
||||||
test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
pass
pt229.2: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
||||||
test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
pass
pt229.3: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
||||||
test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
pass
pt229.4: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
||||||
test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
pass
pt229.5: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
||||||
test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
pass
pt229.6: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
||||||
tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
pass
pt230.1: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
||||||
test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
pass
pt230.2: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
||||||
tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt231.1: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
||||||
test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
pass
pt231.2: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
||||||
test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
pass
pt231.3: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
||||||
test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
pass
pt231.4: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
||||||
test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt231.5: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
pass
pt231.6: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
||||||
test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
pass
pt231.7: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
||||||
test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt231.8: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt231.9: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt231.10: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
tempest.api.image.v2.test_images_negative.ImagesNegativeTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
pass
pt232.1: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
||||||
test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
pass
pt232.2: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
||||||
test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
pass
pt232.3: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
||||||
test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
pass
pt232.4: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
||||||
test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
pass
pt232.5: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
||||||
test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
pass
pt232.6: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
||||||
test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
pass
pt232.7: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
||||||
test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
pass
pt232.8: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
||||||
test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
pass
pt232.9: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
||||||
test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
pass
pt232.10: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
||||||
tempest.api.image.v2.test_images_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt233.1: tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
||||||
tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
pass
pt234.1: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
||||||
test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
pass
pt234.2: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
||||||
tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt235.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
pass
pt236.1: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
||||||
test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
pass
pt236.2: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
||||||
test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
pass
pt236.3: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt237.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt237.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt237.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt237.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt237.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt238.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt239.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt239.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt240.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt240.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt240.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt240.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt240.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt240.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt241.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt241.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt241.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt241.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt241.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt241.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt242.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt243.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt243.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt243.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt243.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt244.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt244.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt244.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt244.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt245.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt245.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt246.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt246.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt246.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt246.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt246.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt246.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt246.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt246.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt246.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt247.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt247.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt247.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt247.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt247.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt247.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt247.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt247.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt247.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 3 | 0 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt248.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
pass
pt248.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt248.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt249.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt250.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt251.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt252.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt252.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt252.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt252.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt253.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt253.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt253.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt253.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt254.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt254.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt254.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt254.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt254.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt254.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt254.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt254.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt254.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt254.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt254.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt255.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt256.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt256.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt257.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt257.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt258.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt258.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt258.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt258.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt258.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
||||||
tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt259.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt259.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt259.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt260.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt260.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt260.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt261.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt261.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt261.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt262.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt262.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt262.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt262.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt262.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt262.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt262.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt262.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt262.9: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt262.10: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt262.11: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt262.12: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt262.13: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt262.14: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt262.15: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt262.16: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt262.17: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt262.18: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt262.19: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt262.20: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt262.21: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt262.22: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt263.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt263.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt263.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt263.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt263.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
||||||
tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt264.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt264.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt264.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt264.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt264.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt264.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt264.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt264.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt264.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt264.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt264.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt264.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt264.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt264.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt264.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt264.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt264.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt264.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt264.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt264.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt265.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt265.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt265.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt265.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt265.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt265.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt265.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt265.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt265.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt265.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt266.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt266.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt266.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt266.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt266.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt266.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt266.7: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt266.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt266.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt266.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt266.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt266.12: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt266.13: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt266.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt266.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt267.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt267.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt267.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt267.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt267.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt267.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt267.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt267.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt267.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt267.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt267.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt267.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt267.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt267.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt267.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt268.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt268.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt268.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt268.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt268.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt268.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt268.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt269.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt269.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt269.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt269.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt269.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt269.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt269.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt270.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt271.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt271.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt271.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt271.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt271.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt271.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt271.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt272.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt272.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt272.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt272.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt272.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt272.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt272.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt273.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt273.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt273.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt273.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt273.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt273.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt273.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt273.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt273.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt274.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt274.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt274.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt274.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt274.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt274.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt274.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt274.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt274.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt275.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt275.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt275.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt275.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt275.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt275.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt275.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt275.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt275.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt275.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt275.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt275.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt275.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt275.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt276.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt276.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt276.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt276.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt276.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt276.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt276.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt276.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt276.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt276.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt276.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt276.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt276.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt277.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt278.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt279.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt279.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
||||||
tempest.api.network.test_tags.TagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
pass
pt280.1: tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt281.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt281.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt282.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
pt282.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 | 2 | 0 | 0 | 0 | 2 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt283.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
skip
pt283.2: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt284.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt284.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt284.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt285.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
pt286.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt287.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt287.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt288.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt288.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt289.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt290.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
pt291.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
pt291.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
pt291.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
pt291.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
pt291.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
pt291.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
pt291.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
pass
pt292.1: tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt293.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt293.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt293.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt293.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt293.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt293.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt294.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt294.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt295.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt295.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
pass
pt296.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt297.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
pt297.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
pt298.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
pt298.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt299.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
pt299.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
pt299.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt299.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt299.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt299.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
pt299.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt300.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt300.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt300.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt301.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt302.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
pt302.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
pt302.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt302.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt302.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt303.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
pt303.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
pt303.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
pt303.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
pt303.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt304.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt304.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt305.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt305.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt306.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt306.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
pt306.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
pt306.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
pt306.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt307.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
pt307.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
pt307.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt309.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
pt309.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
pt309.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt309.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt309.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt309.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt310.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt310.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt311.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt312.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
pt313.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt314.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt315.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt315.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt316.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
pt316.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt317.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
||||||
tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt318.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt318.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
||||||
tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt319.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt319.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt320.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt320.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt321.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt321.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt322.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt322.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt323.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt323.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt323.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt324.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt325.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt325.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt326.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt327.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt327.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt328.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt328.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt328.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt329.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt330.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt330.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt330.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt330.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt330.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt330.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt330.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt330.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt330.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt330.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt330.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt330.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt330.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt330.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt330.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt330.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt330.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt330.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt331.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt331.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt331.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt331.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt331.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt331.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt331.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt331.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt331.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt331.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt331.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt331.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt331.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt331.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt331.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt331.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt331.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt331.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt331.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt331.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt331.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt331.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt331.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt331.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt331.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt331.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt331.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt331.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt331.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt331.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt331.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt331.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt332.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt332.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt332.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt332.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt332.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt332.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt332.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt332.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt332.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt332.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt332.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt332.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt332.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt333.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
pt333.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
pt333.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
pt333.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
pt333.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt333.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
pass
pt334.1: tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
||||||
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps | 2 | 2 | 0 | 0 | 0 | Detail | |
test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
pass
pt335.1: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
||||||
test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
pass
pt335.2: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
||||||
tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt336.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt336.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt336.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt336.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
Total | 1166 | 971 | 122 | 0 | 73 |